Remove some empty classes in the String hierarchy
[gitmo/Moose.git] / lib / Moose / Meta /
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-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 Dave Rolsky Clarify that coerce requires a TC with a coercion
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-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-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-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-26 Dave Rolsky Squashed commit of the following:
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-07-24 Dave Rolsky Always check that a constraint has a coercion before...
2010-07-24 Dave Rolsky Don't try to inline a coercion unless the type constrai...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Dave Rolsky Remove alias_method (it's been deprecated since 0.73_01)
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/illegal_options_for_inh...
2010-07-24 Jesse Luehrs warn if we try to overwrite a local function with an...
2010-07-24 Jesse Luehrs clean up some things, and allow overriding unspecified...
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2010-07-12 Dave Rolsky Include type name in error when coerce => 1 is given...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...
2010-07-12 Dave Rolsky Remove totally unused chunk of code
2010-06-30 Jesse Luehrs don't inline accessors unless the instance supports it
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-15 Jesse Luehrs factor out a small part of the constructor inlining
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-06-01 John Napiorkowski Merge branch 'master' of git.moose.perl.org:Moose
2010-06-01 John Napiorkowski added bool context overload to m:m:tc
2010-05-30 Dave Rolsky No need to write "0+$self" when we already overloaded...
2010-05-28 John Napiorkowski fix and test related to breakage in MX:Types and others...
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Jesse Luehrs delegations and modifiers shouldn't be seen as coming...
2010-05-20 Dave Rolsky Refactor code to determine if two metaclasses differ...
2010-05-20 Dave Rolsky No parens on call to defined
2010-05-20 Dave Rolsky Refactor code to replace $self with a new object into...
2010-05-20 Dave Rolsky Remove unused variable
2010-05-20 Dave Rolsky Fix a small comment typo
2010-05-20 Dave Rolsky Use _real_ref_name to get ref name for a metaclass...
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
2010-05-20 Jesse Luehrs fix some immutability issues, and expand the tests
2010-05-20 Jesse Luehrs remove obsolete comment
2010-05-20 Jesse Luehrs don't initialize delegate classes with Moose::Meta...
2010-05-20 Jesse Luehrs reinitialize the metaclasses, rather than just reblessing
2010-05-20 Jesse Luehrs make variable naming more clear, and fix some bugs...
2010-05-20 Jesse Luehrs extend cmop's metaclass fixing to also fix metarole...
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-16 Ricardo Signes make the new "distinct types not equal" tests pass
2010-05-16 Jesse Luehrs add ->consumers method to role metaclass
2010-05-15 Dave Rolsky No space between method names and parens in docs
2010-05-15 Dave Rolsky Clarify several confusing invocants and variable names.
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-05-12 Jesse Luehrs fix failing tests
2010-05-12 Jesse Luehrs add HasMethods to Role explicitly, since it's no longer...
2010-05-11 Tomas Doran 'Fix' has '+attr' in roles by exploding earlier.
2010-05-11 Florian Ragwitz undoublefail
2010-05-06 Florian Ragwitz Fix typo.
2010-05-06 Florian Ragwitz Version 1.03. 1.03
next