More _generate_class_type_for()
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Implement a class_type generator
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx built-in type constraints in XS
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Mouse and Mouse::Roles does export their sugars to...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50421
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Revert "Skip class_type etc stack frames when checking...
2009-10-09 gfx Remove a Moose-imcompatible warning
2009-10-09 gfx Add "optimize_as" sugar to TC
2009-10-08 gfx Fix subtype $name
2009-10-07 gfx Implement 'does' attribute in has()
2009-10-07 gfx Canonicalize the name of union types
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-06 Shawn M Moore Skip class_type etc stack frames when checking the...
2009-10-04 gfx Remove old, unused variables
2009-10-03 gfx Cleanup
2009-10-01 gfx Fix some code for new APIs
2009-09-30 gfx A tiny tweak
2009-09-30 gfx Remove debugging code
2009-09-30 gfx Deprecate two internal methods: coerce_constraint(...
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Fix subtype()
2009-09-30 gfx Refactor type constraints
2009-09-29 gfx Fix an issue that breaks backward compatibility
2009-09-29 gfx Fix union types and coercion
2009-09-29 gfx Remove 'Role' type from the document
2009-09-29 gfx Rewrite type constraint parser for union parameter...
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-24 gfx Fix class_type
2009-09-24 gfx Move features used only for testing to t/lib/Test/Mouse.pm
2009-09-23 gfx Tweaks for type constraints.
2009-09-23 gfx Fix type constraint issue
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Add various things
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-17 gfx Improve type constraint stuff
2009-09-15 gfx Improve type constraint stuff
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 markstos Improve documentation for type constraints.
2009-04-03 wu-lee Type coercions should be added to the front of the...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-03 wu-lee Correct error message to include 'Maybe' as implemented...
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Daisuke Maki (lest... look under %TYPE first
2009-04-02 Daisuke Maki (lest... Export find_type_constraint
2009-04-02 Daisuke Maki (lest... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-03-07 Daisuke Maki Make coercion work for parameterized types
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Fix prototype on message {...}
2009-02-03 Shawn M Moore Use Exporter for Mouse::Util::TypeConstraints
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore You can redefine types in the original package
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore Style
2008-12-22 Shawn M Moore Rename the has from %SUBTYPE to %TYPE
2008-12-22 Shawn M Moore "type" sugar for when you're not subtyping anything
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-22 Shawn M Moore Begin renaming Mouse::TypeRegistry to Mouse::Util:...