gitmo/Moose.git
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...
2011-06-05 Karen Etheridge Also run the special Str tests on the types that descen...
2011-06-01 Karen Etheridge fix punctuation
2011-05-30 Karen Etheridge punctuation fix
2011-05-19 Dave Rolsky Add Chloro to deps test
2011-05-19 Dave Rolsky Remove JSORB
2011-05-19 Dave Rolsky MooseX::Net::API has been deprecated by the author
2011-05-19 Jesse Luehrs better error message for calling superclasses as a...
2011-05-18 Dave Rolsky Remove FCGI::Engine
2011-05-18 Dave Rolsky Bump version in master
2011-05-18 Jesse Luehrs fix changelog
2011-05-17 Jesse Luehrs pod coverage and such
2011-05-17 Jesse Luehrs add stuff from that test to author requirements
2011-05-17 Jesse Luehrs tests for closing over stuff
2011-05-17 Jesse Luehrs stop closing over method objects when installing modifiers
2011-05-17 Jesse Luehrs also don't close over member tc objects in native deleg...
2011-05-17 Jesse Luehrs changelog
2011-05-17 Jesse Luehrs actually, can't do that, since Moose::Error::Default...
2011-05-17 Jesse Luehrs we don't need an actual inlined version of this
2011-05-17 Jesse Luehrs stop closing over the type constraint object
2011-05-17 Jesse Luehrs refactor the default type constraint message logic...
2011-05-17 Jesse Luehrs stop closing over the method metaobject
2011-05-17 Jesse Luehrs fix setting associated_metaclass and attribute on acces...
2011-05-17 Jesse Luehrs this only matters for lazy attributes with initializers
2011-05-17 Jesse Luehrs don't close over attrs in the constructor unless necessary
2011-05-17 Jesse Luehrs close over the coercion sub separately
2011-05-17 Jesse Luehrs remove unnecessary(?) code
2011-05-17 Jesse Luehrs restructure this method a bit for readability
2011-05-17 Jesse Luehrs don't close over the type constraint for inlined tcs
2011-05-17 Jesse Luehrs stop closing over $attr in accessor generation
2011-05-17 Jesse Luehrs fix up a few spelling and pod issues
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Dave Rolsky Union inlining should always be surrounded by its own...
2011-05-17 Jesse Luehrs fix up the inlining test
2011-05-17 Jesse Luehrs make sure these are defined
2011-05-17 Jesse Luehrs these can be undef
2011-05-17 Jesse Luehrs there's no reason the suffix has to be fixed length
2011-05-17 Jesse Luehrs one more constrained scope in tc inlining
2011-05-17 Dave Rolsky Make sure that every type passes all its tests when...
2011-05-17 Dave Rolsky Make sure that inlining union preserves the inline env
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Make inline constraints safer ...
2011-05-17 Dave Rolsky Don't assume that value that fails a duck type constrai...
2011-05-17 Dave Rolsky Don't use $_ when checking member constraints, since...
2011-05-17 Dave Rolsky Add comprehensive test for all builtin types as a simpl...
2011-05-17 Dave Rolsky Docs, Delta, and Changes for inline constraints
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Jesse Luehrs changelog
2011-05-17 Jesse Luehrs one more Eval::Closure use
2011-05-17 Jesse Luehrs one more fix for unoptimized constraints
2011-05-17 Jesse Luehrs stop using a package global for enums, just close over it
2011-05-17 Jesse Luehrs also use Eval::Closure in the test
2011-05-17 Jesse Luehrs fix a couple of unoptimized constraints
2011-05-17 Jesse Luehrs confess here, since this should never happen
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Jesse Luehrs use Eval::Closure rather than doing string eval directly
next