summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Rename lvalue referencesFather Chrysostomos2014-10-172-7/+7
* [perl #122995] Hang with while(1) in a sub-listFather Chrysostomos2014-10-161-0/+4
* Improve void varop optimisationFather Chrysostomos2014-10-161-1/+8
* Simplify double-nextstate optimisationFather Chrysostomos2014-10-141-1/+7
* aelemfast_lex in aassign_common_vars_aliases_onlyFather Chrysostomos2014-10-131-1/+16
* Handle aelemfast_lex in S_aassign_common_varsFather Chrysostomos2014-10-131-3/+7
* [perl #122965] aelemfast in list assignmentFather Chrysostomos2014-10-131-1/+7
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-1/+6
* opt.t: Test split-to-array optimisationFather Chrysostomos2014-10-121-1/+16
* Test that my($self)=@_ uses no-common-vars optimisationFather Chrysostomos2014-10-121-2/+18
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-0/+36
* Fix ()=@a=splitFather Chrysostomos2014-10-111-1/+4
* infnan: test overflows and underflows.Jarkko Hietaniemi2014-10-111-0/+14
* Extend lex alias detection to foreach, tooFather Chrysostomos2014-10-111-1/+7
* Skip no-common-vars optimisation for lex aliasesFather Chrysostomos2014-10-111-1/+44
* Make split temporarily refcnt its argumentFather Chrysostomos2014-10-111-1/+8
* lvref.t: Remove special TODO codeFather Chrysostomos2014-10-111-6/+1
* Store internal state of state vars separatelyFather Chrysostomos2014-10-111-1/+1
* lvref.t: More list and cond testsFather Chrysostomos2014-10-111-1/+13
* lvref.t: Remove temporary eval & skipFather Chrysostomos2014-10-111-6/+6
* lvref.t: Fix hash elem testsFather Chrysostomos2014-10-111-2/+2
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-8/+18
* lvref.t: Tests for \my assignment and scope exitFather Chrysostomos2014-10-111-1/+23
* Rework lvref.t foreach testsFather Chrysostomos2014-10-111-20/+39
* Fix err message for $cond ? \bad : ... = ...Father Chrysostomos2014-10-111-1/+5
* Subroutine reference assignmentFather Chrysostomos2014-10-111-2/+48
* lvref.t: Repeat bad ref tests with list assignmentFather Chrysostomos2014-10-111-1/+23
* lvref.t: do-block err msg is no longer to-doFather Chrysostomos2014-10-111-2/+0
* Make \( ?: ) assignment workFather Chrysostomos2014-10-111-1/+3
* lvref.t: Remove unnecessary evalsFather Chrysostomos2014-10-111-3/+3
* Get basic $cond ? \$a : \$b = ... workingFather Chrysostomos2014-10-111-3/+3
* Assignment to \(@array)Father Chrysostomos2014-10-111-16/+16
* List assignment to array and hash refsFather Chrysostomos2014-10-111-13/+7
* Assignment to \local @array and \local %hashFather Chrysostomos2014-10-101-4/+0
* lvref.t: Tests for localised arrays and hashesFather Chrysostomos2014-10-101-3/+41
* lvref.t: Test assigning non-array to arrayFather Chrysostomos2014-10-101-1/+13
* Simple \@array and \%hash assignmentFather Chrysostomos2014-10-101-6/+14
* lvref.t: To-do tests for hashesFather Chrysostomos2014-10-101-3/+38
* lvref.t: To-do tests for array ref assignmentFather Chrysostomos2014-10-101-2/+32
* Assignment to hash element refsFather Chrysostomos2014-10-101-2/+36
* \local $a[$ix] assignmentFather Chrysostomos2014-10-101-1/+12
* \@array[@slice] assignmentFather Chrysostomos2014-10-101-5/+20
* Assignment to array elem refsFather Chrysostomos2014-10-101-4/+12
* \local $scalar assignmentFather Chrysostomos2014-10-101-4/+4
* Make \($x,$y) assignment workFather Chrysostomos2014-10-102-6/+4
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-7/+9
* Fix assertion failure with ... ? \$a : \$b = ...Father Chrysostomos2014-10-101-2/+7
* Use ‘Can’t modify reference to...’ for refassign, tooFather Chrysostomos2014-10-101-1/+7
* lvref.t: Test ‘Can't modify reference to...’Father Chrysostomos2014-10-101-1/+15
* List assignment to package scalar refFather Chrysostomos2014-10-101-5/+16