summaryrefslogtreecommitdiff
path: root/test/ken/range.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-26removed a:b in range syntaxKen Thompson1-4/+4
added another channel test R=r OCL=23488 CL=23488
2009-01-06new new & makeRuss Cox1-2/+2
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-18arraysKen Thompson1-1/+1
R=r OCL=21564 CL=21564
2008-12-15range clause must have = or :=Ken Thompson1-6/+6
:= illegal in for-increment R=r OCL=21204 CL=21204
2008-12-05range statementKen Thompson1-0/+113
R=r OCL=20667 CL=20667