aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testshared
AgeCommit message (Expand)Author
2021-10-28[release-branch.go1.17] cmd/link: disable weak reference in itab if build wit...zhouguangyuan
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
2017-08-15misc/cgo/testshared: call flag.Parse in TestMainHiroshi Ioka
2017-04-17cmd/link: only include the version info and export data in ABI hashMichael Hudson-Doyle
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2017-02-02misc/cgo/testshared: remove unused flag.Parse()Daniel Martí
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2017-01-12misc/cgo/testshared: test that types and itabs are uniqueKeith Randall
2016-12-19cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle
2016-12-08cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle
2016-10-27cmd/compile, runtime: make the go.itab.* symbols module-localMichael Hudson-Doyle
2016-09-13cmd/link: fix -buildmode=pie / -linkshared combinationMichael Hudson-Doyle
2016-08-26go/build: don't alter InstallSuffix for default compile optionsJosh Bleecher Snyder
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-06-03cmd/internal/obj, runtime: fixes for defer in 386 shared librariesMichael Hudson-Doyle
2016-06-02cmd/compile: do not generate tail calls when dynamic linking on ppc64leMichael Hudson-Doyle