- 1dcb583 cmd/go: accept only limited compiler and linker flags in #cgo directives by Russ Cox · 7 years ago
- 4a7334b cmd/dist: only run swig tests when a go directory is present in swiglib by Martin Möhrmann · 7 years ago
- 8396015 cmd/link: set runtime.GOROOT default during link by Russ Cox · 7 years ago
- 1a9f27d encoding/gob: avoid race on idToType by Ian Lance Taylor · 7 years ago
- f2ddcca cmd/dist: let misc/cgo/testshared test timeout be scaled by slow builder by Brad Fitzpatrick · 7 years ago
- 9d5f8ea cmd/dist: increase default cmd/go test timeout by Brad Fitzpatrick · 7 years ago
- 44f241b cmd/dist: only test SWIG if we have a new enough version by Ian Lance Taylor · 7 years ago
- 49fec9b cmd/dist: disable test caching during run.bash by Russ Cox · 7 years ago
- 12abacb cmd/go, cmd/dist: introduce GOMIPS environment variable by Vladimir Stefanovic · 8 years ago
- ac0f890 cmd/dist: omit dragonfly/386 GOOS/GOARCH pair by Tobias Klauser · 7 years ago
- aad9289 cmd/dist: skip SWIG tests on Android by Elias Naur · 7 years ago
- 12e2933 cmd/dist: return dropped tests from misc/cgo/test by Lynn Boger · 7 years ago
- b868616 cmd/cgo: special case C ptr types to use uintptr by Keith Randall · 7 years ago
- c2efb2f cmd/link: enable c-shared and c-archive mode on s390x by Bill O'Farrell · 7 years ago
- 62dc3c3 cmd/go: fix swig support and run swig tests during run.bash by Russ Cox · 7 years ago
- 85c3ebf cmd/cgo: modify source as text, not as AST by Russ Cox · 7 years ago
- f1966de cmd/dist: adjust package doc by Russ Cox · 7 years ago
- 5993251 cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags by Russ Cox · 7 years ago
- e4a3808 cmd/dist: correct default C++ compiler when using gcc by Ian Lance Taylor · 7 years ago
- 0838c0f cmd/dist: include "cmd/buildid" in toolchain in debug mode by Cherry Zhang · 7 years ago
- fa62ea6 cmd/dist: do not reinstall runtime/cgo with -tags lldb on ios builders by Russ Cox · 7 years ago
- 1ca4768 cmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make.bash work better by Russ Cox · 7 years ago
- 4739c0d cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC by Russ Cox · 7 years ago
- e247f46 cmd/dist: read dependencies from source files by Russ Cox · 7 years ago
- e5f6051 cmd/go: skip "exclude all Go files" error in fmt by Daniel Martí · 7 years ago
- 8f70e1f cmd/go: do not install dependencies during "go install" by Russ Cox · 7 years ago
- bd95f88 cmd/go: cache successful test results by Russ Cox · 7 years ago
- efb1a75 cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp files by Russ Cox · 7 years ago
- de4b6eb cmd/go: cache built packages by Russ Cox · 7 years ago
- 3392c07 cmd/go: add README and access log to cache directory by Russ Cox · 7 years ago
- a2b4402 cmd/go: add "go clean -cache" by Russ Cox · 7 years ago
- 15f07db cmd/go: add cache verification mode by Russ Cox · 7 years ago
- c604792 cmd/go: add "go env GOCACHE" by Russ Cox · 7 years ago
- b66a294 cmd/dist: set GOCACHE during make.bash/run.bash by Russ Cox · 7 years ago
- 1114d40 cmd/go/internal/cache: implement build artifact cache by Russ Cox · 7 years ago
- 731b632 crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementations by Tim Cooper · 7 years ago
- 5617864 cmd/go: pass package config to vet during "go vet" by Russ Cox · 7 years ago
- 6eb8076 cmd/dist: reach fixed point in rebuild during run.bash by Russ Cox · 7 years ago
- 51daa25 cmd/dist: avoid darwin_amd64 assumption in debug prints by Russ Cox · 7 years ago
- fc768da cmd/vet: tighten printf format error messages by Russ Cox · 7 years ago
- c1e026a build: quiet make.bash, make.bat, make.rc by Russ Cox · 7 years ago
- 94471f6 runtime: shorten tests in all.bash by Russ Cox · 7 years ago
- 6c8418f cmd/dist: log timing to $GOBUILDTIMELOGFILE by Russ Cox · 7 years ago
- 7dea509 cmd/go: switch to entirely content-based staleness determination by Russ Cox · 7 years ago
- 2beb173 all: respect $GO_GCFLAGS during run.bash by Russ Cox · 7 years ago
- b09e2de cmd/dist: force non-devel version for cross-build buildlets by Russ Cox · 7 years ago
- 47c868d Revert "cmd/dist: translate /private/var to /var on darwin builders" by Russ Cox · 7 years ago
- 4f2ee49 cmd/dist: translate /private/var to /var on darwin builders by Russ Cox · 7 years ago
- a93bc1d cmd/dist: use latest heap, sort packages for compiler bootstrap by Russ Cox · 7 years ago
- aedb79f build: move final steps of make.bash, make.bat, make.rc into cmd/dist by Russ Cox · 7 years ago
- 1992ab7 cmd/go: move internal/load.PluginPath to internal/work by Russ Cox · 7 years ago
- d06815b cmd/link: split PE loader into its own package by David Crawshaw · 7 years ago
- ecfa737 cmd/link: move ELF reader to its own package by David Crawshaw · 7 years ago
- d19ced0 cmd/dist: refresh deps.go after recent package io changes by Russ Cox · 7 years ago
- 3189633 cmd/dist: reenable TestDeps by Russ Cox · 7 years ago
- cdbc363 cmd/go: record both build ID and content ID in archives and binaries by Russ Cox · 7 years ago
- 9ad2319 cmd/buildid: add new tool factoring out code needed by go command by Russ Cox · 7 years ago
- bb0bfd0 cmd/dist, cmd/link, cmd/go: make c-shared work on windows by Alex Brainman · 7 years ago
- 244c98f encoding/base64: optimize DecodeString by Josselin Costanzi · 8 years ago
- f7ad3a0 cmd/link: move ldmacho to its own package by David Crawshaw · 7 years ago
- 9f9bb97 cmd/link: give the object reader its own package by David Crawshaw · 7 years ago
- 90d71fe all: revert "all: prefer strings.IndexByte over strings.Index" by Marvin Stenger · 7 years ago
- 555c16d cmd/dist, cmd/go: treat cmd/cgo like other build tools by Russ Cox · 7 years ago
- 475d92b cmd/link: put symbol data types in new package by David Crawshaw · 7 years ago
- b4f21d6 cmd/dist: fix mkdeps again by Marvin Stenger · 7 years ago
- ca8c361 cmd/dist: use -buildmode=pie for pie testing by Lynn Boger · 7 years ago
- 9f52b5a cmd/dist: fix mkdeps by Russ Cox · 7 years ago
- 94e6d3d cmd/dist: change mkdeps to be more merge-friendly by Russ Cox · 7 years ago
- f22ba1f all: prefer strings.IndexByte over strings.Index by Marvin Stenger · 7 years ago
- 9daee93 cmd/compile,cmd/link: export int global consts to DWARF by Alessandro Arzilli · 7 years ago
- 1b548dc5 cmd/dist: rename variables + functions by Marvin Stenger · 7 years ago
- fb54abe all: correct location of go tool by Hiroshi Ioka · 7 years ago
- 88ced02 cmd/dist: use bytes.Buffer for code generation by Marvin Stenger · 7 years ago
- 3844e70 cmd/dist: simplify code segments by Marvin Stenger · 7 years ago
- c100a0f cmd/dist: test: use existing globals rather than environment variables by Hiroshi Ioka · 7 years ago
- d02477e misc/cgo/errors: port test.bash to Go by Bryan C. Mills · 7 years ago
- 9f1a719 misc/cgo/test: set the traceback level instead of failing the test by Bryan C. Mills · 7 years ago
- e9cbabb cmd/link: enable -buildmode=plugin for ppc64le by Lynn Boger · 7 years ago
- 753bac3 misc/cgo/testplugin: pass GO_GCFLAGS by David Crawshaw · 7 years ago
- 1134411 cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64 by Hiroshi Ioka · 7 years ago
- 06f4d93 cmd/go: put computed GOROOT in built binaries by David Crawshaw · 7 years ago
- 401609c cmd/dist: move functions for the better by Marvin Stenger · 7 years ago
- 6ea4cfb cmd/dist: remove trivial variables + functions by Marvin Stenger · 7 years ago
- e86c067 cmd/dist: use standard generated code header by Marvin Stenger · 7 years ago
- fe2f509 cmd/dist: unleash bootstrap optimization for windows by Marvin Stenger · 7 years ago
- b57413d cmd/dist: restore behavior of branchtag by Marvin Stenger · 7 years ago
- e27c6c3 cmd/dist: apply minor fixes by Marvin Stenger · 7 years ago
- 645ecf5 cmd/dist: rearrange a couple of tests by Ian Lance Taylor · 7 years ago
- 6f0b1aa cmd/go: test and fix missing deep dependencies in list Deps output by Russ Cox · 7 years ago
- a2b70eb cmd/dist: disable broken TestDeps by Russ Cox · 7 years ago
- ef94870 misc/cgo/testcshared: rewrite test.bash in Go by Christopher Nelson · 8 years ago
- 39d4693 misc/cgo/testsanitizers: convert test.bash to Go by Bryan C. Mills · 7 years ago
- 8e52a5e cmd/dist: add test that deps.go is up to date by Ian Lance Taylor · 7 years ago
- b70adbf cmd/dist: update deps.go for current dependencies by Ian Lance Taylor · 7 years ago
- adc28cb cmd/dist: add doc file to fix go doc dist by Alberto Donizetti · 7 years ago
- 3e7abf8 cmd/go,cmd/link: support buildmode c-shared on ppc64le by Lynn Boger · 7 years ago
- 45a4609 cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding tests by Brad Fitzpatrick · 7 years ago
- 2a2a283 cmd/dist: don't run moved_goroot test on android, iOS, Plan 9 by Ian Lance Taylor · 7 years ago
- 7914369 cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOT by Ian Lance Taylor · 7 years ago
- 5d16f97 Revert "cmd/dist: disable plugin test on linux-arm with GOARM=5" by Austin Clements · 8 years ago