stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait /
2012-06-21 Jesse Luehrs stop using excludes within moose, since it's no longer...
2012-04-29 Chris Prather fix the erroneous ->kv call in the docs
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-07 Dave Rolsky fix some pod errors
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-06-13 Karen Etheridge addition of first_index to the native Array trait.
2011-05-07 Jesse Luehrs fix up some abstracts
2011-03-30 Jesse Luehrs fix up some docs
2011-01-19 Mateu X Hunter correct wording to use 'hash' instead of 'array'
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-12-04 Ricardo Signes correct method call in Hash trait documentation
2010-11-25 Karen Etheridge Revert "clarification re the limitations of the "map...
2010-11-25 Karen Etheridge clarification re the limitations of the "map" array...
2010-11-24 Karen Etheridge Doc note about explicit omission of each() in the nativ...
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-15 Jesse Luehrs lazily load the native trait accessor roles
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-16 Dave Rolsky some more small doc improvements for native traits
2010-10-16 Dave Rolsky Lots of doc improvements for native delegations.
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Dave Rolsky Load accessor generator
2010-09-27 Dave Rolsky Remove all references to method providers
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Add inlining methods for Number native trait
2010-09-27 Dave Rolsky Calculate _native_type from role name, rather than...
2010-09-27 Dave Rolsky Inline all Counter methods
2010-09-27 Dave Rolsky Add inling for native Code trait
2010-09-27 Dave Rolsky Whitespace tweak
2010-09-27 Dave Rolsky Inlining for native Bool trait
2010-09-27 Dave Rolsky Implemented inlning for all string methods.
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky All of the non-mutating array helpers are now inlined.
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-15 Jay Hannah Tiny POD clarification. 'pairs' too ambiguous.
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-20 Dave Rolsky Bump version to 1.10
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Stop Moose::Meta::Attribute::Native::Trait::Code from...
2010-03-16 mateu Improve Counter Trait docs.
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Ansgar Burchardt Add a couple of missing package descriptions.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-18 Dave Rolsky set version to 0.94
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2009-12-17 Dave Rolsky remove a lying comment
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky bump all versions to 0.89_02
2009-09-11 Jesse Luehrs a bit more docs for code helpers
2009-09-11 Jesse Luehrs add some docs for the code method provider
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-11 Jesse Luehrs clean up some of the native trait docs
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-06 Gerda Shank minor native trait doc tweaks
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-04 Dave Rolsky Reword description of is_empty
2009-09-02 Dave Rolsky Merge branch 'master' into topic/list_util_helpers
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-23 Shawn M Moore Doc consistency: use B<> not I<>
2009-08-23 Shawn M Moore Document length and substr, which are in the MethodProvider
2009-08-23 Shawn M Moore More cleanup in native documentation
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-16 Dave Rolsky Doc editing for Native Hash
2009-08-16 Dave Rolsky more doc editing for Native Traits
2009-08-16 Dave Rolsky More editing of the Array docs
2009-08-16 Dave Rolsky Doc editing for Array
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
next