clean up ::Destructor
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array /
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-26 Dave Rolsky Make coercion on member types DWIMmy with native delega...
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-16 Dave Rolsky Add explicit return values for (almost) all native...
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 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 Add semi-colon in code that generates entire assignment...
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 Make array accessor follow same pattern as hash accessor
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
2010-09-27 Dave Rolsky Moved even more code up to Native/Writer
2010-09-27 Dave Rolsky Remove another empty class in the native array inherita...
2010-09-27 Dave Rolsky Move some code to Native/Writer since it is the same...
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Implemented inlning for all string methods.
2010-09-27 Dave Rolsky Add some whitespace
2010-09-27 Dave Rolsky Lots of refactoring to move native trait reader/writer...
2010-09-27 Dave Rolsky Tidy all code
2010-09-27 Dave Rolsky More TC handling fixes
2010-09-27 Dave Rolsky Copy the potential value if needed so we don't have...
2010-09-27 Dave Rolsky If the parent type is ArrayRef and the type itself...
2010-09-27 Dave Rolsky Never use die in generate code when throwing an error.
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky All of the non-mutating array helpers are now inlined.
2010-09-27 Dave Rolsky Put curried args into closed-over environment.
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.