simplify more stuff
[gitmo/Class-MOP.git] / lib / Class / MOP / Method /
2010-11-18 Jesse Luehrs simplify more stuff
2010-11-18 Jesse Luehrs refactor this to use _eval_environment
2010-11-18 Jesse Luehrs clean up the constructor generation code
2010-11-18 Jesse Luehrs factor codegen stuff out to Eval::Closure
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-10-29 Dave Rolsky bump version to 1.11
2010-10-16 Jesse Luehrs implement inlined access to the mop slot, to fix immuta...
2010-10-16 Dave Rolsky bump version to 1.10 so we can dep on it in Moose
2010-09-29 Karen Etheridge fix pod markup error
2010-09-27 Jesse Luehrs let the method subclasses take care of their own hackery
2010-09-27 Jesse Luehrs version bump ::Meta
2010-09-27 Jesse Luehrs fix warning on earlier perls
2010-09-27 Jesse Luehrs bootstrap the meta method in CMOP::Mixin too
2010-09-27 Jesse Luehrs give CMOP::Object a real meta method, and simplify...
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Dave Rolsky bump version to 1.09
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-09-17 Dave Rolsky remove debugging warn
2010-09-15 Dave Rolsky Use Perl::Tidy to tidy dump of generate source code...
2010-09-13 Dave Rolsky Bump version to 1.08 1.08
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-20 Dave Rolsky Bump version to 1.05
2010-08-08 Dave Rolsky Some small optimizations to avoid repeated accessor...
2010-08-08 Dave Rolsky Tidy oddly formatted chunk of code
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky bump version to 1.04
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-05-20 Florian Ragwitz Version 1.02 1.02
2010-05-06 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-04 Dave Rolsky Update Changes, bump version to 0.97_01, make copyright... 0.97_01
2009-12-19 Dave Rolsky bump version to 0.97 0.97
2009-12-18 Shawn M Moore Checking in changes prior to tagging of version 0.96... 0.96
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.95... 0.95
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-11 Dave Rolsky bump version to 0.92_01 and add release date 0.92_01
2009-08-26 Dave Rolsky Make debugging output for MOP_PRINT_SOURCE a little...
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-13 Dave Rolsky bump version to 0.92
2009-08-13 gfx Add source printing code to Method::Generated that...
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-17 Stash Fix exception when $_ is modified in before/after.
2009-07-16 gfx Method modifier tweaks. Add missing Wrapped::_new()
2009-07-15 Dave Rolsky tidy new code from Goro
2009-07-12 gfx Implement an idea of reducing inline constructors in...
2009-07-12 gfx Cache init_arg() in _generate_slot_initializer()
2009-07-03 Dave Rolsky bump version to 0.89
2009-06-30 Dave Rolsky Avoid a warning when the inherited method has no uninli...
2009-06-23 Dave Rolsky bump version to 0.88
2009-06-22 Dave Rolsky Add an explicit return
2009-06-21 Dave Rolsky bump version to 0.87
2009-06-21 Dave Rolsky Make sure we always local-ize $@ and $SIG{__DIE__}...
2009-06-21 Dave Rolsky Remove a useless eval block
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
next