aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testshared
AgeCommit message (Expand)Author
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-12-22misc/cgo/testshared: test build std in shared modeCherry Mui
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-08-09test: skip -buildmode=pie tests on alpineThan McIntosh
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-07-13misc/cgo/testshared: run tests only in GOPATH modeBryan C. Mills
2022-05-19misc/cgo: invoke "go" from $GOROOT/bin instead of $PATHBryan C. Mills
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2021-12-15misc/cgo/testshared: increase size limit in size checkJakub Čajka
2021-12-15misc/cgo/testshared: pass -x flag only to commands supporting itJakub Čajka
2021-11-11misc/cgo/testshared: correct test of gccgo version numberIan Lance Taylor
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-13cmd/link: disable weak reference in itab if build with "-linkshared"zhouguangyuan
2021-10-08misc/cgo/testshared: pass the testing.T to goCmd when availableBryan C. Mills
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-02-23all: use more precise build tagsTamir Duberstein
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-06-23cmd/link: skip zero values in fingerprint checkCherry Zhang
2020-03-20test: fix -test.v trace output for cgo/testsharedThan McIntosh
2020-02-24misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it)Bryan C. Mills
2019-11-25misc/cgo/testshared: do not write to GOROOTBryan C. Mills
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-22misc/cgo/testshared: make -v output less verboseBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-07-15cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor
2019-03-22misc/cgo: gofmt testdata filesTobias Klauser
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-22misc/cgo/testshared: fix tests in module modeBryan C. Mills
2018-12-11cmd/compile: emit a symbol for a method expression when using -dynlinkIan Lance Taylor
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-07-17cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor
2018-07-06testshared/src/depBase: conform build tag comment to conventionDan Kortschak
2018-06-23cmd/link: never coalesce type descriptors when dynamically linking GoMichael Hudson-Doyle
2018-04-25cmd/go: fix go list .Stale computationRuss Cox
2018-01-12cmd/go: make gccgo -buildmode=shared and -linkshared work againIan Lance Taylor
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-30misc/cgo/testshared: don't assume mtimes trigger rebuildsRuss Cox
2017-10-28misc/cgo/testshared: disable TestTwoGopathShlibsGccgoRuss Cox
2017-10-11cmd/go: clean up compile vs link vs shared library actionsRuss Cox
2017-10-03go/printer: fix formatting of three-index slice expressiongriesemer
2017-09-29cmd/go: use -importcfg to invoke compiler, linkerRuss Cox
2017-09-20cmd/compile: fix large global variables in -linkshared mode on s390xMichael Munday