summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser2020-03-304-0/+66
* syscall/js: make wasm_exec.js compatible with Webpacknao20010128nao2020-03-241-1/+4
* syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert2020-03-241-2/+2
* test: fix -test.v trace output for cgo/testsharedThan McIntosh2020-03-201-1/+1
* Revert "misc/spectre: add spectre index test"Bryan C. Mills2020-03-134-399/+0
* misc/spectre: add spectre index testRuss Cox2020-03-134-0/+399
* misc/cgo/test: fix sigaltstack test on AIXClément Chigot2020-03-041-2/+9
* misc/wasm: avoid implicit boolean to number conversionBrad Fitzpatrick2020-02-251-1/+1
* misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it)Bryan C. Mills2020-02-241-4/+2
* misc/cgo: correct GOOS in skip messageTobias Klauser2020-02-242-2/+2
* misc/cgo: enable testso and testsovar on mips64xTobias Klauser2020-02-232-4/+0
* cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim2020-02-203-580/+1505
* cmd/go: fix cgo test when min macOS version is setJay Conrod2020-01-243-3/+3
* misc/cgo/test: re-enable darwin cgo tests in race modeTobias Klauser2020-01-103-19/+2
* misc/cgo/test: tweak to pass with GCC 10Ian Lance Taylor2019-12-204-18/+19
* misc/cgo/testshared: do not write to GOROOTBryan C. Mills2019-11-251-49/+127
* misc: log 'ok' from 'go run' tests on successBryan C. Mills2019-11-252-0/+8
* misc: remove use of relative directories in overlayDir functionsBryan C. Mills2019-11-2510-68/+39
* misc/cgo/testshared: make -v output less verboseBryan C. Mills2019-11-221-10/+14
* misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills2019-11-221-15/+28
* misc/cgo/testcarchive: avoid writing to GOROOT in testsBryan C. Mills2019-11-221-82/+157
* misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills2019-11-201-1/+1
* misc/cgo/fortran: avoid writing to $PWDBryan C. Mills2019-11-201-1/+1
* misc/chrome/gophertool: replace deprecated tabs.getSelected methodramenjuniti2019-11-181-1/+1
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on AndroidElias Naur2019-11-141-1/+1
* misc/cgo/testgodefs: convert test from bash to GoBryan C. Mills2019-11-132-24/+83
* misc: ensure that test overlay directories are writableBryan C. Mills2019-11-1110-10/+10
* cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh2019-11-111-6/+1
* misc/ios: bump -mios-version-minElias Naur2019-11-051-1/+1
* syscall/js: garbage collect references to JavaScript valuesRichard Musiol2019-11-041-14/+35
* misc/cgo/testcarchive: add missing exit(0) in main7.cIan Lance Taylor2019-11-041-0/+1
* runtime: clear preemptStop in dropmIan Lance Taylor2019-11-023-0/+83
* misc: delete benchcmp forwarding scriptDmitri Shuralyov2019-10-231-5/+0
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-0911-2172/+0
* syscall: on wasm, do not panic if "process" global is not definedRichard Musiol2019-10-081-14/+46
* cmd/cgo: build unique C type cache keys from parent namesTai2019-10-054-1/+38
* cmd/cgo: optimize cgoCheckPointer callEgon Elbre2019-10-021-5/+77
* syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol2019-09-301-0/+5
* misc, runtime, test: extra tests and benchmarks for deferDan Scales2019-09-252-2/+14
* all: remove trailing whitespace from HTML filesDaniel Martí2019-09-181-10/+10
* misc/wasm: fix argv/envp layoutAustin Clements2019-09-151-1/+2
* misc/cgo/test: use __atomic intrinsics instead of __syncIan Lance Taylor2019-09-061-23/+5
* test: tweak test to avoid unpreemptible loop with gccgoThan McIntosh2019-09-061-0/+9
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime: don't forward SIGPIPE on macOSElias Naur2019-08-313-23/+69
* Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí2019-08-291-21/+0
* runtime: don't forward SIGPIPE on macOSElias Naur2019-08-291-0/+21
* runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker2019-08-281-46/+45
* cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod2019-07-171-0/+101