Require Dist::Zilla 4.200016+
[gitmo/Moose.git] / lib / Moose / Meta /
2012-09-16 Dave Rolsky Clarify natatime Array helper behavior when given a...
2012-08-28 Shawn M Moore We only need local $? if we inline calls to DEMOLISH
2012-07-21 Jesse Luehrs improve the warning for unknown attribute parameters...
2012-07-05 Jesse Luehrs no idea what's up with this error message
2012-07-05 Jesse Luehrs fix docs for MMA->new (RT78202)
2012-07-04 Christopher J. Madsen Fix is_subtype_of to handle not-yet-defined role
2012-06-21 Jesse Luehrs stop using excludes within moose, since it's no longer...
2012-06-21 Matt S Trout change role-to-role application to allow method shadowing
2012-04-29 Chris Prather fix the erroneous ->kv call in the docs
2012-03-17 Jesse Luehrs documentation
2012-02-20 Dave Rolsky Rename Basics::Recipe4 to Basics::Company_Subtypes
2012-02-11 Dave Rolsky Fix (or remove) broken links in the POD
2012-01-06 Dave Rolsky During role summation, make sure that any method name...
2011-12-31 Dave Rolsky Fix a small comment typo
2011-12-30 Dave Rolsky Fix error message buglet
2011-11-17 Jesse Luehrs fix weak lazy attributes (tome)
2011-10-24 Dave Rolsky Remove docs on no-longer-existent make_immutable method...
2011-10-14 Dave Rolsky Fix uninit var warning from _inline_create_error when...
2011-10-05 Ricardo Signes allow single-value enums
2011-09-28 Brad Bowman s/statis/stasis/ in Moose/Meta/Role.pm
2011-09-19 Dave Rolsky Clarify that ->parents returns a list
2011-09-18 Jesse Luehrs fix is_subtype_of for unregistered class types
2011-09-17 Jesse Luehrs if a union type has no common ancestors, ->parent shoul...
2011-09-17 Jesse Luehrs track implicitly created types as being created in...
2011-09-17 Jesse Luehrs be more verbose in the required method error (RT#60583)
2011-09-17 Jesse Luehrs haha, nothing ever did use this, did it
2011-09-17 Jesse Luehrs starting from the deepest tc isn't necessary
2011-09-17 Dave Rolsky Fix Union->parent to return the nearest common ancestor
2011-09-17 Dave Rolsky Fix is_subtype_of - we cannot use ->equals
2011-09-17 Dave Rolsky Union types look at all member types when determining...
2011-09-16 Dave Rolsky Don't throw an error when a delegation overrides a...
2011-09-16 Dave Rolsky Fix odd indentation
2011-09-16 Dave Rolsky Don't warn when overriding a stub method with an accessor
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-07 Dave Rolsky fix some pod errors
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-04 Dave Rolsky Explicitly test each value of handles to make sure...
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-08-29 Jesse Luehrs clean up duck type a bunch
2011-08-29 Shawn M Moore Foreign options forbid caching of interpolated attribut...
2011-08-25 Florian Ragwitz Make the duck type constraint closure check for blessing
2011-08-25 Florian Ragwitz Fix duck_type constraint generators
2011-07-25 Jesse Luehrs be a bit stricter and more consistent with tc messages
2011-07-20 Dave Rolsky deprecate optimize_as
2011-06-19 Dave Rolsky code tidying
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
2011-06-19 Tomas Doran Fix error reporting in duck_type
2011-06-19 Jesse Luehrs remove old deprecated code
2011-06-18 Jesse Luehrs oops, this was supposed to be an expression
2011-06-17 Jesse Luehrs move eval_environment for accessors to the attribute...
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-06-16 Jesse Luehrs make sure the correct delegation name is used in errors
2011-06-16 Jesse Luehrs if we aren't calling _inline_return_value, none of...
2011-06-16 Dave Rolsky Sort the keys in %handles when making delegation methods
2011-06-16 Dave Rolsky Optimize the get branch for hash accessors a little bit
2011-06-15 Jesse Luehrs fix hash accessor generation (with a bit of a hack/:)
2011-06-15 Jesse Luehrs better definition context for native delegation methods
2011-06-13 Karen Etheridge addition of first_index to the native Array trait.
2011-06-06 Dave Rolsky Work around List::MoreUtils::all being misparsed under...
2011-06-06 Dave Rolsky Remove ; at end of sub definition
2011-06-05 Dave Rolsky When generating inlining code, distinguish between...
2011-06-05 Dave Rolsky Add definition context to every accessor defined internally
2011-05-17 Jesse Luehrs also don't close over member tc objects in native deleg...
2011-05-17 Jesse Luehrs stop closing over the type constraint object
2011-05-17 Jesse Luehrs refactor the default type constraint message logic...
2011-05-17 Jesse Luehrs stop closing over the method metaobject
2011-05-17 Jesse Luehrs fix setting associated_metaclass and attribute on acces...
2011-05-17 Jesse Luehrs this only matters for lazy attributes with initializers
2011-05-17 Jesse Luehrs don't close over attrs in the constructor unless necessary
2011-05-17 Jesse Luehrs close over the coercion sub separately
2011-05-17 Jesse Luehrs remove unnecessary(?) code
2011-05-17 Jesse Luehrs restructure this method a bit for readability
2011-05-17 Jesse Luehrs don't close over the type constraint for inlined tcs
2011-05-17 Jesse Luehrs stop closing over $attr in accessor generation
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Dave Rolsky Union inlining should always be surrounded by its own...
2011-05-17 Jesse Luehrs make sure these are defined
2011-05-17 Jesse Luehrs these can be undef
2011-05-17 Jesse Luehrs there's no reason the suffix has to be fixed length
2011-05-17 Dave Rolsky Make sure that inlining union preserves the inline env
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Don't assume that value that fails a duck type constrai...
2011-05-17 Dave Rolsky Don't use $_ when checking member constraints, since...
2011-05-17 Dave Rolsky Docs, Delta, and Changes for inline constraints
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Jesse Luehrs stop using a package global for enums, just close over it
2011-05-17 Jesse Luehrs confess here, since this should never happen
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Jesse Luehrs use Eval::Closure rather than doing string eval directly
2011-05-17 Jesse Luehrs compare references with == rather than eq
2011-05-17 Dave Rolsky A name-only subtype now inherits inlining from its...
2011-05-17 Dave Rolsky Add inlining code for Role constraint class
2011-05-17 Dave Rolsky Explicitly set the constraint for role type
2011-05-17 Dave Rolsky Enum needs to check that the value is not a ref
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Use Moose->throw_error to throw errors
2011-05-17 Dave Rolsky Use an inlined constraint when checking member values...
2011-05-17 Dave Rolsky Remove extra newline
2011-05-17 Dave Rolsky Add inlining for union types
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
next