| Commit message (Expand) | Author | Age | Files | Lines |
* | Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence tests | Paul "LeoNerd" Evans | 2022-12-19 | 1 | -1/+2 |
* | version bump to squash | Richard Leach | 2022-10-24 | 1 | -1/+1 |
* | OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH | Richard Leach | 2022-10-24 | 1 | -0/+1 |
* | ext/lib - bump module versions on Opcode.pm, APItest and Deparse | Yves Orton | 2022-09-08 | 1 | -1/+1 |
* | OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex | Richard Leach | 2022-09-07 | 1 | -1/+1 |
* | Implement OP_PADSV_STORE - combined sassign/padsv OP | Richard Leach | 2022-08-17 | 1 | -2/+2 |
* | Add builtin::is_tainted | James Raspass | 2022-07-05 | 1 | -16/+8 |
* | Opcode.xs now uses PL_op_name and PL_op_desc directly | Nicholas Clark | 2022-06-08 | 1 | -4/+4 |
* | opset_len in Opcode.xs is a constant, so should be a static const | Nicholas Clark | 2022-06-08 | 2 | -19/+13 |
* | Rename is{bool,weak} to is_{bool,weak} | Paul "LeoNerd" Evans | 2022-03-07 | 1 | -3/+3 |
* | Add ceil & floor to builtin | James Raspass | 2022-01-24 | 1 | -2/+3 |
* | 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 | 2 | -1/+2 |
* | Opcode: Save a '&' instr by casting to U8 | Karl Williamson | 2021-07-30 | 2 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | 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 | 2 | -2/+3 |
* | 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 | 2 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …) | Dagfinn Ilmari Mannsåker | 2016-11-12 | 2 | -2/+2 |
* | 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 | 2 | -4/+5 |
* | 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 | 2 | -3/+5 |
* | 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 |
* | comment out dead code in Opcode:: | Daniel Dragan | 2015-01-29 | 1 | -2/+9 |
* | 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 |
* | Use GIMME_V in Opcode | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Propagate context properly in Safe->reval | Father Chrysostomos | 2014-12-21 | 2 | -1/+19 |
* | 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 |