aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
AgeCommit message (Expand)Author
2023-03-20internal/platform: pass race mode to DefaultPIEIan Lance Taylor
2023-03-15internal/platform: add a function to report whether default builds are PIEBryan C. Mills
2023-03-10all: skip tests that fail on android/arm64Bryan C. Mills
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2022-11-15cmd/nm: use the test binary as 'nm' instead of rebuilding itBryan C. Mills
2022-09-29cmd/nm: use print-style not printf-stylecuiweixie
2022-09-28cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64Mikael Urankar
2022-07-11cmd/nm: don't rely on an erroneous install target in testsBryan C. Mills
2022-05-17cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64Xiaodong Liu
2022-04-11all: gofmt main repoRuss Cox
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
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