| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-24 | cmd/go: prohibit C sources files unless using cgo | Russ Cox | |
| Those C files would have been compiled with 6c. It's close to impossible to use C correctly anymore, and the C compilers are going away eventually. Make them unavailable now. go1.4.txt change in CL 145890046 LGTM=iant R=iant CC=golang-codereviews, r https://golang.org/cl/149720043 | |||
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox | |
| Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg. | |||
