| Commit message (Expand) | Author | Age | Files | Lines |
* | generated files - update mode lines to specify file type | Elvin Aslanov | 2023-02-19 | 1 | -2/+2 |
* | Accept field VAR = EXPR on field vars | Paul "LeoNerd" Evans | 2023-02-10 | 1 | -1/+2 |
* | Initial attack at basic 'class' feature | Paul "LeoNerd" Evans | 2023-02-10 | 1 | -1/+2 |
* | Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence tests | Paul "LeoNerd" Evans | 2022-12-19 | 1 | -1/+2 |
* | Generate opcode.h, opnames.h | Branislav ZahradnĂk | 2022-11-05 | 1 | -6/+6 |
* | OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH | Richard Leach | 2022-10-24 | 1 | -254/+255 |
* | OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex | Richard Leach | 2022-09-07 | 1 | -278/+279 |
* | Implement OP_PADSV_STORE - combined sassign/padsv OP | Richard Leach | 2022-08-17 | 1 | -406/+407 |
* | Add builtin::is_tainted | James Raspass | 2022-07-05 | 1 | -1/+2 |
* | Rename is{bool,weak} to is_{bool,weak} | Paul "LeoNerd" Evans | 2022-03-07 | 1 | -2/+2 |
* | Add ceil & floor to builtin | James Raspass | 2022-01-24 | 1 | -1/+3 |
* | Add builtin::blessed, refaddr and reftype | Paul "LeoNerd" Evans | 2021-12-08 | 1 | -1/+4 |
* | Add builtin:: funcs for handling weakrefs | Paul "LeoNerd" Evans | 2021-12-04 | 1 | -1/+4 |
* | Direct optree implementations of builtin:: functions | Paul "LeoNerd" Evans | 2021-12-01 | 1 | -1/+2 |
* | Create `defer` syntax and `OP_PUSHDEFER` opcode | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -1/+2 |
* | A totally new optree structure for try/catch involving three new optypes | Paul "LeoNerd" Evans | 2021-02-14 | 1 | -2/+5 |
* | Initial attempt at feature 'try' | Paul "LeoNerd" Evans | 2021-02-04 | 1 | -1/+2 |
* | chained comparisons | Zefram | 2020-03-12 | 1 | -1/+3 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -1/+2 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -178/+180 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -2/+2 |
* | merge leavegiven op type into leaveloop | Zefram | 2017-12-05 | 1 | -179/+178 |
* | remove useless "break" mechanism | Zefram | 2017-11-29 | 1 | -177/+176 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -330/+331 |
* | regen/opcodes: move 'method' entry next to others | David Mitchell | 2017-07-27 | 1 | -29/+29 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -385/+384 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -207/+210 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -12/+13 |
* | regen/opcodes: Re-order aeach, akeys, and avalues | Father Chrysostomos | 2016-05-20 | 1 | -2/+2 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -16/+13 |
* | Add OP_IS_INFIX_BIT | Father Chrysostomos | 2015-01-31 | 1 | -0/+3 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -294/+302 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -1/+2 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -242/+243 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -182/+184 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -182/+183 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -1/+2 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -247/+248 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -235/+236 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -1/+2 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | padcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -232/+231 |
* | Add OP_FREED op type | Father Chrysostomos | 2012-06-29 | 1 | -0/+1 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -1/+2 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -1/+2 |