summaryrefslogtreecommitdiff
path: root/test/range.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: improve single blank variable handling in walkrangeMartin Möhrmann2017-09-121-1/+48
* cmd/compile: fix assignment order in string range loopMartin Möhrmann2017-02-281-0/+20
* cmd/compile: move stringtoslicebytetmp to the backendMartin Möhrmann2016-10-281-0/+25
* cmd/gc: implement 'for range x {'Russ Cox2014-07-161-0/+92
* test: a number of fixes.Alan Donovan2013-02-111-11/+11
* cmd/gc: fix parallel assignment in rangeRuss Cox2012-05-241-0/+11
* test/[n-r]*.go: add documentationRob Pike2012-02-241-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-2/+2
* gc: implement new len spec, range bug fix, optimizationRuss Cox2010-07-011-2/+197
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-22/+31
* Test evaluation of range variables.Ian Lance Taylor2010-01-151-0/+34
* last round: non-package codeRuss Cox2009-09-151-1/+1
* range over channels.Russ Cox2009-03-201-0/+59