Move is_immutable into XS
[gitmo/Mouse.git] / lib /
2009-12-18 gfx Move is_immutable into XS
2009-12-18 gfx Lazy load for Delegation class
2009-12-18 gfx Tidy
2009-12-18 gfx Rename variable names for clearity
2009-12-18 gfx Avoid autovivification
2009-12-18 gfx Tiny tweaks
2009-12-16 gfx Implement make_mutable :)
2009-12-16 gfx Switch to duck typing
2009-12-16 gfx Add set_value/get_value/has_value/clear_value to Attribute
2009-12-16 gfx Add with_immutable to Test::Mouse
2009-12-16 gfx Move BUILDALL and DEMOLISHALL into XS
2009-12-13 gfx Fix accessor filenames
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-09 gfx Add coerce() to the function list
2009-12-09 gfx Add duck_type to the function list
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-09 gfx Improve enum to accept "enum($name, $arrayref)" constru...
2009-12-08 gfx Add Test::Mouse
2009-12-08 gfx Fix typos
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Make Mouse/Tiny.pod
2009-12-07 gfx Add some document
2009-12-07 gfx Fix the hierarchy of type constraints: Num and Int...
2009-12-07 gfx Fix a typo in the pod
2009-12-07 gfx Add a note for Mouse::XS, which requries Perl 5.8.1...
2009-12-07 gfx Tweaks for ouse.pm
2009-12-07 gfx Add documents to Mouse::Spec
2009-12-07 gfx Add documents for attributes
2009-12-07 gfx Remove has_package_symbol and add_package_symbol
2009-12-07 gfx Fix the pod of Mouse
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Fix a PAUSE indexing issue
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-05 gfx Add function list to pod
2009-12-05 gfx Fix a typo
2009-12-03 gfx Make accessor generators extensible
2009-12-03 gfx Remove mentions to Class::Method::Modifiers
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-12-03 gfx Fix a prototype-related problem on 5.8.x
2009-12-03 gfx Add meta() method to method metaclasses
2009-12-03 gfx Fix has()
2009-12-03 gfx Fix XS loading code
2009-12-03 gfx Clean the code up
2009-12-03 gfx Fix a bug that segv caused on 5.6.2 with -traits
2009-12-03 gfx Update the repository information
2009-12-03 gfx Add a description
2009-11-28 gfx Port (get|has)_package_symbol from Class::MOP
2009-11-28 gfx Skip class unload stuff in global destruction
2009-11-28 gfx Add immutable_optins
2009-11-28 gfx Fix a error message in apply_all_roles
2009-11-28 gfx Fix meta method constructors
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-26 gfx Add a constant, MOUSE_XS
2009-11-26 gfx Remove method list without explanations
2009-11-26 gfx Fix metaclass compatibility resolution
2009-11-21 gfx Mouse test suite requires Moose 0.93
2009-11-18 gfx Add pod to Mouse::TypeRegistry as a deprecated module
2009-11-18 gfx Add public method list as TODO
2009-11-18 gfx Fix _reconcile_with_superclass_meta
2009-11-18 gfx Add metaclass compatibility stuff
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Start to support "use Mouse -traits => ..."
2009-11-17 gfx Add Mouse::Util::MetaRole
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Mouse::Object has meta() method
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...
next