aboutsummaryrefslogtreecommitdiff
path: root/test/range.go
AgeCommit message (Expand)Author
2017-09-12cmd/compile: improve single blank variable handling in walkrangeMartin Möhrmann
2017-02-28cmd/compile: fix assignment order in string range loopMartin Möhrmann
2016-10-28cmd/compile: move stringtoslicebytetmp to the backendMartin Möhrmann
2014-07-16cmd/gc: implement 'for range x {'Russ Cox
2013-02-11test: a number of fixes.Alan Donovan
2012-05-24cmd/gc: fix parallel assignment in rangeRuss Cox
2012-02-24test/[n-r]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2010-07-01gc: implement new len spec, range bug fix, optimizationRuss Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-01-15Test evaluation of range variables.Ian Lance Taylor
2009-09-15last round: non-package codeRuss Cox
2009-03-20range over channels.Russ Cox