summaryrefslogtreecommitdiff
path: root/regen/op_private
Commit message (Expand)AuthorAgeFilesLines
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-6/+0
* Better optimise my/local @a = split()David Mitchell2016-10-041-2/+2
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-4/+9
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* OP_AVHVSWITCH: make op_private bits 0..1 symbolicDavid Mitchell2016-09-271-1/+7
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-0/+12
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+1
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-1/+5
* [perl #128187] Forbid keys @_ in assigned lv subFather Chrysostomos2016-05-201-1/+2
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-2/+3
* remove documentation for the now-removed lexical topicRicardo Signes2015-10-021-1/+1
* Match ops no longer need OPpTARGET_MYFather Chrysostomos2015-09-291-3/+0
* Remove OPpGREP_LEXFather Chrysostomos2015-09-291-5/+0
* ck_refassign: selectively copy OPpPAD_INTRO/STATEDavid Mitchell2015-08-191-0/+6
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-1/+14
* Delete experimental autoderef featureAaron Crane2015-07-131-1/+1
* [perl #123848] Allow OPpTARGET_MY on qrFather Chrysostomos2015-03-011-1/+1
* [perl #123763] pushre needs to permit OPpTARGET_MYHugo van der Sanden2015-02-281-1/+1
* [perl #123753] Fix assertion failure with map+mapFather Chrysostomos2015-02-061-0/+3
* regen/op_private: update commentDavid Mitchell2015-01-261-2/+2
* op_private: Update note about targlex and transFather Chrysostomos2014-12-291-1/+1
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-291-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-4/+12
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+1
* op_private: Update concat TARGLEX commentFather Chrysostomos2014-11-101-2/+2
* More TARGLEX comments in op_privateFather Chrysostomos2014-11-091-0/+5
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-4/+0
* Allow OPpTARGET_MY optimisation for splitFather Chrysostomos2014-11-081-1/+1
* Renumber op flags so TARGET_MY and OUR_INTRO differFather Chrysostomos2014-11-081-16/+16
* op_private: Remove incorrect OPpLVREF_TYPE commentFather Chrysostomos2014-11-081-1/+0
* Allow OPpTARGET_MY optimisation for xFather Chrysostomos2014-11-071-1/+0
* Allow OPpTARGET_MY optimisation for vecFather Chrysostomos2014-11-071-1/+0
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-0/+1
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-1/+1
* Add OPpLVREF_ITER flagFather Chrysostomos2014-10-111-0/+1
* lvavref needs OPpLVAL_INTRO and OPpPAD_STATEFather Chrysostomos2014-10-111-2/+3
* Renumber OPpLVREF_TYPEFather Chrysostomos2014-10-101-1/+2
* Add priv flags for the type of lvalue refFather Chrysostomos2014-10-101-0/+9
* lvrefslice gets OPpLVAL_INTROFather Chrysostomos2014-10-101-1/+1
* Assignment to array elem refsFather Chrysostomos2014-10-101-0/+7
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-1/+1
* Implement \my $x = ...Father Chrysostomos2014-10-101-1/+1
* Deparse split-to-our-array correctlyFather Chrysostomos2014-10-101-1/+1
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-0/+1
* OPpLVAL_INTRO: not used by pos substr vecDavid Mitchell2014-09-231-1/+4
* regen/op_private: tidy up rv2cv entryDavid Mitchell2014-09-191-17/+11
* move OPpTARGET_MY comments from opcode.plDavid Mitchell2014-09-191-0/+57
* regen/op_private: update TARGLEX comments.David Mitchell2014-09-191-7/+4
* regen/op_private: fix assorted typosDavid Mitchell2014-09-191-8/+8
* Update rv2cv flags comment following 211a4342c9Father Chrysostomos2014-09-101-1/+1