| 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 | -0/+3 |
* | OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH | Richard Leach | 2022-10-24 | 1 | -0/+1 |
* | OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex | Richard Leach | 2022-09-07 | 1 | -0/+1 |
* | Implement OP_PADSV_STORE - combined sassign/padsv OP | Richard Leach | 2022-08-17 | 1 | -0/+1 |
* | Add builtin::is_tainted | James Raspass | 2022-07-05 | 1 | -2/+3 |
* | 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 | -0/+2 |
* | Give blessed() the same TRUEBOOL optimisation that ref() has in boolean contexts | Paul "LeoNerd" Evans | 2021-12-08 | 1 | -1/+1 |
* | Add builtin::blessed, refaddr and reftype | Paul "LeoNerd" Evans | 2021-12-08 | 1 | -0/+3 |
* | Add builtin:: funcs for handling weakrefs | Paul "LeoNerd" Evans | 2021-12-04 | 1 | -0/+3 |
* | Improvements to OP_ISBOOL | Paul "LeoNerd" Evans | 2021-12-03 | 1 | -1/+1 |
* | Direct optree implementations of builtin:: functions | Paul "LeoNerd" Evans | 2021-12-01 | 1 | -0/+2 |
* | Create `defer` syntax and `OP_PUSHDEFER` opcode | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+1 |
* | A totally new optree structure for try/catch involving three new optypes | Paul "LeoNerd" Evans | 2021-02-14 | 1 | -0/+3 |
* | Initial attempt at feature 'try' | Paul "LeoNerd" Evans | 2021-02-04 | 1 | -0/+2 |
* | chained comparisons | Zefram | 2020-03-12 | 1 | -0/+3 |
* | regen/opcodes: Clarify comment | Karl Williamson | 2020-03-11 | 1 | -2/+2 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -0/+2 |
* | Don't use PL_check[op_type] to check for filetets ops to stack | Dagfinn Ilmari Mannsåker | 2019-05-27 | 1 | -0/+1 |
* | Use ck_null for ~. | Father Chrysostomos | 2018-01-09 | 1 | -3/+1 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -4/+6 |
* | internally change "when" to "whereso" | Zefram | 2017-12-05 | 1 | -2/+2 |
* | change "when" keyword to "whereso" | Zefram | 2017-12-05 | 1 | -2/+2 |
* | merge leavegiven op type into leaveloop | Zefram | 2017-12-05 | 1 | -1/+0 |
* | remove useless "break" mechanism | Zefram | 2017-11-29 | 1 | -1/+0 |
* | use LOOP struct for entergiven op | Zefram | 2017-11-29 | 1 | -1/+1 |
* | eviscerate smartmatch | Zefram | 2017-11-22 | 1 | -1/+1 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -0/+1 |
* | merge Perl_ck_cmp() and Perl_ck_eq() | David Mitchell | 2017-08-04 | 1 | -4/+4 |
* | Give OP_RV2HV a targ | David Mitchell | 2017-07-27 | 1 | -1/+1 |
* | optimise (index() == -1) | David Mitchell | 2017-07-27 | 1 | -4/+4 |
* | regen/opcodes: move 'method' entry next to others | David Mitchell | 2017-07-27 | 1 | -1/+1 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -3/+1 |
* | sassign is wrongly declared as BASEOP, not BINOP. | Reini Urban | 2016-09-29 | 1 | -2/+1 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -0/+3 |
* | Another op description correction: & -> &. | Father Chrysostomos | 2016-05-20 | 1 | -3/+3 |
* | Correct ‘bitiwse’ in two op descriptions | Father Chrysostomos | 2016-05-20 | 1 | -2/+2 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -0/+1 |
* | regen/opcodes: Re-order aeach, akeys, and avalues | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -5/+0 |
* | [perl #123790] Disable targlex for some ops | Father Chrysostomos | 2015-03-26 | 1 | -6/+6 |
* | Warning about experimental bitops | Father Chrysostomos | 2015-01-31 | 1 | -1/+3 |
* | Add OP_IS_INFIX_BIT | Father Chrysostomos | 2015-01-31 | 1 | -10/+10 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -0/+8 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -0/+1 |
* | complement can have OPpTARGET_MY | Father Chrysostomos | 2015-01-05 | 1 | -1/+1 |
* | Enable OPpTARGET_MY optimisation for cmp/<=> | Father Chrysostomos | 2014-12-29 | 1 | -2/+2 |
* | [perl #123514] Make prototype() imply $_ | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | op.c: Skip allocating entersub targ for Perl sub | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | gelem and refassign can have OA_RETSCALAR | Father Chrysostomos | 2014-12-07 | 1 | -2/+2 |