This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
basic.t: Provide descriptions for all unit tests
[perl5.git] / regen / op_private
2018-02-19 David Mitchellpp_multiconcat: correctly honour stringify
2018-01-19 David Mitchelltr/// functions: add some basic code comments
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-23 David Mitchelladd OPpCONCAT_NESTED flag
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-08 David Mitchellregen/op_private: remove sassign special-casing
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David MitchellOP_VALUES: reserve OPpMAYBE_LVSUB bit
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2015-10-02 Ricardo Signesremove documentation for the now-removed lexical topic
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-08-19 David Mitchellck_refassign: selectively copy OPpPAD_INTRO/STATE
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-01-26 David Mitchellregen/op_private: update comment
2014-12-30 Father Chrysostomosop_private: Update note about targlex and trans
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-11-11 Father Chrysostomosop_private: Update concat TARGLEX comment
2014-11-10 Father ChrysostomosMore TARGLEX comments in op_private
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for split
2014-11-08 Father ChrysostomosRenumber op flags so TARGET_MY and OUR_INTRO differ
2014-11-08 Father Chrysostomosop_private: Remove incorrect OPpLVREF_TYPE comment
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father ChrysostomosAdd OPpLVREF_ITER flag
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-19 David Mitchellregen/op_private: tidy up rv2cv entry
2014-09-19 David Mitchellmove OPpTARGET_MY comments from opcode.pl
2014-09-19 David Mitchellregen/op_private: update TARGLEX comments.
2014-09-19 David Mitchellregen/op_private: fix assorted typos
2014-09-11 Father ChrysostomosUpdate rv2cv flags comment following 211a4342c9
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags