gitmo/Moose.git
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
2010-09-27 Dave Rolsky Just use Test::Moose
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 Add some tests for trigger on array changes
2010-09-27 Dave Rolsky Remove useless load test and renumber other tests so...
2010-09-27 Dave Rolsky Tidy all code
2010-09-27 Dave Rolsky More TC handling fixes
2010-09-27 Dave Rolsky Fix undef warning
2010-09-27 Dave Rolsky Copy the potential value if needed so we don't have...
2010-09-27 Dave Rolsky Get these tests all passing (no more TODO)
2010-09-27 Dave Rolsky Add some "bridge code" to keep old and new native trait...
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 Fix warnings
2010-09-27 Dave Rolsky Add tests for natatime_curried
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 Move all array helper tests into one .t file
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.
2010-09-27 Dave Rolsky Some small code cleanups before I start changing everything
2010-09-24 Dave Rolsky Remove some debugging cruft I left in
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-21 Dave Rolsky Add release date
2010-09-19 Florian Ragwitz Don't rely on qw() providing PAREN tokens
2010-09-15 Jay Hannah Tiny POD clarification. 'pairs' too ambiguous.
2010-09-14 Dave Rolsky Bug fixes for next
2010-09-14 Dave Rolsky Fix weird bug that is probably a bug in List::MoreUtils
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-09-13 Dave Rolsky Date for 1.13
2010-09-13 Karen Etheridge corrected tense in docs
2010-09-13 Dave Rolsky Clarify that coerce requires a TC with a coercion
2010-09-13 Dave Rolsky Clarify that coerce requires a type constraint with...
2010-09-10 Dave Rolsky Ignore test-mydeps-* files
2010-09-10 Dave Rolsky Use Test::Requires in recipe tests
2010-09-10 Dave Rolsky Add all our optional test deps as author_requires
2010-09-10 Dave Rolsky Changes for this branch
2010-09-10 Dave Rolsky Just cache does_role for immutabilized classes - no...
2010-09-10 Dave Rolsky Add replace_does option
2010-09-10 Dave Rolsky Docs for MMM::Does
2010-09-10 Dave Rolsky Fix doc typo-let
2010-09-10 Dave Rolsky Inline calculate_all_roles_with_inheritance when making...
2010-09-10 Dave Rolsky Include inherited roles in inlined does
2010-09-10 Dave Rolsky Actually test immutable child classes
2010-09-10 Dave Rolsky Fix name of thing in test descriptions
2010-09-10 Dave Rolsky More subclass tests
2010-09-10 Dave Rolsky Test that ->does works properly in subclasses of classe...
2010-09-10 Dave Rolsky Inline the does method.
2010-09-10 Dave Rolsky Fix some test descriptions
2010-09-10 Dave Rolsky Add my name to Changes
2010-09-08 Dave Rolsky Doc attribute conflict error message improvement in...
2010-09-08 Dave Rolsky Improve message when there is an attribute conflict...
2010-09-08 Dave Rolsky Add a test for attribute conflict when composing one...
2010-09-08 Dave Rolsky Tests should "use warnings"
2010-09-08 Dave Rolsky Renamed so we don't have two 044_* tests
2010-09-08 Dave Rolsky Clarify when Moose::Object is made the parent
2010-09-01 Dave Rolsky Test Catalyst::Devel
2010-08-28 Dave Rolsky restore alias/excludes warnings
next