index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
testshared
/
shared_test.go
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-12-22
misc/cgo/testshared: test build std in shared mode
Cherry Mui
2022-10-28
cmd/go: don't install most GOROOT .a files in pkg
Michael Matloob
2022-08-09
test: skip -buildmode=pie tests on alpine
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-07-13
misc/cgo/testshared: run tests only in GOPATH mode
Bryan C. Mills
2022-05-19
misc/cgo: invoke "go" from $GOROOT/bin instead of $PATH
Bryan C. Mills
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2021-12-15
misc/cgo/testshared: increase size limit in size check
Jakub Čajka
2021-12-15
misc/cgo/testshared: pass -x flag only to commands supporting it
Jakub Čajka
2021-11-11
misc/cgo/testshared: correct test of gccgo version number
Ian Lance Taylor
2021-10-29
Revert "cmd/go: remove support for -buildmode=shared"
Bryan C. Mills
2021-10-27
cmd/go: remove support for -buildmode=shared
Bryan C. Mills
2021-10-13
cmd/link: disable weak reference in itab if build with "-linkshared"
zhouguangyuan
2021-10-08
misc/cgo/testshared: pass the testing.T to goCmd when available
Bryan C. Mills
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2021-02-02
cmd/link: don't decode type symbol in shared library in deadcode
Cherry Zhang
2020-07-27
cmd/link: don't mark shared library symbols reachable unconditionally
Cherry Zhang
2020-07-01
cmd/link: fix GC data reading from shared library (attempt 2)
Cherry Zhang
2020-06-30
Revert "cmd/link: fix GC data reading from shared library"
Cherry Zhang
2020-06-30
cmd/link: fix GC data reading from shared library
Cherry Zhang
2020-06-23
cmd/link: skip zero values in fingerprint check
Cherry Zhang
2020-03-20
test: fix -test.v trace output for cgo/testshared
Than McIntosh
2020-02-24
misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it)
Bryan C. Mills
2019-11-25
misc/cgo/testshared: do not write to GOROOT
Bryan C. Mills
2019-11-22
misc/cgo/testshared: make -v output less verbose
Bryan C. Mills
2019-07-15
cmd/link: put shlib ".type" functions in internal ABI
Ian Lance Taylor
2019-02-26
misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD
Bryan C. Mills
2019-02-22
misc/cgo/testshared: fix tests in module mode
Bryan C. Mills
2018-12-11
cmd/compile: emit a symbol for a method expression when using -dynlink
Ian Lance Taylor
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-08-23
all: fix typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-07-17
cmd/go: fix handling of vet.cfg with buggyInstall
Ian Lance Taylor
2018-04-25
cmd/go: fix go list .Stale computation
Russ Cox
2018-01-12
cmd/go: make gccgo -buildmode=shared and -linkshared work again
Ian Lance Taylor
2017-11-03
cmd/go: run vet automatically during go test
Russ Cox
2017-10-31
cmd/go: switch to entirely content-based staleness determination
Russ Cox
2017-10-30
misc/cgo/testshared: don't assume mtimes trigger rebuilds
Russ Cox
2017-10-28
misc/cgo/testshared: disable TestTwoGopathShlibsGccgo
Russ Cox
2017-10-11
cmd/go: clean up compile vs link vs shared library actions
Russ Cox
2017-09-29
cmd/go: use -importcfg to invoke compiler, linker
Russ Cox
2017-09-20
cmd/compile: fix large global variables in -linkshared mode on s390x
Michael Munday
2017-08-15
misc/cgo/testshared: call flag.Parse in TestMain
Hiroshi Ioka
2017-04-17
cmd/link: only include the version info and export data in ABI hash
Michael Hudson-Doyle
2017-04-11
runtime: use hardware divider to improve performance
Ben Shi
2017-02-02
misc/cgo/testshared: remove unused flag.Parse()
Daniel Martí
2017-01-12
misc/cgo/testshared: test that types and itabs are unique
Keith Randall
2016-09-13
cmd/link: fix -buildmode=pie / -linkshared combination
Michael Hudson-Doyle
2016-08-26
go/build: don't alter InstallSuffix for default compile options
Josh Bleecher Snyder
2016-08-18
cmd/compile: ppc64le working, not optimized enough
David Chase
[next]