Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+119 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -119/+0 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -49/+58 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-12-10 | make test/ken safe for optional semis | Robert Griesemer | 1 | -6/+3 | |
R=rsc, ken2, ken3 http://codereview.appspot.com/174042 | |||||
2009-01-26 | removed a:b in range syntax | Ken Thompson | 1 | -4/+4 | |
added another channel test R=r OCL=23488 CL=23488 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | arrays | Ken Thompson | 1 | -1/+1 | |
R=r OCL=21564 CL=21564 | |||||
2008-12-15 | range clause must have = or := | Ken Thompson | 1 | -6/+6 | |
:= illegal in for-increment R=r OCL=21204 CL=21204 | |||||
2008-12-05 | range statement | Ken Thompson | 1 | -0/+113 | |
R=r OCL=20667 CL=20667 |