Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -2/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+632 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -632/+0 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -351/+531 | |
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 | -52/+26 | |
R=rsc, ken2, ken3 http://codereview.appspot.com/174042 | |||||
2009-10-09 | time tests; sort -nr times.out | sed 10q is illuminating. | Russ Cox | 1 | -1/+1 | |
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519 | |||||
2009-08-21 | Enable these tests. Fix divconst.go and modconst.go to | Ian Lance Taylor | 1 | -2/+0 | |
compile with the current compiler. Adjust expected error message in method1.go to match 6g output. R=rsc DELTA=9 (2 added, 5 deleted, 2 changed) OCL=33674 CL=33682 | |||||
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -1/+0 | |
R=rsc OCL=33382 CL=33391 | |||||
2009-08-10 | 8-bit div and mod | Russ Cox | 1 | -0/+110 | |
R=ken OCL=32975 CL=32975 | |||||
2009-08-08 | another plateau - almost done | Ken Thompson | 1 | -0/+371 | |
only need to fix up certain denominators R=rsc OCL=32928 CL=32928 |