add begin.t from Method::Signatures
[p5sagit/Function-Parameters.git] / Parameters.xs
2013-09-15 Lukas Mai implement 'runtime' keyword attribute
2013-08-12 Lukas Mai Merge branch 'custom-type-reification'
2013-08-12 Lukas Mai pass current package to custom type reifier
2013-07-18 Lukas Mai remove unused UV_BITS
2013-07-18 Lukas Mai implement custom per-keyword type reification
2013-06-11 Lukas Mai handle unicode keywords
2013-06-09 Lukas Mai support custom non-moose type constraints (#85851)
2013-03-08 Lukas Mai don't allocate when parsing unknown keywords
2013-03-08 Lukas Mai cache ERRSV in a local variable
2013-03-03 Lukas Mai replace deprecated is_utf8_xidfirst/cont by isIDFIRST_u...
2013-03-03 Lukas Mai don't double-free OPs on blead [#83439]
2013-03-02 Lukas Mai don't segfault on blead [#83439]
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