gitmo/Moose.git
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
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky Comment out alias/excludes warnings for 1.12 release
2010-08-28 Dave Rolsky Changes for 1.12
2010-08-28 Dave Rolsky Add extra_tests back
2010-08-28 Dave Rolsky Fix error message text
2010-08-28 Dave Rolsky Doc alias & excludes warning in Changes
2010-08-28 Dave Rolsky Restore alias & excludes warning
2010-08-28 Dave Rolsky Module::Install is a giant broken piece of crap - gah 1.11
2010-08-28 Dave Rolsky Add mention of turning off warning
2010-08-28 Dave Rolsky Temporarily comment out excludes ...
2010-08-28 Dave Rolsky Fix indentation
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-27 Dave Rolsky A horrible hack to make generating a coercion for a...
2010-08-27 Dave Rolsky Don't bother testing MX::GlobRef - it is old and unmain...
2010-08-27 Dave Rolsky Add version & date. Doc "is" overriding change.
2010-08-27 Dave Rolsky Update changes for tom's mro fix
2010-08-27 Dave Rolsky Simplify compiled type coercion for union
2010-08-27 Dave Rolsky Move fixes in this branch to NEXT
2010-08-27 Dave Rolsky Cannot coerce when the type does not define a coercion
2010-08-27 Dave Rolsky Can't coerce a type that doesn't define a coercion.
2010-08-27 Dave Rolsky Fix two bugs coercions for union types
2010-08-26 Jesse Luehrs actually, there's no reason that overriding 'is' is...
2010-08-25 Tomas Doran mro::get_linear_isa not a method
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-24 Florian Ragwitz Make M::I::ExtraTests fail more obvious
2010-08-24 Dave Rolsky Add extra_tests() call
2010-08-23 Dave Rolsky Correct Delta (coerce => 1 without a coercion on the...
2010-08-23 Dave Rolsky Remove "Version" from headings
2010-08-23 Dave Rolsky Revert "Use Module::Install::CheckConflicts rather...
2010-08-22 Dave Rolsky Use Module::Install::CheckConflicts rather than doing...
2010-08-22 Dave Rolsky Changes and date for 1.10 release 1.10
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-08-20 Dave Rolsky This test doesn't pass, and uses Test::NoWarnings.
next