aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2023-01-30misc/wasm: use NodeJS crypto libraryJohan Brandhorst-Satzkorn
2023-01-30misc/wasm: extend executable compatibilityJohan Brandhorst-Satzkorn
2023-01-30misc/wasm: use NodeJS performance libraryJohan Brandhorst-Satzkorn
2023-01-26misc: update go.mod to 1.21David Chase
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-20misc/cgo/testsanitizers: use fmt.Printf instead fmt.PrintlnAlice
2023-01-18misc/reboot: overlay $GOROOT/lib in temporary gorootIan Lance Taylor
2022-12-28misc/cgo/testsanitizers: run libfuzzer tests in temp directoryCherry Mui
2022-12-27misc/cgo/testsanitizers: add libfuzzer testsCherry Mui
2022-12-22misc/cgo/testshared: test build std in shared modeCherry Mui
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-22misc/cgo/testcshared: reapply CL 451816Bryan C. Mills
2022-11-21cmd/go: do not install .a files for packages in stdBryan C. Mills
2022-11-19misc/cgo/testcshared: handle unsuffixed dlltool pathThan McIntosh
2022-11-07misc/cgo/test: skip Test9400 on AlpineAustin Clements
2022-11-04misc/cgo/test: simplify for module modeAustin Clements
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-17misc/cgo/fortran: convert to Go testAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-17misc/cgo/testsigfwd: delete unused codeAustin Clements
2022-10-14misc/cgo/testasan: drop testAustin Clements
2022-10-14cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64Dmitri Goutnik
2022-10-13cmd/link: don't reset variable size when handling -X flagCherry Mui
2022-10-12misc/cgo/test: add asan and msan arena testsMichael Anthony Knyszek
2022-09-27misc/wasm: update deprecated substr usageMarko Kungla
2022-09-22cmd/go: omit VCS stamping during bootstrapBryan C. Mills
2022-09-19misc/cgo: replace ioutil.ReadFile with os.ReadFilehopehook
2022-09-19misc/cgo: replace os.SEEK_SET with io.SeekStarthopehook
2022-09-06misc: use strings.Buildercuiweixie
2022-08-26runtime: add address sanitizer support for ppc64leArchana R
2022-08-25misc/cgo/testsanitizers: determine compiler version for tsan tests on ppc64leLynn Boger
2022-08-22misc/cgo/test: disable setgid tests with muslMichael Pratt
2022-08-19misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor
2022-08-19Revert "misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal"Cuong Manh Le
2022-08-19misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor
2022-08-11misc/cgo/testsanitizers: fix code to detect gcc version correctlyArchana R
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