update repo to point to github
[gitmo/Moo.git] / lib / Method / Generate / Accessor.pm
2013-09-22 Graham Knop whitespace/style cleanups
2013-08-23 Graham Knop fix deep recursion when calling isa check within isa...
2013-07-11 Graham Knop correct variable for name in _generate_populate_set
2013-07-10 Graham Knop add public generate_use_default/generate_simple_has...
2013-06-27 Graham Knop validate builder-sub with _validate_codulatable
2013-06-15 Toby Inkster oops; went overboard and forgot the whole point of...
2013-06-15 Toby Inkster combine three strings into a hashref
2013-06-15 Toby Inkster make sigdie handler private
2013-06-15 Toby Inkster pull the SIG{__DIE__} handler out of the eval
2013-06-15 Toby Inkster use the _attr_desc function instead of reinventing it
2013-06-15 Toby Inkster tidy
2013-06-15 Toby Inkster reimplementation of SIGDIE stuff using a single coderef...
2013-05-04 Graham Knop fix breakage introduced by accessor fix
2013-05-04 Graham Knop avoid using separate variable for value in modifier...
2013-05-04 Graham Knop try to avoid localizing @_ when not needed
2013-05-04 Graham Knop fix for eager false non-ref defaults
2013-05-04 Matt Phillips squash, cleanup on _validate_codulatable
2013-05-04 Matt Phillips Adds moosify isa spec
2013-05-04 Toby Inkster inlining for overloaded object isa/coerce
2013-05-04 Graham Knop fix accessor bugs
2013-05-04 Graham Knop make weak_ref+lazy match behavior of moose
2013-03-17 Graham Knop fix asserter generator not passing $spec
2013-03-16 Matt Phillips refactor asserter code into _generate_asserter()
2013-03-16 Toby Inkster fix conflict with two lexical variables called $spec
2013-03-16 Toby Inkster improve the overwriting exception's handling of has...
2013-03-16 Toby Inkster generalize this feature - FAILING TESTS - DO NOT MERGE...
2013-03-16 Toby Inkster fix for 81181
2013-03-16 Graham Knop allow non-ref defaults
2013-03-15 Matt Phillips RT #83361, asserter now operates on definedness
2013-02-11 Christian Walde handles => "RoleName" should try to load the module
2013-02-06 Christian Walde do not generate an accessor on an rw attr if reader...
2013-02-06 Christian Walde builder => sub{} now installs that as a method
2012-10-23 Dagfinn Ilmari Man... Include both attribute name and init_arg in constructor...
2012-08-09 Dagfinn Ilmari Man... fix pre-5.8.3 weak_ref setter as well
2012-08-08 Dagfinn Ilmari Man... make setter for weak_ref attributes return the value
2012-07-31 Dagfinn Ilmari Man... throw an error on invalid builder names as well (RT...
2012-07-30 Dagfinn Ilmari Man... throw an error on non-string builder (RT#78479)
2012-07-21 Matt S Trout localize @_ when inlining quote_sub'ed isa checks ...
2012-07-18 Matt S Trout error prefixes for coerce exceptions too
2012-07-18 Matt S Trout die wrap with prefix for attribute isa
2012-07-15 Matt S Trout load overload.pm explicitly for overload::StrVal
2012-07-15 Christian Walde useful and detailed errors for coerce in attrib generation
2012-07-14 Christian Walde useful and detailed errors for default checker in attri...
2012-07-02 Christian Walde sanity check code for default providers is now more...
2012-06-26 Matt S Trout isa checks on builders
2012-06-26 Matt S Trout remove multi-populate code to fix exists/defined new...
2012-06-26 Vyacheslav Matyukhin check default using \&{}
2012-06-26 Vyacheslav Matyukhin refactoring nested ifs
2012-06-26 Vyacheslav Matyukhin check if default overloads ->()
2012-06-26 Vyacheslav Matyukhin generate_method checks if default is a coderef
2012-06-18 Matt S Trout support has '+foo'
2012-05-14 Matt S Trout a weakened value should still be returned on set (fixes...
2012-05-03 Matt S Trout idiot, matt.
2012-05-03 Matt S Trout first cut at extension tests
2012-05-03 Matt S Trout pass spec down into generation code
2012-05-02 Matt S Trout factor out accessor generation code a bit
2012-04-06 Matt S Trout complete attributeshortcuts support
2012-03-24 Matt S Trout clean up coerce generation a bit
2012-03-24 Matt S Trout Fix a bug where coercions weren't called on lazy defaul...
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-12-23 Peter Rabbitson Fix missing escape on < 5.8.3 codepath
2011-12-12 John Napiorkowski deal when the case when Class::XSAccessor is a trial...
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-07-20 Matt S Trout make ro accessor die
2011-07-11 Alex J. G. Burzyński coerce value from eager defaults
2011-07-11 Alex J. G. Burzyński pass coerce tests
2011-04-22 Peter Rabbitson Bring back 5.8.1 support
2011-02-25 Matt S Trout factor out eager default calculation
2011-02-25 Matt S Trout handle non-lazy default and builder when init_arg is...
2010-11-13 Matt S Trout support weak_ref
2010-11-13 Matt S Trout add inlinability for Accessor.pm
2010-11-13 Matt S Trout improved quoted sub inlining
2010-11-12 Matt S Trout handles and asserter support
2010-11-12 Matt S Trout add support for reader/writer/accessor
2010-11-12 Matt S Trout remove return from M::G::Accessor to make inlining...
2010-11-11 Peter Rabbitson Enable C::XSA on win32 until proven problematic
2010-11-10 Matt S Trout factor out and rename
2010-11-08 Matt S Trout fix bugs in XS support
2010-11-08 Matt S Trout use XSAccessor if available
2010-11-08 Matt S Trout fixup whitespace once again
2010-11-08 Matt S Trout add predicate and clearer
2010-11-08 Matt S Trout refactor constructor generation and test more complex...
2010-11-07 Matt S Trout support for default at construction time
2010-11-07 Matt S Trout working lazy default and builder
2010-11-07 Matt S Trout factor out sub quote unrolling code, add isa support
2010-11-07 Matt S Trout detab. again. think I might've fixed it this time.
2010-11-07 Matt S Trout handle trigger with captures
2010-11-07 Matt S Trout inline quoted trigger
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout constructor generation, add option to quote_sub to...
2010-11-07 Matt S Trout clean up method naming
2010-11-07 Matt S Trout ro and rw accessor generation