summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.20] cmd/compile: re-compile instantiated generic methods ...Cuong Manh Le2023-03-292-1/+21
* misc/cgo/testsanitizers: run libfuzzer tests in temp directoryCherry Mui2022-12-281-0/+1
* misc/cgo/testsanitizers: add libfuzzer testsCherry Mui2022-12-275-3/+160
* misc/cgo/testshared: test build std in shared modeCherry Mui2022-12-221-0/+12
* cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky2022-11-301-0/+6
* misc/cgo/testcshared: reapply CL 451816Bryan C. Mills2022-11-221-22/+38
* cmd/go: do not install .a files for packages in stdBryan C. Mills2022-11-211-55/+27
* misc/cgo/testcshared: handle unsuffixed dlltool pathThan McIntosh2022-11-191-22/+38
* misc/cgo/test: skip Test9400 on AlpineAustin Clements2022-11-071-3/+10
* misc/cgo/test: simplify for module modeAustin Clements2022-11-0474-206/+39
* cmd/go: don't install most GOROOT .a files in pkgMichael Matloob2022-10-281-5/+5
* misc/cgo/fortran: convert to Go testAustin Clements2022-10-174-49/+82
* misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements2022-10-171-62/+0
* misc/cgo/testsigfwd: delete unused codeAustin Clements2022-10-171-52/+0
* misc/cgo/testasan: drop testAustin Clements2022-10-141-56/+0
* cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64Dmitri Goutnik2022-10-142-1/+7
* cmd/link: don't reset variable size when handling -X flagCherry Mui2022-10-133-0/+82
* misc/cgo/test: add asan and msan arena testsMichael Anthony Knyszek2022-10-124-5/+63
* misc/wasm: update deprecated substr usageMarko Kungla2022-09-271-2/+2
* cmd/go: omit VCS stamping during bootstrapBryan C. Mills2022-09-221-4/+20
* misc/cgo: replace ioutil.ReadFile with os.ReadFilehopehook2022-09-191-2/+1
* misc/cgo: replace os.SEEK_SET with io.SeekStarthopehook2022-09-191-1/+1
* misc: use strings.Buildercuiweixie2022-09-061-2/+1
* runtime: add address sanitizer support for ppc64leArchana R2022-08-261-1/+1
* misc/cgo/testsanitizers: determine compiler version for tsan tests on ppc64leLynn Boger2022-08-254-3/+37
* misc/cgo/test: disable setgid tests with muslMichael Pratt2022-08-221-0/+7
* misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor2022-08-193-97/+164
* Revert "misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal"Cuong Manh Le2022-08-193-157/+97
* misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor2022-08-193-97/+157
* misc/cgo/testsanitizers: fix code to detect gcc version correctlyArchana R2022-08-111-3/+3
* test: skip -buildmode=pie tests on alpineThan McIntosh2022-08-091-0/+3
* all: use ":" for compiler generated symbolsCuong Manh Le2022-08-091-2/+2
* all: disable tests that fail on AlpineRuss Cox2022-08-024-0/+23
* misc/cgo/test: use fewer threads in TestSetgidStress in long modeCherry Mui2022-07-271-4/+1
* cmd/compile: make jump table symbol localCherry Mui2022-07-224-0/+103
* misc/cgo/testshared: run tests only in GOPATH modeBryan C. Mills2022-07-131-0/+9
* misc/cgo/testcshared: don't rely on an erroneous install target in testsBryan C. Mills2022-07-131-10/+25
* misc/cgo/testcarchive: don't rely on an erroneous install target in testsBryan C. Mills2022-07-111-8/+12
* misc/cgo/test: make TestSetgidStress cheaperCherry Mui2022-07-061-1/+4
* cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui2022-06-292-0/+43
* cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal2022-06-252-0/+15
* cmd/cgo: dont override declared struct typekkHAIKE2022-06-225-0/+67
* misc/cgo/testsanitizers: buffer the signal channel in TestTSAN/tsan11Bryan C. Mills2022-05-271-1/+1
* misc/cgo/testsanitizers: use buffered channel in tsan12.goCherry Mui2022-05-241-1/+1
* misc/cgo/testsanitizers: terminate commands with SIGQUIT if hungBryan C. Mills2022-05-231-2/+20
* misc, test: fix test error for loong64Xiaodong Liu2022-05-201-0/+28
* misc/cgo/testplugin: set the package name in TestIssue19534Bryan C. Mills2022-05-191-1/+1
* misc/cgo: invoke "go" from $GOROOT/bin instead of $PATHBryan C. Mills2022-05-192-7/+16
* test,misc: fix builders that do not support pluginCuong Manh Le2022-05-172-0/+13
* runtime: add address sanitizer support for riscv64Meng Zhuo2022-05-161-1/+1