aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2020-10-20cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-06runtime: use sigaltstack on macOS/ARM64Cherry Zhang
2020-10-05cmd/compile: export notinheap annotation to object fileKeith Randall
2020-10-05misc/ios: fixup review comments from CL 255257Elias Naur
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-16cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor
2020-09-14misc/ios: quote pathsCherry Zhang
2020-09-01cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis
2020-08-25misc/wasm: make wasm_exec more robust against uncommon environmentsRichard Musiol
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-06-23cmd/link: skip zero values in fingerprint checkCherry Zhang
2020-06-11cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor
2020-06-01misc/cgo/testplugin: fix typo in commentCherry Zhang
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-12syscall/js: prepare IDs for the preset objectsHajime Hoshi
2020-05-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2020-04-14cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-30cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser
2020-03-24syscall/js: make wasm_exec.js compatible with Webpacknao20010128nao
2020-03-24syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert
2020-03-20test: fix -test.v trace output for cgo/testsharedThan McIntosh
2020-03-13Revert "misc/spectre: add spectre index test"Bryan C. Mills
2020-03-13misc/spectre: add spectre index testRuss Cox
2020-03-04misc/cgo/test: fix sigaltstack test on AIXClément Chigot
2020-02-25misc/wasm: avoid implicit boolean to number conversionBrad Fitzpatrick
2020-02-24misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it)Bryan C. Mills
2020-02-24misc/cgo: correct GOOS in skip messageTobias Klauser
2020-02-23misc/cgo: enable testso and testsovar on mips64xTobias Klauser
2020-02-20cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim
2020-01-24cmd/go: fix cgo test when min macOS version is setJay Conrod
2020-01-10misc/cgo/test: re-enable darwin cgo tests in race modeTobias Klauser
2019-12-20misc/cgo/test: tweak to pass with GCC 10Ian Lance Taylor
2019-11-25misc/cgo/testshared: do not write to GOROOTBryan C. Mills
2019-11-25misc: log 'ok' from 'go run' tests on successBryan C. Mills
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-22misc/cgo/testshared: make -v output less verboseBryan C. Mills
2019-11-22misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills
2019-11-22misc/cgo/testcarchive: avoid writing to GOROOT in testsBryan C. Mills
2019-11-20misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills
2019-11-20misc/cgo/fortran: avoid writing to $PWDBryan C. Mills