Tweaks for speed
[gitmo/Mouse.git] / lib / Mouse / PurePerl.pm
2009-11-04 gfx Tweaks for speed
2009-11-03 gfx Fix a typo
2009-11-03 gfx Implement get_all_attributes in XS
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Tweaks
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-10-31 gfx Implement type parameterization in XS
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-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx Add document
2009-10-27 gfx Add methods to PurePerl.pm
2009-10-27 gfx Move add_method into XS
2009-10-27 gfx Do not import unused functions
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx Fix a typo in PurePerl.pm
2009-10-26 gfx Implement a class_type generator
2009-10-25 gfx Implement XS accessor generators
2009-10-25 gfx Add "documentation" attribute to Mouse::PurePerl
2009-10-25 gfx built-in type constraints in XS
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