Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -155/+0 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 | |||||
2009-06-04 | rename -chatty to more conventional -v. | Russ Cox | 1 | -1/+13 | |
add -match flag to select tests. gotest -match 'TestDeepEqual$' R=r DELTA=13 (12 added, 0 deleted, 1 changed) OCL=29900 CL=29900 | |||||
2009-05-19 | testing: add t.Failed() bool | Russ Cox | 1 | -8/+14 | |
R=r DELTA=18 (10 added, 4 deleted, 4 changed) OCL=29000 CL=29034 | |||||
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -2/+4 | |
R=r OCL=28569 CL=28573 | |||||
2009-05-05 | directory-per-package step 1: move files from lib/X.go to lib/X/X.go | Rob Pike | 1 | -0/+135 | |
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310 |