Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -375/+0 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 | |||||
2009-06-08 | - bug fix: no need to add extra '.' when renaming custom formatters | Robert Griesemer | 1 | -0/+7 | |
- added corresponding test case R=rsc DELTA=10 (7 added, 1 deleted, 2 changed) OCL=30055 CL=30059 | |||||
2009-06-02 | change datafmt syntax to use '@' instead of '^' (to match | Robert Griesemer | 1 | -3/+3 | |
convention used in template.go) R=rsc DELTA=22 (3 added, 1 deleted, 18 changed) OCL=29780 CL=29782 | |||||
2009-06-02 | - renamed format -> datafmt | Robert Griesemer | 1 | -0/+368 | |
- factored out datafmt-specifics from pretty to ast R=rsc DELTA=3580 (1810 added, 1763 deleted, 7 changed) OCL=29770 CL=29774 |