summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis2020-09-011-0/+1
* misc/wasm: make wasm_exec more robust against uncommon environmentsRichard Musiol2020-08-251-1/+3
* cmd/cgo: fix mangling of enum and union typesMatthew Dempsky2020-07-311-0/+13
* cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang2020-07-271-0/+13
* cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang2020-07-013-0/+60
* Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang2020-06-303-60/+0
* cmd/link: fix GC data reading from shared libraryCherry Zhang2020-06-303-0/+60
* cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky2020-06-261-0/+4
* cmd/link: skip zero values in fingerprint checkCherry Zhang2020-06-233-0/+22
* cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor2020-06-112-0/+13
* misc/cgo/testplugin: fix typo in commentCherry Zhang2020-06-011-1/+1
* cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur2020-05-312-1/+6
* syscall/js: prepare IDs for the preset objectsHajime Hoshi2020-05-121-27/+21
* cmd/cgo: use type aliases for #define type macrosMatthew Dempsky2020-05-014-0/+27
* cmd/cgo: use consistent tag for a particular structIan Lance Taylor2020-04-141-0/+10
* all: remove scattered remnants of darwin/386Austin Clements2020-04-081-2/+0
* all: remove scattered remnants of darwin/armAustin Clements2020-04-088-13/+11
* 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