summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: remove misc/arm/a scriptAustin Clements2023-05-151-58/+0
* misc/reboot: move to cmd/internal/bootstrap_testAustin Clements2023-05-123-282/+0
* misc: update go.mod commentAustin Clements2023-05-121-8/+3
* misc/swig: move tests to cmd/cgo/internalAustin Clements2023-05-128-338/+0
* misc/swig: restructure as a driverAustin Clements2023-05-1212-90/+264
* misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements2023-05-12129-7944/+0
* misc/cgo/test: add cgo build constraintsAustin Clements2023-05-1220-7/+39
* misc/cgo/test: fix vet errorAustin Clements2023-05-121-1/+1
* misc/cgo: move easy tests to cmd/cgo/internalAustin Clements2023-05-12247-14442/+0
* misc/wasm: add wasmedge to wasip1 scriptJohan Brandhorst-Satzkorn2023-05-111-0/+3
* misc/wasm: add wasmer to wasip1 scriptJohan Brandhorst-Satzkorn2023-05-091-0/+3
* Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel2023-05-059-210/+3
* misc/android: improve exit code workaroundAustin Clements2023-05-032-21/+171
* misc/android: copy entire modules in module modeBryan C. Mills2023-05-011-28/+53
* misc/android: rename to misc/go_android_exec, make go build workAustin Clements2023-05-012-3/+0
* cmd/link: write buildid to pluginCherry Mui2023-04-281-2/+14
* misc/android: rework GOROOT installationBryan C. Mills2023-04-281-69/+159
* misc/wasm: default to /tmp if TMPDIR is unsetBryan C. Mills2023-04-261-1/+1
* runtime/cgo: store M for C-created thread in pthread keyMichael Pratt2023-04-269-3/+210
* misc/wasm: support wasmtime in wasip1Johan Brandhorst-Satzkorn2023-04-211-1/+12
* make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presenceDmitri Shuralyov2023-04-191-2/+20
* cmd/go: add check for unknown godebug settingRuss Cox2023-04-181-1/+1
* Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt2023-04-177-156/+3
* cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan2023-04-122-2/+2
* misc/cgo: remove +build lines, add go:build where neededIan Lance Taylor2023-04-1070-87/+28
* misc/cgo: gofmtIan Lance Taylor2023-04-1040-43/+96
* misc/wasm: add wasip1/wasm exec scriptJohan Brandhorst-Satzkorn2023-04-061-0/+6
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-04-037-3/+156
* Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui2023-03-314-64/+3
* Revert "runtime: get a better g0 stack bound in needm"Cherry Mui2023-03-313-92/+0
* runtime: get a better g0 stack bound in needmCherry Mui2023-03-303-0/+92
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-03-244-3/+64
* cmd/compile: re-compile instantiated generic methods in linkshared modeCuong Manh Le2023-03-222-1/+21
* runtime/cgo: add tsan sync for traceback functionIan Lance Taylor2023-03-082-0/+94
* all: implement wasmimport directiveEvan Phoenix2023-03-021-1/+8
* misc/cgo/{life,stdio}: remove reliance on test/run.goDmitri Shuralyov2023-02-2810-187/+37
* runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall2023-02-161-19/+43
* misc: increase node stack sizeJohan Brandhorst-Satzkorn2023-02-021-1/+4
* cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills2023-02-011-0/+9
* misc/wasm: use NodeJS crypto libraryJohan Brandhorst-Satzkorn2023-01-301-6/+1
* misc/wasm: extend executable compatibilityJohan Brandhorst-Satzkorn2023-01-301-1/+1
* misc/wasm: use NodeJS performance libraryJohan Brandhorst-Satzkorn2023-01-301-6/+1
* misc: update go.mod to 1.21David Chase2023-01-261-1/+1
* all: fix typos in go file commentsMarcel Meyer2023-01-201-1/+1
* misc/cgo/testsanitizers: use fmt.Printf instead fmt.PrintlnAlice2023-01-201-1/+1
* misc/reboot: overlay $GOROOT/lib in temporary gorootIan Lance Taylor2023-01-181-2/+10
* 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