summaryrefslogtreecommitdiff
path: root/opnames.h
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-1/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-1/+2
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-191-1/+2
* Generate opcode.h, opnames.hBranislav ZahradnĂ­k2022-11-051-6/+6
* OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASHRichard Leach2022-10-241-254/+255
* OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lexRichard Leach2022-09-071-278/+279
* Implement OP_PADSV_STORE - combined sassign/padsv OPRichard Leach2022-08-171-406/+407
* Add builtin::is_taintedJames Raspass2022-07-051-1/+2
* Rename is{bool,weak} to is_{bool,weak}Paul "LeoNerd" Evans2022-03-071-2/+2
* Add ceil & floor to builtinJames Raspass2022-01-241-1/+3
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-081-1/+4
* Add builtin:: funcs for handling weakrefsPaul "LeoNerd" Evans2021-12-041-1/+4
* Direct optree implementations of builtin:: functionsPaul "LeoNerd" Evans2021-12-011-1/+2
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-1/+2
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-02-141-2/+5
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-1/+2
* chained comparisonsZefram2020-03-121-1/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-1/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-178/+180
* internally change "when" to "whereso"Zefram2017-12-051-2/+2
* merge leavegiven op type into leaveloopZefram2017-12-051-179/+178
* remove useless "break" mechanismZefram2017-11-291-177/+176
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-330/+331
* regen/opcodes: move 'method' entry next to othersDavid Mitchell2017-07-271-29/+29
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-385/+384
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-207/+210
* Add avhvswitch opFather Chrysostomos2016-05-201-12/+13
* regen/opcodes: Re-order aeach, akeys, and avaluesFather Chrysostomos2016-05-201-2/+2
* Delete experimental autoderef featureAaron Crane2015-07-131-16/+13
* Add OP_IS_INFIX_BITFather Chrysostomos2015-01-311-0/+3
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-294/+302
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+2
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-242/+243
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-182/+184
* speedup for SUPER::method() calls.syber2014-11-281-182/+183
* Add lvavref op typeFather Chrysostomos2014-10-111-1/+2
* Add lvrefslice op typeFather Chrysostomos2014-10-101-1/+2
* Add lvref op typeFather Chrysostomos2014-10-101-1/+2
* Add refassign op typeFather Chrysostomos2014-10-101-1/+2
* index/value array slice operationRuslan Zakirov2013-09-131-247/+248
* key/value hash slice operationRuslan Zakirov2013-09-131-235/+236
* add padrange opDavid Mitchell2012-11-101-1/+2
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+2
* Add introcv op typeFather Chrysostomos2012-09-151-1/+2
* padcv op typeFather Chrysostomos2012-09-151-1/+2
* Remove boolkeys opFather Chrysostomos2012-08-261-232/+231
* Add OP_FREED op typeFather Chrysostomos2012-06-291-0/+1
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-1/+2