summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: remove support for -buildmode=sharedBryan C. Mills2021-10-2735-1726/+0
* cmd/link: increase reserved space for passing env on wasmRichard Musiol2021-10-251-2/+2
* misc/wasm: expect environment to provide polyfillsRichard Musiol2021-10-163-100/+66
* cmd/link: disable weak reference in itab if build with "-linkshared"zhouguangyuan2021-10-133-0/+41
* misc/cgo/testshared: pass the testing.T to goCmd when availableBryan C. Mills2021-10-081-3/+3
* misc/wasm, cmd/link: do not let command line args overwrite global dataCherry Mui2021-10-071-0/+7
* cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky2021-10-072-1/+18
* all: use bytes.Cut, strings.CutRuss Cox2021-10-065-18/+13
* cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur2021-09-223-0/+61
* cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor2021-09-163-0/+22
* misc/wasm: enable ECMAScript strict moderhysd2021-09-031-0/+1
* cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans2021-08-162-0/+17
* all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov2021-08-1324-1/+26
* [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