| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/dist,runtime: support cgo on openbsd/mips64 | Joel Sing | 2021-04-28 | 1 | -1/+1 |
| * | all: do not test internal linking on windows/arm64 | Russ Cox | 2021-04-23 | 1 | -0/+5 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -5/+4 |
| * | cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 | Joel Sing | 2020-11-03 | 1 | -1/+1 |
| * | cmd/link: enable internal linking by default on darwin/arm64 | Cherry Zhang | 2020-10-28 | 1 | -5/+0 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-09 | 2 | -0/+8 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -1/+1 |
| * | Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" | Cherry Zhang | 2020-06-03 | 1 | -9/+1 |
| * | cmd/go: use -buildmode=pie as default on window | Alex Brainman | 2020-04-30 | 1 | -1/+1 |
| * | [dev.link] cmd/internal/goobj: add index to symbol name for indexed symbols | Cherry Zhang | 2020-04-22 | 1 | -1/+9 |
| * | all: base64-encode binaries that will cause Apple notarization to fail | Andrew | 2019-11-21 | 1 | -2/+13 |
| * | cmd/nm, runtime/cgo: add cgo support for freebsd/arm64 | Tobias Klauser | 2019-10-28 | 1 | -0/+5 |
| * | Revert "cmd/go: fail if a test binary exits with no output" | Bryan C. Mills | 2019-10-09 | 1 | -1/+3 |
| * | cmd/go: fail if a test binary exits with no output | Daniel Martí | 2019-10-09 | 1 | -3/+1 |
| * | cmd/internal/obj: write package path at compile time if possible | Cherry Zhang | 2019-05-06 | 1 | -4/+4 |
| * | cmd,runtime: enable cgo for openbsd/arm64 | Joel Sing | 2019-04-29 | 1 | -2/+7 |
| * | cmd/nm: fix cgo tests for aix/ppc64 | Clément Chigot | 2019-03-20 | 2 | -0/+13 |
| * | internal/testenv: remove SetModVendor | Bryan C. Mills | 2019-03-08 | 1 | -2/+0 |
| * | all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st... | Bryan C. Mills | 2019-03-05 | 1 | -0/+2 |
| * | cmd/nm: fix testGoLib helper to be module-agnostic | Bryan C. Mills | 2019-02-19 | 1 | -0/+4 |
| * | cmd/nm: report windows/arm as relocatable in TestGoExec | Jordan Rhee | 2018-12-15 | 1 | -0/+3 |
| * | cmd/nm: run tests in parallel, don't use Scanner on []byte | Ian Lance Taylor | 2018-12-11 | 1 | -16/+8 |
| * | all: move cmd/internal/xcoff to internal/xcoff | Clément Chigot | 2018-12-10 | 1 | -1/+1 |
| * | cmd: add XCOFF objfile and adapt cmd/nm tests | Clément Chigot | 2018-10-31 | 1 | -10/+27 |
| * | cmd/nm: fix TestGoExec on Plan 9 | David du Colombier | 2018-06-11 | 1 | -0/+4 |
| * | cmd/link: split pe .text section into .text and .rdata | Alex Brainman | 2018-06-09 | 1 | -0/+18 |
| * | cmd/internal/goobj: accept int64 in readInt | Cherry Zhang | 2017-11-01 | 1 | -7/+0 |
| * | cmd/link: don't use internal linking mode for cgo on PPC64 | Ian Lance Taylor | 2017-09-26 | 1 | -1/+1 |
| * | cmd/nm: accept macho files which don't have symbol table in the archive | Hiroshi Ioka | 2017-09-21 | 1 | -1/+9 |
| * | cmd/nm: handle cgo archive | Hiroshi Ioka | 2017-09-21 | 3 | -39/+98 |
| * | cmd/nm: add test case for go archives | Hiroshi Ioka | 2017-09-20 | 2 | -18/+117 |
| * | all: fix some printf format strings | Josh Bleecher Snyder | 2017-02-14 | 1 | -3/+3 |
| * | cmd/nm: extend help text to document the flags | Jaana Burcu Dogan | 2017-02-11 | 1 | -1/+14 |
| * | cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supported | Alex Brainman | 2017-02-04 | 1 | -0/+17 |
| * | cmd/link: do not prefix external symbols with underscore on windows/386/cgo | Alex Brainman | 2017-02-04 | 2 | -44/+146 |
| * | all: use sort.Slice where applicable | Brad Fitzpatrick | 2016-10-04 | 1 | -21/+3 |
| * | all: use testing.GoToolPath instead of "go" | Keith Randall | 2016-08-30 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | all: extract "can I exec?" check from tests into internal/testenv | Russ Cox | 2015-06-16 | 1 | -9/+2 |
| * | cmd/nm: skip fork test on darwin/arm64 | David Crawshaw | 2015-04-12 | 1 | -2/+3 |
| * | cmd/nm: exclude Go tool test on darwin/arm | David Crawshaw | 2015-02-26 | 1 | -0/+4 |
| * | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
| * | cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile | Russ Cox | 2014-08-07 | 7 | -387/+14 |
| * | cmd/nm: skip test on android (no Go tool) | David Crawshaw | 2014-07-08 | 1 | -2/+3 |
| * | build: make nacl pass | Russ Cox | 2014-05-20 | 1 | -0/+4 |
| * | cmd/nm, cmd/objdump: fix elf symbol types | Russ Cox | 2014-05-14 | 1 | -2/+2 |
| * | cmd/nm: do not write to GOROOT testdata directories during TestNM | Alex Brainman | 2014-05-12 | 1 | -5/+12 |
| * | cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm output | Alex Brainman | 2014-04-21 | 1 | -5/+0 |
| * | cmd/nm: disable TestNM on darwin, linux and solaris | Alex Brainman | 2014-04-21 | 1 | -0/+4 |