aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2021-10-28[release-branch.go1.16] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-07[release-branch.go1.16] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek
2021-03-25[release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang
2021-03-01[release-branch.go1.16] cmd/link: handle types as converted to interface when...Cherry Zhang
2021-02-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2020-12-30misc/cgo/testcarchive: remove special flags for Darwin/ARMCherry Zhang
2020-12-30misc/cgo/test: enable TestCrossPackageTests on darwin/arm64Cherry Zhang
2020-12-29misc/ios: fix wording for command line instructionsDaniel Martí
2020-12-29misc/ios: add to README how to build ios executablesCherry Zhang
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2020-11-13cmd/compile: mark plugin-exported types as used in interfaceCherry Zhang
2020-11-13cmd/cgo: fix initialization of empty argument typesAustin Clements
2020-11-12cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor
2020-11-11syscall: improve TestSetuidEtc() /proc/ parsing against racesAndrew G. Morgan
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-11-02misc/wasm: check type of argument to Go.runRichard Musiol
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2020-10-27misc/cgo/test: test C.enum_*HowJMay
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-22cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal
2020-10-21misc/wasm: improve error message if javascript polyfills are requiredRichard Musiol
2020-10-21misc/wasm: make sure sp is unsignedRichard Musiol
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