gitmo/Moose.git
2011-07-18 Jesse Luehrs changelog 2.0200
2011-07-18 Jesse Luehrs version bump
2011-07-18 Dave Rolsky Spelling fix
2011-07-18 Karen Etheridge MI issues exist with all method modifiers
2011-07-18 Karen Etheridge document shortcomings with inner/augment and MI.
2011-07-06 Jesse Luehrs todo += a bunch
2011-07-06 Karen Etheridge clarification of wording
2011-07-06 Dave Rolsky Remove a done item, and update todo for 2.04
2011-07-05 Dave Rolsky Fix small typo in Delta
2011-06-27 Jesse Luehrs changelog
2011-06-27 Jesse Luehrs version bump 2.0105
2011-06-25 Jesse Luehrs make Moose::Util::does_role respect overridden ->does...
2011-06-20 Dave Rolsky Remove empty packages
2011-06-20 Jesse Luehrs add some more conflicts
2011-06-20 Jesse Luehrs these have had deprecation warnings forever, and are...
2011-06-20 Jesse Luehrs changelog
2011-06-20 Jesse Luehrs version bump 2.0104
2011-06-20 Jesse Luehrs changelog
2011-06-20 Jesse Luehrs changelog
2011-06-20 Jesse Luehrs don't load_class if a metaclass already exists
2011-06-20 Jesse Luehrs indicate TRIAL status in changelog
2011-06-20 Jesse Luehrs changelog
2011-06-20 Jesse Luehrs pod coverage 2.0103
2011-06-20 Jesse Luehrs version bump
2011-06-19 joel improve method-modifier docs to highlight issues with...
2011-06-19 Jesse Luehrs changelog
2011-06-19 Dave Rolsky Changes for rebless_triggers branch
2011-06-19 Dave Rolsky code tidying
2011-06-19 Dave Rolsky Tidy new code
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
2011-06-19 Karen Etheridge return ASAP if the class is already immutable
2011-06-19 Karen Etheridge new tests for initializers and triggers on rebless_instance
2011-06-19 Karen Etheridge do these tests twice, with with_immutable()
2011-06-19 Jesse Luehrs changelog
2011-06-19 Jesse Luehrs remove some code duplication
2011-06-19 Kent Fredric Improve the docs for this feature, extend the tests
2011-06-19 Kent Fredric Hack it this way in order to permit us to set the name...
2011-06-19 Kent Fredric Added union constructor tests
2011-06-19 Kent Fredric Add a union type constraint constructor sugar to
2011-06-19 Mark A. Stratman Fix FAQ on require+attributes
2011-06-19 Mark A. Stratman Add FAQ on requires and attribute-generated methods
2011-06-19 Jesse Luehrs tests and changelog
2011-06-19 Jesse Luehrs also add this error for roles
2011-06-19 Jason May check if the metaclass is loaded
2011-06-19 Jesse Luehrs changelog
2011-06-19 Jesse Luehrs make sure the applicant is loaded first
2011-06-19 Chris Prather initialize a metaclass when trying to apply all roles
2011-06-19 Tomas Doran Fix error reporting in duck_type
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-06-19 Jesse Luehrs remove a bit more deprecation code
2011-06-19 Jesse Luehrs oops, need a package::deprecationmanager fix
2011-06-19 Jesse Luehrs changelog
2011-06-19 Jesse Luehrs remove old deprecated code
2011-06-19 Jesse Luehrs these are unnecessary, since we know the parent is...
2011-06-18 Jesse Luehrs changelog
2011-06-18 Jesse Luehrs conflict on mx-attribute-deflator 2.1.5 2.0102
2011-06-18 Jesse Luehrs version bump
2011-06-18 Jesse Luehrs changelog
2011-06-18 Jesse Luehrs oops, this was supposed to be an expression
2011-06-18 Jesse Luehrs changelog
2011-06-18 Jesse Luehrs adding quotes around arbitrary stuff isn't safe, just...
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-17 Dave Rolsky Make our Makefile.PL more friendly by explicitly checki...
2011-06-16 Jesse Luehrs changelog
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 Add some tests for array traits to make sure it doesn...
2011-06-16 Dave Rolsky Sort the keys in %handles when making delegation methods
2011-06-16 Dave Rolsky Tweak test description and tidy code
2011-06-16 Dave Rolsky Optimize the get branch for hash accessors a little bit
2011-06-15 Jesse Luehrs changelog
2011-06-15 Jesse Luehrs fix hash accessor generation (with a bit of a hack/:)
2011-06-15 Jesse Luehrs better accessor context descriptions in general
2011-06-15 Jesse Luehrs better definition context for native delegation methods
2011-06-15 Jesse Luehrs test for hash accessor bug (rt 68837)
2011-06-15 Dave Rolsky Fix bad package name
2011-06-13 Karen Etheridge addition of first_index to the native Array trait.
2011-06-06 Jesse Luehrs changelog
2011-06-06 Jesse Luehrs move this one to after build 2.0101
2011-06-06 Jesse Luehrs run these after filegatherers and such
2011-06-06 Jesse Luehrs changelog and version bump
2011-06-06 Jesse Luehrs move these plugins earlier
2011-06-06 Jesse Luehrs use correct version number in ::Delta
2011-06-06 Jesse Luehrs dzil plugin to ensure ::Delta doesn't have $NEXT in it
2011-06-06 Jesse Luehrs add 2.0007 to the changelog
2011-06-06 Jesse Luehrs add a dzil plugin to ensure that the git checkout is...
2011-06-06 Dave Rolsky No need to mention TC inlining twice
2011-06-06 Jesse Luehrs Merge remote-tracking branch 'origin/master'
2011-06-06 Jesse Luehrs changelog
2011-06-06 Dave Rolsky Work around List::MoreUtils::all being misparsed under...
2011-06-06 Dave Rolsky Remove ; at end of sub definition
2011-06-06 Dave Rolsky Gitalist has a bug in its test suite where tests fail... 2.0100
2011-06-06 Dave Rolsky Conflict with MX::ClassAttribute <= 0.25
2011-06-05 Dave Rolsky When generating inlining code, distinguish between...
2011-06-05 Dave Rolsky Add definition context to every accessor defined internally
2011-06-05 Dave Rolsky ignore MYMETA.yml
2011-06-05 Dave Rolsky Just fetch Value type once rather than each time inlini...
2011-06-05 Karen Etheridge update docs to show how to call into parent checks
2011-06-05 Karen Etheridge in each subtype inline_as, use the check from the paren...
next