aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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-12-02misc/ios: bump min versionChangkun Ou
2021-11-30misc/cgo/test: further reduce likeliness of hang in Test9400Paul E. Murphy
2021-11-30misc/cgo/test: reduce likeliness of hang in Test9400Paul E. Murphy
2021-11-23misc/reboot: skip TestRepeatBootstrap on short buildersBryan C. Mills
2021-11-22misc/cgo/testcshared: skip TestGo2C2Go on WindowsIan Lance Taylor
2021-11-22misc/cgo/test: remove unnecessary forward declarationBryan C. Mills
2021-11-20runtime/cgo: add example of Handle with void* parameterAlan Donovan
2021-11-11misc/cgo/testshared: correct test of gccgo version numberIan Lance Taylor
2021-11-03all: add support for c-archive and c-shared on linux/riscv64Joel Sing
2021-11-03runtime: install sigPreempt signal handler for c-archive/c-sharedIan Lance Taylor
2021-11-02cmd/dist: add asan tests in misc/cgo/testsanitizers packagefanzha02
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-25cmd/link: increase reserved space for passing env on wasmRichard Musiol
2021-10-16misc/wasm: expect environment to provide polyfillsRichard Musiol
2021-10-13cmd/link: disable weak reference in itab if build with "-linkshared"zhouguangyuan
2021-10-08misc/cgo/testshared: pass the testing.T to goCmd when availableBryan C. Mills
2021-10-07misc/wasm, cmd/link: do not let command line args overwrite global dataCherry Mui
2021-10-07cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-09-03misc/wasm: enable ECMAScript strict moderhysd
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-06-17[dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky
2021-06-13misc/cgo: generate Windows import libraries for clangJason A. Donenfeld
2021-06-13cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld
2021-06-05misc/cgo/errors: use expected column numbersIan Lance Taylor
2021-05-24misc/wasm: ensure correct stack pointer in catch clausesRichard Musiol
2021-05-20misc/cgo/testplugin: skip TestIssue25756pie on darwin/arm64 builderDmitri Shuralyov
2021-05-17syscall: some containers may fail syscall.TestSetuidEtcAndrew G. Morgan
2021-05-17runtime/cgo: fix crosscall2 on ppc64xLynn Boger
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-04-23misc/cgo/testso, misc/cgo/testsovar: fix for WindowsRuss Cox
2021-04-23misc/cgo/test: do not redeclare exported Go functionsRuss Cox
2021-04-13runtime, cgo/test: improve debugging outputDavid Chase