Add support for Type in native traits
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Writer.pm
2012-09-30 Dave Rolsky Add support for Type in native traits topic/works-with-Type
2012-09-30 Dave Rolsky Fix weird formatting
2011-05-17 Jesse Luehrs stop closing over the type constraint object
2011-05-17 Jesse Luehrs close over the coercion sub separately
2011-05-17 Jesse Luehrs remove unnecessary(?) code
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 version to 1.9900 for new version numbering scheme
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
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 more cleanups
2010-11-18 Jesse Luehrs make native trait inlining work
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky Make sure that lazy defaults are coerced and type checked
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-24 Dave Rolsky Use q{} instead of ''
2010-10-19 Dave Rolsky bump version to 1.17 1.17
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-15 Jesse Luehrs don't use optimized path for non-lvalues
2010-09-27 Dave Rolsky bump version to 1.15
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 Rename _inline_copy_value so we don't accidentally...
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 Moved even more code up to Native/Writer
2010-09-27 Dave Rolsky Move even more code up to parent
2010-09-27 Dave Rolsky Move more code up to the Native/Writer class
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 Lots of refactoring to move native trait reader/writer...