| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/internal/sys: mark windows/arm64 as c-shared-capable | Jason A. Donenfeld | 2021-06-14 | 1 | -1/+1 |
| * | cmd/compile: ensure equal functions don't do unaligned loads | Keith Randall | 2021-05-24 | 1 | -0/+19 |
| * | cmd/dist: refactor test constraints for misc/cgo/testsantizers | fanzha02 | 2021-03-11 | 1 | -1/+2 |
| * | runtime: enable race detector on openbsd/amd64 | Joel Sing | 2021-02-23 | 1 | -1/+1 |
| * | cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64 | Joel Sing | 2020-11-04 | 1 | -1/+1 |
| * | runtime, cmd: support race detector on darwin/arm64 | Cherry Zhang | 2020-10-30 | 1 | -1/+3 |
| * | Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/... | Joel Sing | 2020-10-29 | 1 | -3/+3 |
| * | cmd/link: enable internal linking by default on darwin/arm64 | Cherry Zhang | 2020-10-28 | 1 | -1/+1 |
| * | cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64 | Joel Sing | 2020-10-27 | 1 | -3/+3 |
| * | all: add GOOS=ios GOARCH=amd64 target for the ios simulator | Elias Naur | 2020-10-22 | 1 | -0/+1 |
| * | cmd/link: support internal linking on darwin/arm64 | Cherry Zhang | 2020-10-14 | 1 | -1/+1 |
| * | cmd/link: support PIE internal linking on darwin/amd64 | Cherry Zhang | 2020-10-14 | 1 | -1/+2 |
| * | cmd/go: don't always link in cgo for PIE | Cherry Zhang | 2020-10-12 | 1 | -0/+10 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-09 | 2 | -0/+19 |
| * | cmd/link: support C-shared buildmode on macOS/ARM64 | Cherry Zhang | 2020-10-06 | 1 | -1/+1 |
| * | cmd/link: support PIE on macOS/ARM64 | Cherry Zhang | 2020-10-06 | 1 | -1/+1 |
| * | cmd/link: support plugin on macOS/ARM64 | Cherry Zhang | 2020-10-06 | 1 | -1/+1 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -1/+1 |
| * | all: remove scattered remnants of darwin/386 | Austin Clements | 2020-04-08 | 1 | -1/+1 |
| * | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 1 | -1/+1 |
| * | cmd/go, cmd/link: implement -buildmode=pie on windows | Alex Brainman | 2020-03-01 | 1 | -1/+2 |
| * | cmd/link: default to internal linking for android/arm64 | Elias Naur | 2020-02-26 | 1 | -1/+3 |
| * | cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B... | Bryan C. Mills | 2019-11-22 | 1 | -5/+0 |
| * | cmd/go: add a 'buildmode' condition for script tests | Bryan C. Mills | 2019-11-22 | 1 | -0/+73 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 1 | -12/+1 |
| * | cmd/internal/sys: provide architecture definition for riscv64 | Joel Sing | 2019-09-06 | 1 | -0/+11 |
| * | cmd/go,cmd/internal/sys,cmd/link: skip Go build ids for externally linked tools | Elias Naur | 2019-04-30 | 1 | -6/+11 |
| * | cmd/dist: skip race detector test failure for unsupported VMA | Fangming.Fang | 2019-04-24 | 1 | -0/+3 |
| * | cmd/go/internal/work: make toolchain builds reproducible when buildmode=pie | Elias Naur | 2019-04-08 | 1 | -0/+8 |
| * | cmd,runtime: enable race detector on arm64 | Fangming.Fang | 2018-11-13 | 1 | -1/+1 |
| * | cmd/compile: only support -race and -msan where they work | Ian Lance Taylor | 2018-08-21 | 1 | -0/+29 |
| * | cmd/compile: add wasm architecture | Richard Musiol | 2018-05-04 | 1 | -0/+11 |
| * | cmd: remove IntSize and Widthint | Matthew Dempsky | 2017-04-22 | 1 | -13/+4 |
| * | cmd/internal/obj: eliminate Ctxt.Mode | Josh Bleecher Snyder | 2017-03-22 | 1 | -1/+2 |
| * | cmd/internal/sys, runtime/internal/sys: gofmt | Michael Munday | 2016-11-07 | 1 | -7/+7 |
| * | cmd/internal/sys: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+23 |
| * | cmd/objdump: implement objdump of .o files | Keith Randall | 2016-08-24 | 1 | -0/+13 |
| * | cmd/internal/sys: cleanup documentation | Matthew Dempsky | 2016-04-15 | 1 | -2/+4 |
| * | cmd/internal/sys: change ArchFamily constants to iotas | Matthew Dempsky | 2016-04-07 | 1 | -7/+8 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -0/+145 |