also don't close over member tc objects in native delegations
[gitmo/Moose.git] / lib / Moose / Meta /
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...
2011-05-17 Dave Rolsky Inlining parameterized type seems to work, but needs...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Remove use of confess when we should use Moose->throw_error
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-05-09 Jesse Luehrs whoops again
2011-05-09 Jesse Luehrs sort some things to allow for some better caching
2011-05-07 Jesse Luehrs fix up some abstracts
2011-05-06 Jesse Luehrs handle caching of anon classes better, when role/class...
2011-05-01 Stevan Little doc tweak from John M. Dlugosz
2011-04-24 Jesse Luehrs require Devel::PartialDump 0.14, to avoid infinite...
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-24 Jesse Luehrs make the 'reset' delegation for Counter respect builders
2011-04-24 Jesse Luehrs add definition_context info for inlined constructors...
2011-04-24 Jesse Luehrs but with this, perl won't do anything at all
2011-04-24 Jesse Luehrs these aren't actually part of DEMOLISHALL
2011-04-22 Jesse Luehrs roles don't have throw_error
2011-04-22 Chris Weyl Moose::Meta::Role::create should honor "roles"
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-17 Shawn M Moore Remove these weird useless comments
2011-04-17 Shawn M Moore Document free_anon_{class, role}
2011-04-17 Shawn M Moore Missing a :: after $first_fragments
2011-04-17 Shawn M Moore Make anon role DESTROY logic match that of anon class
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-30 Jesse Luehrs fix up some docs
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-03-14 Dave Rolsky Store the role which first defines an attribute, and...
2011-03-04 Jesse Luehrs yes, this is necessary for us
2011-02-14 Dave Rolsky Fix error message (missing "a")
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-01-19 Mateu X Hunter correct wording to use 'hash' instead of 'array'
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-12-04 Ricardo Signes correct method call in Hash trait documentation
2010-11-25 Karen Etheridge Revert "clarification re the limitations of the "map...
2010-11-25 Karen Etheridge clarification re the limitations of the "map" array...
2010-11-24 Jesse Luehrs MMR::Attribute is a metaclass, it needs to inherit...
2010-11-24 Karen Etheridge Doc note about explicit omission of each() in the nativ...
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-19 Dave Rolsky Merge branch 'topic/native-trait-bugfix'
2010-11-19 Dave Rolsky Fix error message generation when array or hash ref...
2010-11-18 Jesse Luehrs comment
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
2010-11-18 Jesse Luehrs push constructor generation back into Moose::Meta:...
2010-11-18 Jesse Luehrs shift a few more things around
2010-11-18 Jesse Luehrs use _eval_environment here
2010-11-18 Jesse Luehrs push the accessor inlining code back into the attribute
2010-11-18 Jesse Luehrs stop duplicating code here
2010-11-18 Jesse Luehrs use new method names from cmop
2010-11-18 Jesse Luehrs error if we have a lazy attr with no default or builder
2010-11-18 Jesse Luehrs more cleanups
2010-11-18 Jesse Luehrs make native trait inlining work
2010-11-18 Jesse Luehrs clean up ::Destructor
2010-11-18 Jesse Luehrs make ::Constructor readable
2010-11-18 Jesse Luehrs serious cleanup of ::Accessor (native traits are broken...
2010-11-18 Jesse Luehrs use type_constraint_obj here
2010-11-18 Jesse Luehrs use the new _compile_code interface in cmop
2010-11-18 Jesse Luehrs this was pushed back to ::HasMethods
2010-11-18 Chris Prather restore documentation for lazy_build and underscore...
2010-11-16 Jesse Luehrs add a applied_attribute_metaclass to roles
2010-11-15 Jesse Luehrs lazily load the native trait accessor roles
next