Remove all uses of CMOP::{load_class, is_class_loaded, load_first_existing_class...
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints / Builtins.pm
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-06-19 Jesse Luehrs remove old deprecated code
2011-06-19 Jesse Luehrs these are unnecessary, since we know the parent is...
2011-06-18 Jesse Luehrs adding quotes around arbitrary stuff isn't safe, just...
2011-06-05 Dave Rolsky Just fetch Value type once rather than each time inlini...
2011-06-05 Karen Etheridge in each subtype inline_as, use the check from the paren...
2011-05-17 Jesse Luehrs fix up a few spelling and pod issues
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs one more constrained scope in tc inlining
2011-05-17 Dave Rolsky Make inline constraints safer ...
2011-05-17 Jesse Luehrs one more fix for unoptimized constraints
2011-05-17 Jesse Luehrs fix a couple of unoptimized constraints
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky We don't want two different inline code chunks to use...
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Rewrite builtin type tests to test optimized, unoptimiz...
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-05-17 Dave Rolsky Move optimized constraint subs to new Builtins package
2011-05-17 Dave Rolsky Move definition of built in types to a separate package...