Add tests for inline {con,de}structor warnings and inlining. Got rid
[gitmo/Class-MOP.git] / lib / Class / MOP / Method /
2009-06-21 Dave Rolsky Add tests for inline {con,de}structor warnings and...
2009-06-16 Dave Rolsky bump version to 0.86
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-24 Dave Rolsky Refactor to exit early if we cannot inline
2009-04-24 Yuval Kogman warn if expected metaclass's constructor doesn't exist
2009-04-23 Dave Rolsky Don't document can_be_inlined here
2009-04-23 Dave Rolsky Docs for CMOP::Method::Inlined
2009-04-23 Dave Rolsky bump version to 0.82_01
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.82 0.82
2009-04-20 Dave Rolsky Move creation of the warning until the end of the metho...
2009-04-20 Dave Rolsky Reduce nested if-ness by short-circuiting and returning...
2009-04-20 Dave Rolsky Perltidy this file
2009-04-19 Yuval Kogman refactor a Class::MOP::Method::Inlined base class
2009-04-07 Dave Rolsky bump version to 0.81 0.81
2009-04-07 Florian Ragwitz Include stack traces in the deprecation warnings.
2009-04-06 Dave Rolsky Make _initialize_body private to match other classes
2009-04-05 Dave Rolsky bump version to 0.80_01
2009-04-05 Dave Rolsky Make the deprecation warning for attributes match all...
2009-04-05 Dave Rolsky Make attributes private. Even though it can be inlined...
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-01 Dave Rolsky bump version
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-21 Dave Rolsky Documented the is_inline method twice, oops.
2009-03-19 Dave Rolsky Using goto is very subclass-unfriendly, and breaks...
2009-03-19 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky make CMOP::Method::Construct->meta_instance private
2009-03-17 Dave Rolsky The CMOP::Method::Constructor->attributes method is...
2009-03-17 Dave Rolsky Make the generate_* methods in CMOP::Method::Constructo...
2009-03-17 Dave Rolsky make CMOP::Method::Constructor->initialize_body private
2009-03-17 Dave Rolsky Make all the generate_* methods in CMOP::Accessor private.
2009-03-17 Dave Rolsky make CMOP::Method::Accessor->initialize_body private
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-02-24 Dave Rolsky bump version and update Changes for a release 0.78
2009-02-22 Dave Rolsky renumber to 0.77_01 for a dev release
2009-02-20 Dave Rolsky Fix one more instance of passing a quoted attr name
2009-02-20 Dave Rolsky Revert back to checking for code compilation failure...
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-20 Dave Rolsky Make the meta-instance class take a bare attribute...
2009-02-20 Dave Rolsky I'm a dumbass.
2009-02-20 Dave Rolsky Even better, include the code that failed to compile...
2009-02-20 Dave Rolsky Hey, here's a crazy idea, let's die we try to generate...
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-01-22 Dave Rolsky bump all the versions to 0.76
2009-01-22 Dave Rolsky Reformat _eval_closure a bit and don't use q!! (used...
2009-01-17 Yuval Kogman add _compile_code, a wrapper for _eval_closure and...
2009-01-14 Dave Rolsky Merge from trunk to method_generation_cleanup branch...
2009-01-12 Yuval Kogman add definition_context
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-16 Dave Rolsky bump version 0.73
2008-12-12 Matt S Trout only close over the default values, don't actually...
2008-12-12 Matt S Trout Merge 'trunk' into 'method_generation_cleanup'
2008-12-12 Matt S Trout switch to hashref-based _eval_closure
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-05 Matt S Trout break out method generation into an _eval_closure method
2008-12-04 Dave Rolsky Add a can_be_inlined method to CMOP::Method::Constructo...
2008-12-04 Dave Rolsky update version for release and update changes
2008-11-29 Shawn M Moore Doc using the new method->execute API
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-11-07 Dave Rolsky Added introspection methods for method modifiers, along...
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
next