aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2023-07-21cmd/cgo/internal/testshared: skip in short mode and not on buildersCherry Mui
2023-07-18all: fix typosJes Cok
2023-06-16cmd/cgo/internal/testshared: disable gccgo tests on PPC64Paul E. Murphy
2023-06-16cmd/cgo/internal/testshared: strip newline from gccgo -dumpversionPaul E. Murphy
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09all: fix function names in commentscui fliter
2023-06-07cmd/cgo: error out if the source path used in line directives would contain a...Bryan C. Mills
2023-06-06cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-01cmd/cgo/internal/testerrors: pass if GOEXPERIMENT=cgocheck2 is setAustin Clements
2023-05-30cmd/cgo: rewrite pointer passing rules in terms of pinningMichael Anthony Knyszek
2023-05-22cmd/cgo/internal: skip in tests, not in TestMainAustin Clements
2023-05-22cmd/cgo: merge overlayDir into one packageAustin Clements
2023-05-22cmd/cgo/internal/testcshared: drop bespoke host test supportAustin Clements
2023-05-22cmd/cgo: recognize unsafe.{StringData,SliceData}Ian Lance Taylor
2023-05-19runtime: implement Pinner API for object pinningSven Anderson
2023-05-19cmd/cgo/internal/testcarchive: fix nocgo and no-c-archive buildsAustin Clements
2023-05-19cmd/cgo/internal/testsovar: merge into testsoAustin Clements
2023-05-19cmd/cgo/internal/testtls: cleanup and support more archesAustin Clements
2023-05-19cmd/cgo/internal/testtls: build and run everywhereAustin Clements
2023-05-19cmd/dist: refine test conditions and enable more cgo tests on Android, iOSAustin Clements
2023-05-18cmd/cgo/internal/test: fix TestThreadLockAustin Clements
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-15cmd/cgo: enable test with non-sensible build tagAustin Clements
2023-05-12cmd/cgo/internal/testcarchive: build on all platformsAustin Clements
2023-05-12cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements
2023-05-12cmd/dist: drop host test supportAustin Clements
2023-05-12misc/swig: move tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-05-02cmd/cgo: reject attempts to declare methods on C typesAlan Donovan
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-18all: add missing periods in commentscui fliter
2022-11-16cmd/go: automatically disable cgo on systems with no C compilerRuss Cox
2022-10-29cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.IncompleteIan Lance Taylor
2022-10-04cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox
2022-09-30Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh
2022-09-30cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser
2022-09-29cmd/cgo: use strings.TrimSuffixcuiweixie
2022-09-29cmd/cgo: delete unused codecuiweixie
2022-09-29cmd/cgo: use strings.Contains instead of strings.Indexcuiweixie
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-20cmd/cgo: mention //go:build line in godocTobias Klauser
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-08cmd/cgo: use strings.Buildercuiweixie
2022-09-01cmd/go: support long commands in asm and cgoDaniel Martí
2022-08-28cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le
2022-08-23all: use go/parser.SkipObjectResolution in more placesDaniel Martí
2022-07-20cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall
2022-06-25cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal