summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo/test: test C.enum_*HowJMay2020-10-272-0/+28
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-1/+1
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-232-0/+153
* cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal2020-10-221-0/+96
* misc/wasm: improve error message if javascript polyfills are requiredRichard Musiol2020-10-211-3/+12
* misc/wasm: make sure sp is unsignedRichard Musiol2020-10-211-4/+28
* cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang2020-10-203-3/+4
* cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang2020-10-143-1/+6
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* runtime: use sigaltstack on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* cmd/compile: export notinheap annotation to object fileKeith Randall2020-10-052-0/+34
* misc/ios: fixup review comments from CL 255257Elias Naur2020-10-052-5/+5
* misc/ios: add support for running programs on the iOS simulatorElias Naur2020-10-034-120/+210
* all: add GOOS=iosCherry Zhang2020-09-239-25/+25
* cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor2020-09-163-0/+60
* misc/ios: quote pathsCherry Zhang2020-09-141-1/+1
* 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