Remove all references to method providers
[gitmo/Moose.git] / lib /
2010-09-27 Dave Rolsky Remove all references to method providers
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 Implemented inlning for all string methods.
2010-09-27 Dave Rolsky Add some whitespace
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 Tidy all code
2010-09-27 Dave Rolsky More TC handling fixes
2010-09-27 Dave Rolsky Copy the potential value if needed so we don't have...
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 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 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-15 Jay Hannah Tiny POD clarification. 'pairs' too ambiguous.
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 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 Use Test::Requires in recipe tests
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 Inline the does method.
2010-09-08 Dave Rolsky Improve message when there is an attribute conflict...
2010-09-08 Dave Rolsky Clarify when Moose::Object is made the parent
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 Fix error message text
2010-08-28 Dave Rolsky Restore alias & excludes 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 Simplify compiled type coercion for union
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-23 Dave Rolsky Correct Delta (coerce => 1 without a coercion on the...
2010-08-23 Dave Rolsky Remove "Version" from headings
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-08-20 Dave Rolsky Bump version to 1.10
2010-08-19 Dave Rolsky Use _get_local_methods instead of recreating methods...
2010-08-18 Dave Rolsky Really require CMOP 1.05
2010-08-15 Dave Rolsky Refactor role application code to call ->get_method...
2010-08-15 Dave Rolsky Use new _get_local_methods API, and add it to MM::Role...
2010-07-31 Dave Rolsky Add missing underscore
2010-07-30 Karen Etheridge explicitly specify origin/master as the start point...
2010-07-29 Justin Hunter word choice
2010-07-27 Dave Rolsky Fix version for pre-0.94 MetaRole API warning
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky Doh, fix typo in docs
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-07-25 Dave Rolsky Delta entry editing
2010-07-25 Dave Rolsky Tweak wording in Delta
2010-07-24 Dave Rolsky Fix reference to old MetaRole function name
2010-07-24 Dave Rolsky Always check that a constraint has a coercion before...
2010-07-24 Dave Rolsky Ignore Moose::Meta::Attribute and Moose::Meta::Class...
2010-07-24 Dave Rolsky Add coerce without coercion to list of deprecated features
2010-07-24 Dave Rolsky Don't try to inline a coercion unless the type constrai...
2010-07-24 Dave Rolsky Remove with_caller from the deprecations
2010-07-24 Dave Rolsky Explicitly use Moose::Deprecated in all modules that...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Dave Rolsky Doc deprecation warnings in Changes for Delta.pod
2010-07-24 Dave Rolsky Add docs for Moose::Deprecated
2010-07-24 Dave Rolsky Deprecation warning for Moose::init_meta
2010-07-24 Dave Rolsky Deprecation warning for calling type() or subtype(...
2010-07-24 Dave Rolsky Remove alias_method (it's been deprecated since 0.73_01)
2010-07-24 Dave Rolsky Deprecate the Role type
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Shawn M Moore Minor corrections to satisfy pod_spell.t
next