Add inlining methods for Number native trait
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native /
2010-09-27 Dave Rolsky Add inlining methods for Number native trait
2010-09-27 Dave Rolsky Inline all Counter methods
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 No need to duplicate code in parent class
2010-09-27 Dave Rolsky Add inling for native Code trait
2010-09-27 Dave Rolsky Inlining for native Bool trait
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 Remove some empty classes in the String hierarchy
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 Move some code from Array to Native since it will be...
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 Actually unshift curried args into @_
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.