aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo
AgeCommit message (Expand)Author
2022-08-09test: skip -buildmode=pie tests on alpineThan McIntosh
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-02all: disable tests that fail on AlpineRuss Cox
2022-07-27misc/cgo/test: use fewer threads in TestSetgidStress in long modeCherry Mui
2022-07-22cmd/compile: make jump table symbol localCherry Mui
2022-07-13misc/cgo/testshared: run tests only in GOPATH modeBryan C. Mills
2022-07-13misc/cgo/testcshared: don't rely on an erroneous install target in testsBryan C. Mills
2022-07-11misc/cgo/testcarchive: don't rely on an erroneous install target in testsBryan C. Mills
2022-07-06misc/cgo/test: make TestSetgidStress cheaperCherry Mui
2022-06-29cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui
2022-06-25cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal
2022-06-22cmd/cgo: dont override declared struct typekkHAIKE
2022-05-27misc/cgo/testsanitizers: buffer the signal channel in TestTSAN/tsan11Bryan C. Mills
2022-05-24misc/cgo/testsanitizers: use buffered channel in tsan12.goCherry Mui
2022-05-23misc/cgo/testsanitizers: terminate commands with SIGQUIT if hungBryan C. Mills
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-05-19misc/cgo/testplugin: set the package name in TestIssue19534Bryan C. Mills
2022-05-19misc/cgo: invoke "go" from $GOROOT/bin instead of $PATHBryan C. Mills
2022-05-17test,misc: fix builders that do not support pluginCuong Manh Le
2022-05-16runtime: add address sanitizer support for riscv64Meng Zhuo
2022-05-05cmd/dist: add asan tests for global objects in testsanitizers packagefanzha02
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-04Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-21misc/cgo/test: remove timing dependency from TestParallelSleepIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-08cmd/go: cgo export header to be compatible with MSVC complex typesqmuntal
2022-04-03cmd/cgo: retain original file paths in godefs generated commentTobias Klauser
2022-03-17cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...fanzha02
2022-03-17Revert "cmd/compile: set conversions to unsafe.Pointer as an escaping operati...Fannie Zhang
2022-03-16cmd/link: mark unexported methods for pluginsCherry Mui
2022-03-16cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...fanzha02
2022-02-28all: fix typoscuishuang
2022-02-07misc/cgo: fix aliasing bugs in parallel tests that append to shared slicesBryan C. Mills
2022-02-03misc/cgo/test: disable unhelpful GCC warningIan Lance Taylor
2022-01-05src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha02
2021-12-29misc/cgo/testsanitizers: accept compilers that don't report locationIan Lance Taylor
2021-12-29misc/cgo/testsanitizers: don't fail asan test if no symbolizerIan Lance Taylor
2021-12-29runtime: fix the issue that the -asan option cannot print where the error occ...fanzha02
2021-12-21cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-12-17cmd/link: force eager binding when using plugins on darwinCherry Mui
2021-12-16misc/cgo/testcarchive: log command output more consistentlyBryan C. Mills
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-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-12-07misc/cgo/testplugin: remove skip in TestIssue25756pieDmitri Shuralyov
2021-11-30misc/cgo/test: further reduce likeliness of hang in Test9400Paul E. Murphy