Small wording tweak
[gitmo/Moose.git] / lib /
2010-10-16 Jesse Luehrs this is just what the default implementation does
2010-10-16 Karen Etheridge more typos
2010-10-16 Karen Etheridge fix typo
2010-10-16 Dave Rolsky Mention default is as well
2010-10-16 Dave Rolsky Mention default default in docs
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-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-10-16 Dave Rolsky require CMOP 1.10
2010-10-15 Jesse Luehrs don't use optimized path for non-lvalues
2010-10-15 Jesse Luehrs remove some unused variables
2010-10-14 Dave Rolsky Add version to Delta for 1.15, and s/native traits...
2010-10-13 Hans Dieter Pearcey typo fix
2010-10-11 Jesse Luehrs support array references in role method modifiers
2010-10-10 Florian Ragwitz Avoid removing previously imported symbols
2010-10-08 Jesse Luehrs also handle weakening in anon roles
2010-10-08 Jesse Luehrs handle weakening of anon classes here too
2010-10-07 Jesse Luehrs ignore composite roles during role reconciliation
2010-10-07 Dave Rolsky Fix native methods which accept string to accept the...
2010-10-06 Florian Ragwitz Make the spelling tests pass again
2010-10-06 Florian Ragwitz Fix Pod error
2010-10-04 Karen Etheridge fix small typos in changelogs.
2010-09-30 Dave Rolsky Small tweaks to Contributing
2010-09-30 Dave Rolsky Revised BestPractices
2010-09-30 Dave Rolsky Revise Unsweetened
2010-09-30 Dave Rolsky More manual revisions
2010-09-30 Dave Rolsky More manual revision
2010-09-30 Dave Rolsky Some tweaks to documentation for Native.pm
2010-09-30 Dave Rolsky Starting work on revising the manual
2010-09-30 Dave Rolsky Add =pod at top of .pod file
2010-09-27 Jesse Luehrs hacks for ::Role::Method too
2010-09-27 Dave Rolsky Add default is ...
2010-09-27 Dave Rolsky Deprecate _default_is and _default_default for native...
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs more multiple inheritance fiddling
2010-09-27 Dave Rolsky Apply the Moose::Meta::Object::Trait to Moose::Error...
2010-09-27 Jesse Luehrs typo fixes
2010-09-27 Jesse Luehrs changes and delta
2010-09-27 Jesse Luehrs tests for meta_name
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs use cluck for this warning
2010-09-27 Jesse Luehrs first pass at allowing Moose and Moose::Role to omit...
2010-09-27 Jesse Luehrs stop testing for methods named 'meta'
2010-09-27 Jesse Luehrs make Moose and Moose::Role install proper meta methods
2010-09-27 Jesse Luehrs make MMC->create and MMR->create install meta methods...
2010-09-27 Jesse Luehrs adding a meta method here is unnecessary
2010-09-27 Jesse Luehrs stop using ->meta in a last couple places, to allow...
2010-09-27 Jesse Luehrs use _real_ref_name
2010-09-27 Jesse Luehrs handle role reinitialization too
2010-09-27 Jesse Luehrs this stuff is now all unnecessary
2010-09-27 Jesse Luehrs override metaclass compat stuff in a trait for CMOP...
2010-09-27 Jesse Luehrs be a bit more accurate in determining role-only subclasses
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
2010-09-27 Jesse Luehrs fall back to calculate_all_roles here so role metas...
2010-09-27 Jesse Luehrs move role reconciliation calculation to Moose::Util
2010-09-27 Jesse Luehrs make _reconcile_roles_for_metaclass just return the...
2010-09-27 Jesse Luehrs the error classes should be cmop objects
2010-09-27 Dave Rolsky Really require CMOP 1.09
2010-09-27 Jesse Luehrs add trait_aliases option to Moose::Exporter
2010-09-27 Jesse Luehrs reorder these methods into a more "proper" order
2010-09-27 Jesse Luehrs update docs about initialize
2010-09-27 Jesse Luehrs let reinitialization fix metaobjs via role reconciliation
2010-09-27 Jesse Luehrs apply_all_roles is broken with lists of role metas...
2010-09-27 Dave Rolsky Allow overloading on arguments to native trait methods
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Handle uninlinable instance in native trait code generation
2010-09-27 Dave Rolsky Add semi-colon in code that generates entire assignment...
2010-09-27 Dave Rolsky More docs in Delta
2010-09-27 Dave Rolsky No semi on potential value
2010-09-27 Dave Rolsky Always get inlining code from meta-attr/class, never...
2010-09-27 Dave Rolsky When generating inline_store code, don't weaken non...
2010-09-27 Dave Rolsky Get inline slot access snippets from attr, not direct...
2010-09-27 Dave Rolsky Moved some inlining duties to Attribute class, which...
2010-09-27 Dave Rolsky More Delta docs
2010-09-27 Dave Rolsky Doc changes in Changes and Delta
2010-09-27 Dave Rolsky Remove superfluous argument passing
2010-09-27 Dave Rolsky Rename _inline_copy_value so we don't accidentally...
2010-09-27 Dave Rolsky Make sure potential value is a hash ref
2010-09-27 Dave Rolsky Fix potential_value for string inc
2010-09-27 Dave Rolsky Don't turn hash into array when copying the old hash...
2010-09-27 Dave Rolsky Use _writer_core
2010-09-27 Dave Rolsky Just use _writer_core for accessor
2010-09-27 Dave Rolsky Make sure accessor's writer side does what the writer...
2010-09-27 Dave Rolsky Fix potential value for set
2010-09-27 Dave Rolsky Remove code that handled method providers now that...
2010-09-27 Dave Rolsky Load accessor generator
2010-09-27 Dave Rolsky Make array accessor follow same pattern as hash accessor
2010-09-27 Dave Rolsky Make hash accessor actually work
2010-09-27 Dave Rolsky Remove all references to method providers
2010-09-27 Dave Rolsky make sure all modules have the same version
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Fix potential value for clear
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 Moved even more code up to Native/Writer
2010-09-27 Dave Rolsky Move even more code up to parent
2010-09-27 Dave Rolsky Move more code up to the Native/Writer class
2010-09-27 Dave Rolsky No need to duplicate code in parent class
2010-09-27 Dave Rolsky Add inling for native Code trait
next