Simplify Mouse::Meta::Role::Composite::_apply_methods()
[gitmo/Mouse.git] / lib /
2009-11-17 gfx Tidy
2009-11-17 gfx Make some constants as class attributes
2009-11-16 gfx Fix default and weak stuff
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Remove "use Mouse::Meta::Method::Destructor"
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Mouse:::Meta::Method::Constructor is used only in pure...
2009-11-16 gfx Move Mouse::Object::new to PurePerl.pm
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Add Mouse::Object::new in XS
2009-11-16 gfx Optimize get_metaclass() in XS
2009-11-16 gfx Change inline_constructor => 0
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add $ignore_triggers option to _initialize_object()
2009-11-15 gfx XS constructor
2009-11-04 gfx Tweaks for speed
2009-11-03 gfx Remove extra commas from pods
2009-11-03 gfx Remove an useless "use Scalar::Util" directive
2009-11-03 gfx Fix a typo
2009-11-03 gfx Implement get_all_attributes in XS
2009-11-03 gfx Skip BUILDALL in the default constructor, and DEMOLISH...
2009-11-03 gfx Remove useless use of or-assign
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Tidy
2009-11-01 gfx Tweaks
2009-11-01 gfx Tweaks for Mouse guts, and add Mouse::Util::_MOUSE_XS...
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-11-01 gfx Implement compile_type_constraint in XS
2009-11-01 gfx Simplify compile_type_constraint
2009-10-31 gfx Add comments
2009-10-31 gfx Implement type parameterization in XS
2009-10-31 gfx Fix associate_method()
2009-10-31 gfx Use bit-or, not simple assignment
2009-10-31 gfx s/_generate_isa_predicte_for/generate_isa_predicate_for...
2009-10-31 gfx Change is-a predicate stuff
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-30 gfx Move parametarization code to Meta::TypeConstraint
2009-10-30 gfx Make type constraints always true
2009-10-30 gfx Add '|' operator to Meta::TypeConstraint (experimental)
2009-10-30 gfx Tidy
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx No import
2009-10-27 gfx No meta programming in Mouse/Meta/Role.pm
2009-10-27 gfx Tidy
2009-10-27 gfx Remove debugging code
2009-10-27 gfx No import
2009-10-27 gfx No import
2009-10-27 gfx No import
2009-10-27 gfx Tweaks for compatibility
2009-10-27 gfx Compat for Moose
2009-10-27 gfx Add document
2009-10-27 gfx Remove debuggign code
2009-10-27 gfx Add methods to PurePerl.pm
2009-10-27 gfx Move add_method into XS
2009-10-27 gfx Hack for XSLoader
2009-10-27 gfx Do not import unused functions
2009-10-27 gfx Tidy
2009-10-27 gfx More compatibility to Moose
2009-10-26 gfx Fix Util.pm
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Fix a typo in PurePerl.pm
2009-10-26 gfx Implement a class_type generator
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Implement XS accessor generators
2009-10-25 gfx Tweak for Meta::Method
2009-10-25 gfx Use get_code_ref()
2009-10-25 gfx Add "documentation" attribute to Mouse::PurePerl
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx Remove useless check code
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move ::Meta::Module::namespace into XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Add first XS implementation
2009-10-24 gfx Use get_method_body(), instead of can()
2009-10-24 gfx Lazy load Mouse::Meta::Role
2009-10-24 gfx Rename ::Meta::Method::new to ::Meta::Method::wrap...
2009-10-24 gfx Make method generators extensible
2009-10-24 gfx Fix the NAME in Mouse::Meta::Method::Destructor
2009-10-24 gfx Merge branch 'master' into blead
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Fix subtyping issue
2009-10-19 gfx Mouse and Mouse::Roles does export their sugars to...
2009-10-19 gfx Revert "Ignore fatal errors in "traits" resolution...
2009-10-19 gfx Add calculate_all_roles() to Meta::Class/Meta::Role
2009-10-19 gfx Ignore fatal errors in "traits" resolution. This is...
2009-10-19 gfx Add "use Mouse -traits => [...]" support, but not yet...
2009-10-15 gfx Fix an issue in Mouse::Object::new to throw informative...
2009-10-14 gfx Update Mouse::Spec
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50422
2009-10-13 gfx Fix RT #50421
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add SYNOPSIS to Mouse::Spec
2009-10-13 gfx Fix a sentence in a pod
2009-10-13 gfx Update documents
2009-10-13 gfx Add $VERSION to Mouse::Role to allow "use Mouse::Role...
2009-10-13 gfx Add "Incompatibility with Moose" section to Mouse:...
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Revert "Skip class_type etc stack frames when checking...
next