| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-21 | cmd/fix: delete pre-Go 1 fixes | Russ Cox | |
| Assume people who were going to update to Go 1 have done so. Those with pre-Go 1 trees remaining will need to update first to Go 1.0 (using its 'go fix') and then to Go 1.1. Cuts the cmd/fix test time by 99% (3 seconds to 0.03 seconds). R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7402046 | |||
| 2012-01-29 | cmd/go: add go tools to rearrangement | Rob Pike | |
| fix, vet yacc is also fixed (it was wrong before) All that's left is the commands used during compilation This looks like a huge CL, but it's almost all file renames. The action is in cmd/go/pkg.go, the Makefiles, and .../doc.go. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5595044 | |||
