make github the primary repository
[gitmo/Moose.git] / lib / Moose / Meta / Method /
2012-08-28 Shawn M Moore We only need local $? if we inline calls to DEMOLISH
2012-06-21 Jesse Luehrs stop using excludes within moose, since it's no longer...
2012-02-11 Dave Rolsky Fix (or remove) broken links in the POD
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
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 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-05 Dave Rolsky When generating inlining code, distinguish between...
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 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 Jesse Luehrs these can be undef
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Don't use $_ when checking member constraints, since...
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Dave Rolsky Use an inlined constraint when checking member values...
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
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
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 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 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-02 Dave Rolsky bump version to 1.19 1.19
2010-10-30 Dave Rolsky Revert "Hash accessor should accept more than 2 arguments"
2010-10-30 Dave Rolsky Hash accessor should accept more than 2 arguments
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Make sure that lazy defaults are coerced and type checked
2010-10-29 Dave Rolsky Remove unneeded around modifier - we're already overrid...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-26 Dave Rolsky Make the Hash->set delegation coerce new member values
2010-10-26 Dave Rolsky Make coercion on member types DWIMmy with native delega...
2010-10-24 Dave Rolsky Use q{} instead of ''
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-19 Jesse Luehrs complicated expressions can't be dereferenced directly
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-17 Dave Rolsky Fix comment to match code
2010-10-17 Jesse Luehrs return returns from functions, not do blocks
2010-10-17 Dave Rolsky Add explicit check for odd number of args to new and...
2010-10-16 Jesse Luehrs this is just what the default implementation does
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-10-15 Jesse Luehrs don't use optimized path for non-lvalues
2010-10-15 Jesse Luehrs remove some unused variables
2010-10-07 Dave Rolsky Fix native methods which accept string to accept the...
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs more multiple inheritance fiddling
2010-09-27 Jesse Luehrs make MMC->create and MMR->create install meta methods...
2010-09-27 Dave Rolsky Allow overloading on arguments to native trait methods
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Handle uninlinable instance in native trait code generation
2010-09-27 Dave Rolsky Add semi-colon in code that generates entire assignment...
2010-09-27 Dave Rolsky No semi on potential value
2010-09-27 Dave Rolsky Always get inlining code from meta-attr/class, never...
2010-09-27 Dave Rolsky Get inline slot access snippets from attr, not direct...
2010-09-27 Dave Rolsky Moved some inlining duties to Attribute class, which...
2010-09-27 Dave Rolsky Remove superfluous argument passing
2010-09-27 Dave Rolsky Rename _inline_copy_value so we don't accidentally...
2010-09-27 Dave Rolsky Make sure potential value is a hash ref
2010-09-27 Dave Rolsky Fix potential_value for string inc
2010-09-27 Dave Rolsky Don't turn hash into array when copying the old hash...
2010-09-27 Dave Rolsky Use _writer_core
2010-09-27 Dave Rolsky Just use _writer_core for accessor
2010-09-27 Dave Rolsky Make sure accessor's writer side does what the writer...
2010-09-27 Dave Rolsky Fix potential value for set
2010-09-27 Dave Rolsky Make array accessor follow same pattern as hash accessor
2010-09-27 Dave Rolsky Make hash accessor actually work
2010-09-27 Dave Rolsky make sure all modules have the same version
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Fix potential value for clear
next