don't load Moo if Moose is already present
[p5sagit/Function-Parameters.git] / Parameters.xs
2012-11-14 Lukas Mai import more Method::Signatures tests
2012-11-14 Lukas Mai Merge branch 'metadata' into mooseish-types
2012-11-14 Lukas Mai Merge branch 'master' into metadata
2012-11-14 Lukas Mai prune unused code
2012-11-14 Lukas Mai avoid more compiler warnings
2012-11-14 Lukas Mai Merge branch 'metadata' into mooseish-types
2012-11-14 Lukas Mai avoid more compiler warnings
2012-11-14 Lukas Mai Merge branch 'metadata' into mooseish-types
2012-11-14 Lukas Mai Merge branch 'master' into metadata
2012-11-14 Lukas Mai be C89 again (also avoid other compiler warnings)
2012-11-14 Lukas Mai add Moose tests and make them pass
2012-11-05 Lukas Mai first sketch of Moose types support
2012-11-04 Lukas Mai record and extract metadata
2012-11-04 Lukas Mai rework allocation system
2012-11-01 Lukas Mai Merge branch 'named-params'
2012-11-01 Lukas Mai prune dead code named-params
2012-11-01 Lukas Mai implement named params with temp hash
2012-10-30 Lukas Mai fix scoping of named parameters
2012-10-28 Lukas Mai import some (modified) signatures tests
2012-10-28 Lukas Mai fix broken build
2012-10-27 Lukas Mai use UVs instead of strings where possible
2012-10-27 Lukas Mai first cut at named parameters
2012-10-21 Lukas Mai implement $invocant: syntax
2012-10-21 Lukas Mai whitespace
2012-10-14 mauke fix wrong line number for statement immediately followi...
2012-07-18 Lukas Mai remove toke_on_crack.c.inc
2012-06-24 Lukas Mai allow parameters to be referenced from defaults in...
2012-06-24 Lukas Mai register destructor for the generated optree in case...
2012-06-24 Lukas Mai better arg count checks for methods (include $self)
2012-06-24 Lukas Mai default params/strict arg count checks, working on ops
2012-06-24 Lukas Mai wibble 'sv_eq_pvn'
2012-06-24 Lukas Mai remove unused 'saw_colon'
2012-06-24 Lukas Mai compile on 5.14 (but it's still broken)
2012-06-24 Lukas Mai compile on threaded perls
2012-06-24 Lukas Mai rewrite to generate actual ops, not source code
2012-06-22 Lukas Mai use STMT_START/_END instead of do/while(0)
2012-06-22 Lukas Mai new IF_HAVE_PERL_5_16 convenience macro
2012-06-21 Lukas Mai remove unused variable
2012-06-21 Lukas Mai error messages for proto/attr more similar to perl...
2012-06-21 Lukas Mai turns out there's a SVf format for 'SV's
2012-06-20 Lukas Mai can't strstr but at least use strchr
2012-06-20 Lukas Mai detect sigils without strchr()
2012-06-20 Lukas Mai delete vestigial constant
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite-magic' into method-attr
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite' into keyword-rewrite...
2012-06-19 Lukas Mai wibble
2012-06-18 Lukas Mai add 'attrs' for default attributes
2012-06-18 Lukas Mai do magic ourselves, not depend on B::Hooks::EndOfScope
2012-06-17 Lukas Mai make things compile on threaded and/or 5.14 perls
2012-06-17 Lukas Mai whoops, fix compilation
2012-06-17 Lukas Mai rewrite in XS