aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/cfg/cfg.go
AgeCommit message (Expand)Author
2017-10-29cmd/go: adjust default GOROOT to prefer runtime.GOROOT() spellingRuss Cox
2017-10-10cmd/go: add undocumented -debug-actiongraph flag to dump action graphRuss Cox
2017-10-05cmd/go: stop treating GOROOT binaries speciallyRuss Cox
2017-10-05cmd/go, runtime/cgo: rewrite darwin/arm panicmem setup to avoid init functionRuss Cox
2017-09-29cmd/go: use -importcfg to invoke compiler, linkerRuss Cox
2017-07-14cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor
2017-05-23cmd/go: include GOARM and GO386 in computed build IDBrad Fitzpatrick
2017-05-04cmd/go: use os.Executable to find GOROOTDavid Crawshaw
2017-03-17cmd/go: fix race libraries rebuilding by `go test -i`Alexander Menzhinsky
2017-02-03cmd/go: address review commentsRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/loadRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/baseRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/cfgRuss Cox