summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky2021-08-122-0/+110
|\
| * runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor2021-08-092-0/+110
* | [dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky2021-06-171-2/+10
|/
* misc/cgo: generate Windows import libraries for clangJason A. Donenfeld2021-06-131-1/+55
* cmd/go, misc/cgo: skip test if no .edataJason A. Donenfeld2021-06-131-1/+1
* misc/cgo/errors: use expected column numbersIan Lance Taylor2021-06-052-7/+8
* misc/wasm: ensure correct stack pointer in catch clausesRichard Musiol2021-05-241-0/+3
* misc/cgo/testplugin: skip TestIssue25756pie on darwin/arm64 builderDmitri Shuralyov2021-05-201-0/+4
* syscall: some containers may fail syscall.TestSetuidEtcAndrew G. Morgan2021-05-171-4/+17
* runtime/cgo: fix crosscall2 on ppc64xLynn Boger2021-05-171-0/+7
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-2/+2
* misc/cgo/testso, misc/cgo/testsovar: fix for WindowsRuss Cox2021-04-234-2/+10
* misc/cgo/test: do not redeclare exported Go functionsRuss Cox2021-04-234-31/+39
* runtime, cgo/test: improve debugging outputDavid Chase2021-04-131-0/+67
* all: simplify the spelling of LinuxBrad Fitzpatrick2021-04-132-2/+2
* all: fix spellingsNaman Gera2021-04-101-3/+5
* reflect: panic on New of go:notinheap typeIan Lance Taylor2021-04-092-0/+20
* runtime/cgo: add Handle for managing (c)go pointersChangkun Ou2021-04-063-0/+35
* cmd/cgo: pass end position info for C function arguments.wolf19962021-04-052-0/+178
* all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-0524-93/+74
* cmd/compile, cmd/link: dynamically export writable static tmpsCherry Zhang2021-03-165-0/+81
* all: run gofmtPrajwal Koirala2021-03-151-1/+1
* all: use HTML5 br tagsJohn Bampton2021-03-131-8/+8
* misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor2021-03-131-1/+1
* cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha022021-03-113-0/+35
* docs: fix case of GitHubJohn Bampton2021-03-051-1/+1
* cmd/link: handle types as converted to interface when dynlinkCherry Zhang2021-02-264-7/+58
* all: use more precise build tagsTamir Duberstein2021-02-2311-11/+11
* runtime: unify asmcgocall and systemstack traceback setupRuss Cox2021-02-191-1/+1
* cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang2021-02-024-0/+54
* misc/cgo/testcarchive: remove special flags for Darwin/ARMCherry Zhang2020-12-301-5/+0
* misc/cgo/test: enable TestCrossPackageTests on darwin/arm64Cherry Zhang2020-12-301-1/+1
* misc/ios: fix wording for command line instructionsDaniel Martí2020-12-291-1/+1
* misc/ios: add to README how to build ios executablesCherry Zhang2020-12-291-0/+7
* cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang2020-12-032-0/+39
* cmd/compile: mark plugin-exported types as used in interfaceCherry Zhang2020-11-133-0/+53
* cmd/cgo: fix initialization of empty argument typesAustin Clements2020-11-131-0/+15
* cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor2020-11-121-0/+216
* syscall: improve TestSetuidEtc() /proc/ parsing against racesAndrew G. Morgan2020-11-111-24/+56
* cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing2020-11-031-0/+31
* misc/wasm: check type of argument to Go.runRichard Musiol2020-11-021-0/+3
* cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal2020-11-021-4/+5
* 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