| Commit message (Expand) | Author | Age | Files | Lines |
* | Add builtin::blessed, refaddr and reftype | Paul "LeoNerd" Evans | 2021-12-08 | 1 | -0/+1 |
* | Add builtin:: funcs for handling weakrefs | Paul "LeoNerd" Evans | 2021-12-04 | 1 | -0/+1 |
* | Direct optree implementations of builtin:: functions | Paul "LeoNerd" Evans | 2021-12-01 | 1 | -1/+3 |
* | Create `defer` syntax and `OP_PUSHDEFER` opcode | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+2 |
* | Before filling the lookup hash for opcode names, pre-expand it. | Nicholas Clark | 2021-08-21 | 1 | -1/+1 |
* | Opcode: Save a '&' instr by casting to U8 | Karl Williamson | 2021-07-30 | 1 | -1/+1 |
* | Remove inheritance from Exporter in ext/ modules | Max Maischein | 2021-06-25 | 1 | -3/+2 |
* | Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE) | Paul "LeoNerd" Evans | 2021-06-02 | 1 | -1/+1 |
* | A totally new optree structure for try/catch involving three new optypes | Paul "LeoNerd" Evans | 2021-02-14 | 1 | -1/+2 |
* | Initial attempt at feature 'try' | Paul "LeoNerd" Evans | 2021-02-04 | 1 | -2/+2 |
* | Opcode.xs: fix compiler warning | David Mitchell | 2020-12-01 | 1 | -1/+1 |
* | Make security warnings in the Safe and Opcode modules more direct. | John Lightsey | 2020-09-10 | 1 | -1/+8 |
* | Eliminate build-time warning | Zefram | 2020-03-30 | 1 | -1/+1 |
* | chained comparisons | Zefram | 2020-03-12 | 1 | -1/+3 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -1/+2 |
* | Fix "it it" typos | Dagfinn Ilmari Mannsåker | 2019-07-04 | 1 | -2/+2 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -4/+4 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -1/+1 |
* | merge leavegiven op type into leaveloop | Zefram | 2017-12-05 | 1 | -1/+1 |
* | remove useless "break" mechanism | Zefram | 2017-11-29 | 1 | -2/+2 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -2/+2 |
* | Opcode: check invariant at compile time | Lukas Mai | 2017-07-16 | 1 | -1/+1 |
* | Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …) | Dagfinn Ilmari Mannsåker | 2016-11-12 | 1 | -1/+1 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -2/+2 |
* | silence warning in Opcode.xs | David Mitchell | 2016-08-15 | 1 | -1/+1 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -2/+2 |
* | Increase $Opcode::VERSION to 1.35 | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Opcode.xs: silence compiler warning | David Mitchell | 2015-11-24 | 1 | -1/+1 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -2/+2 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -2/+3 |
* | bump $Opcode::VERSION to 1.32 | Tony Cook | 2015-01-29 | 1 | -1/+1 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -1/+1 |
* | Increase $Opcode::VERSION to 1.31 | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -1/+1 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -1/+1 |
* | Opcode.pm: wrap long verbatim pod line | Father Chrysostomos | 2014-11-28 | 1 | -1/+2 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -2/+2 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Increase $Opcode::VERSION to 1.29 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Critical bugfix in module Safe (Opcode). Version increased, changelog and tes... | syber | 2014-08-05 | 1 | -1/+1 |
* | Opcode: fix 'null argument' warning | David Mitchell | 2013-11-13 | 1 | -1/+1 |
* | Increase $Opcode::VERSION to 1.26 | Father Chrysostomos | 2013-09-13 | 1 | -1/+1 |
* | Add new opcodes to Opcode.pm | Father Chrysostomos | 2013-09-13 | 1 | -3/+4 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -2/+2 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |