summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* cmd/link: mark unexported methods for pluginsCherry Mui2022-03-164-0/+66
* cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...fanzha022022-03-164-0/+79
* all: fix typoscuishuang2022-02-281-1/+1
* misc/reboot: don't use symlinks when copying GOROOT/srcDaniel Martí2022-02-082-9/+15
* misc/cgo: fix aliasing bugs in parallel tests that append to shared slicesBryan C. Mills2022-02-073-27/+10
* misc/cgo/test: disable unhelpful GCC warningIan Lance Taylor2022-02-031-0/+5
* src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha022022-01-052-0/+22
* misc/cgo/testsanitizers: accept compilers that don't report locationIan Lance Taylor2021-12-292-1/+22
* misc/cgo/testsanitizers: don't fail asan test if no symbolizerIan Lance Taylor2021-12-291-3/+8
* runtime: fix the issue that the -asan option cannot print where the error occ...fanzha022021-12-294-6/+13
* cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor2021-12-211-0/+178
* cmd/link: force eager binding when using plugins on darwinCherry Mui2021-12-172-0/+58
* misc/cgo/testcarchive: log command output more consistentlyBryan C. Mills2021-12-161-42/+76
* misc/cgo/testshared: increase size limit in size checkJakub Čajka2021-12-151-2/+6
* misc/cgo/testshared: pass -x flag only to commands supporting itJakub Čajka2021-12-151-1/+1
* runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek2021-12-071-1/+3
* misc/cgo/testplugin: remove skip in TestIssue25756pieDmitri Shuralyov2021-12-071-4/+0
* misc/ios: bump min versionChangkun Ou2021-12-021-1/+1
* misc/cgo/test: further reduce likeliness of hang in Test9400Paul E. Murphy2021-11-301-0/+2
* misc/cgo/test: reduce likeliness of hang in Test9400Paul E. Murphy2021-11-301-0/+5
* misc/reboot: skip TestRepeatBootstrap on short buildersBryan C. Mills2021-11-231-0/+4
* misc/cgo/testcshared: skip TestGo2C2Go on WindowsIan Lance Taylor2021-11-221-3/+3
* misc/cgo/test: remove unnecessary forward declarationBryan C. Mills2021-11-221-1/+0
* runtime/cgo: add example of Handle with void* parameterAlan Donovan2021-11-203-0/+31
* misc/cgo/testshared: correct test of gccgo version numberIan Lance Taylor2021-11-111-1/+10
* all: add support for c-archive and c-shared on linux/riscv64Joel Sing2021-11-032-2/+2
* runtime: install sigPreempt signal handler for c-archive/c-sharedIan Lance Taylor2021-11-033-0/+104
* cmd/dist: add asan tests in misc/cgo/testsanitizers packagefanzha022021-11-027-0/+213
* Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills2021-10-2935-0/+1726
* cmd/go: remove support for -buildmode=sharedBryan C. Mills2021-10-2735-1726/+0
* cmd/link: increase reserved space for passing env on wasmRichard Musiol2021-10-251-2/+2
* misc/wasm: expect environment to provide polyfillsRichard Musiol2021-10-163-100/+66
* cmd/link: disable weak reference in itab if build with "-linkshared"zhouguangyuan2021-10-133-0/+41
* misc/cgo/testshared: pass the testing.T to goCmd when availableBryan C. Mills2021-10-081-3/+3
* misc/wasm, cmd/link: do not let command line args overwrite global dataCherry Mui2021-10-071-0/+7
* cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky2021-10-072-1/+18
* all: use bytes.Cut, strings.CutRuss Cox2021-10-065-18/+13
* cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur2021-09-223-0/+61
* cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor2021-09-163-0/+22
* misc/wasm: enable ECMAScript strict moderhysd2021-09-031-0/+1
* cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans2021-08-162-0/+17
* all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov2021-08-1324-1/+26
* [dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky2021-08-122-0/+110
|\
| * runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor2021-08-092-0/+110
* | [dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky2021-06-171-2/+10
|/
* misc/cgo: generate Windows import libraries for clangJason A. Donenfeld2021-06-131-1/+55
* cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld2021-06-131-1/+1
* misc/cgo/errors: use expected column numbersIan Lance Taylor2021-06-052-7/+8
* misc/wasm: ensure correct stack pointer in catch clausesRichard Musiol2021-05-241-0/+3
* misc/cgo/testplugin: skip TestIssue25756pie on darwin/arm64 builderDmitri Shuralyov2021-05-201-0/+4