gitmo/Moose.git
2010-09-27 Jesse Luehrs make Moose and Moose::Role install proper meta methods
2010-09-27 Jesse Luehrs make MMC->create and MMR->create install meta methods...
2010-09-27 Jesse Luehrs adding a meta method here is unnecessary
2010-09-27 Jesse Luehrs stop using ->meta in a last couple places, to allow...
2010-09-27 Jesse Luehrs use _real_ref_name
2010-09-27 Jesse Luehrs no, actually, we do require this to work/:
2010-09-27 Jesse Luehrs handle role reinitialization too
2010-09-27 Jesse Luehrs this stuff is now all unnecessary
2010-09-27 Jesse Luehrs override metaclass compat stuff in a trait for CMOP...
2010-09-27 Jesse Luehrs fix this broken test (oops again)
2010-09-27 Jesse Luehrs be a bit more accurate in determining role-only subclasses
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
2010-09-27 Jesse Luehrs fall back to calculate_all_roles here so role metas...
2010-09-27 Jesse Luehrs move role reconciliation calculation to Moose::Util
2010-09-27 Jesse Luehrs make _reconcile_roles_for_metaclass just return the...
2010-09-27 Jesse Luehrs the error classes should be cmop objects
2010-09-27 Dave Rolsky Conlict with MX::NonMoose
2010-09-27 Dave Rolsky Conflict with MX::ClassAttribute
2010-09-27 Dave Rolsky Really require CMOP 1.09
2010-09-27 Dave Rolsky Reword reinit changes description
2010-09-27 Jesse Luehrs changelog
2010-09-27 Jesse Luehrs add trait_aliases option to Moose::Exporter
2010-09-27 Jesse Luehrs reorder these methods into a more "proper" order
2010-09-27 Jesse Luehrs bump our cmop dep for the reinit stuff
2010-09-27 Jesse Luehrs changelog
2010-09-27 Jesse Luehrs update docs about initialize
2010-09-27 Jesse Luehrs let reinitialization fix metaobjs via role reconciliation
2010-09-27 Jesse Luehrs apply_all_roles is broken with lists of role metas...
2010-09-27 Dave Rolsky Allow overloading on arguments to native trait methods
2010-09-27 Dave Rolsky Also conflict on Fey::ORM
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Remove extra newline
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 More docs in Delta
2010-09-27 Dave Rolsky No semi on potential value
2010-09-27 Dave Rolsky Doc bug fix for weak ref set
2010-09-27 Dave Rolsky Always get inlining code from meta-attr/class, never...
2010-09-27 Dave Rolsky When generating inline_store code, don't weaken non...
2010-09-27 Dave Rolsky Get inline slot access snippets from attr, not direct...
2010-09-27 Dave Rolsky Don't expect pod in MMMA::Native
2010-09-27 Dave Rolsky Moved some inlining duties to Attribute class, which...
2010-09-27 Dave Rolsky Conflict with Fey 0.36
2010-09-27 Dave Rolsky More Delta docs
2010-09-27 Dave Rolsky Doc changes in Changes and Delta
2010-09-27 Dave Rolsky Add tests for coercing native Hash trait
2010-09-27 Dave Rolsky Add tests for triggers on a native Hash trait attr
2010-09-27 Dave Rolsky Tests that various subtypes are enforced for hash types
2010-09-27 Dave Rolsky Even more code path testing (add an empty trigger for...
2010-09-27 Dave Rolsky More tests for native traits to exercise all code paths
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 More tests for Hash trait to ensure we test all code...
2010-09-27 Dave Rolsky Use _writer_core
2010-09-27 Dave Rolsky Just use _writer_core for accessor
2010-09-27 Dave Rolsky More tests for array refs to make sure we test all...
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 Rename so each trait is in alpha order and we have...
2010-09-27 Dave Rolsky Improve tests for Code trait
2010-09-27 Dave Rolsky Add tests for argument checking with Number trait
2010-09-27 Dave Rolsky Improve Bool trait tests
2010-09-27 Dave Rolsky Test lazy default for String trait
2010-09-27 Dave Rolsky Improve Number trait tests
2010-09-27 Dave Rolsky More tests for Hash trait
2010-09-27 Dave Rolsky Some tidying
2010-09-27 Dave Rolsky More tests for Counter trait
2010-09-27 Dave Rolsky s/page/foo/g
2010-09-27 Dave Rolsky Improve tests for Counter trait
2010-09-27 Dave Rolsky Remove code that handled method providers now that...
2010-09-27 Dave Rolsky Load accessor generator
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 Remove all references to method providers
2010-09-27 Dave Rolsky Add more test for Counter type
2010-09-27 Dave Rolsky Don't expect docs for all the Native::* accessor modules
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 Add inlining methods for Number native trait
2010-09-27 Dave Rolsky Calculate _native_type from role name, rather than...
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 Whitespace tweak
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 Add tests for coercion with native traits
2010-09-27 Dave Rolsky pushing onto undef should (and does) work
2010-09-27 Dave Rolsky Implemented inlning for all string methods.
2010-09-27 Dave Rolsky Add some whitespace
next