aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2024-04-11misc/wasm: drop wasmtime < 14 supportJohan Brandhorst-Satzkorn
2023-11-19misc/wasm: support new wasmtime CLIJohan Brandhorst-Satzkorn
2023-11-02misc/wasm: silence Wasmtime 14 CLI warningDmitri Shuralyov
2023-10-19misc: drop old +build linesDmitri Shuralyov
2023-08-21os: add tests for UserCacheDir and UserConfigDirJosh Kraft
2023-07-26misc/wasm: switch default WASI runtimeJohan Brandhorst-Satzkorn
2023-07-18all: update go.mod go version to 1.22Heschi Kreinick
2023-05-26misc/wasm: set PATH variable in execJohan Brandhorst-Satzkorn
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-22wasm: remove redundant calls to setTimeout and clearTimeoutGaret Halliday
2023-05-15misc: remove misc/arm/a scriptAustin Clements
2023-05-12misc/reboot: move to cmd/internal/bootstrap_testAustin Clements
2023-05-12misc: update go.mod commentAustin Clements
2023-05-12misc/swig: move tests to cmd/cgo/internalAustin Clements
2023-05-12misc/swig: restructure as a driverAustin Clements
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo/test: add cgo build constraintsAustin Clements
2023-05-12misc/cgo/test: fix vet errorAustin Clements
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-05-11misc/wasm: add wasmedge to wasip1 scriptJohan Brandhorst-Satzkorn
2023-05-09misc/wasm: add wasmer to wasip1 scriptJohan Brandhorst-Satzkorn
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-05-03misc/android: improve exit code workaroundAustin Clements
2023-05-01misc/android: copy entire modules in module modeBryan C. Mills
2023-05-01misc/android: rename to misc/go_android_exec, make go build workAustin Clements
2023-04-28cmd/link: write buildid to pluginCherry Mui
2023-04-28misc/android: rework GOROOT installationBryan C. Mills
2023-04-26misc/wasm: default to /tmp if TMPDIR is unsetBryan C. Mills
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21misc/wasm: support wasmtime in wasip1Johan Brandhorst-Satzkorn
2023-04-19make.{bash,bat}: check unmodified $PATH for $GOROOT/bin presenceDmitri Shuralyov
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-12cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan
2023-04-10misc/cgo: remove +build lines, add go:build where neededIan Lance Taylor
2023-04-10misc/cgo: gofmtIan Lance Taylor
2023-04-06misc/wasm: add wasip1/wasm exec scriptJohan Brandhorst-Satzkorn
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-31Revert "runtime: get a better g0 stack bound in needm"Cherry Mui
2023-03-30runtime: get a better g0 stack bound in needmCherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-22cmd/compile: re-compile instantiated generic methods in linkshared modeCuong Manh Le
2023-03-08runtime/cgo: add tsan sync for traceback functionIan Lance Taylor
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-02-28misc/cgo/{life,stdio}: remove reliance on test/run.goDmitri Shuralyov
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-02misc: increase node stack sizeJohan Brandhorst-Satzkorn
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills