aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-28cmd/dist,runtime: support cgo on openbsd/mips64Joel Sing
2021-04-23all: do not test internal linking on windows/arm64Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-06-03Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-22[dev.link] cmd/internal/goobj: add index to symbol name for indexed symbolsCherry Zhang
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-10-28cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser
2019-10-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills
2019-10-09cmd/go: fail if a test binary exits with no outputDaniel Martí
2019-05-06cmd/internal/obj: write package path at compile time if possibleCherry Zhang
2019-04-29cmd,runtime: enable cgo for openbsd/arm64Joel Sing
2019-03-20cmd/nm: fix cgo tests for aix/ppc64Clément Chigot
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-02-19cmd/nm: fix testGoLib helper to be module-agnosticBryan C. Mills
2018-12-15cmd/nm: report windows/arm as relocatable in TestGoExecJordan Rhee
2018-12-11cmd/nm: run tests in parallel, don't use Scanner on []byteIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-10-31cmd: add XCOFF objfile and adapt cmd/nm testsClément Chigot
2018-06-11cmd/nm: fix TestGoExec on Plan 9David du Colombier
2018-06-09cmd/link: split pe .text section into .text and .rdataAlex Brainman
2017-11-01cmd/internal/goobj: accept int64 in readIntCherry Zhang
2017-09-26cmd/link: don't use internal linking mode for cgo on PPC64Ian Lance Taylor
2017-09-21cmd/nm: accept macho files which don't have symbol table in the archiveHiroshi Ioka
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2017-09-20cmd/nm: add test case for go archivesHiroshi Ioka
2017-02-14all: fix some printf format stringsJosh Bleecher Snyder
2017-02-11cmd/nm: extend help text to document the flagsJaana Burcu Dogan
2017-02-04cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supportedAlex Brainman
2017-02-04cmd/link: do not prefix external symbols with underscore on windows/386/cgoAlex Brainman
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-12cmd/nm: skip fork test on darwin/arm64David Crawshaw
2015-02-26cmd/nm: exclude Go tool test on darwin/armDavid Crawshaw
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox
2014-07-08cmd/nm: skip test on android (no Go tool)David Crawshaw
2014-05-20build: make nacl passRuss Cox
2014-05-14cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox
2014-05-12cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman