summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-179-3/+210
* cmd/cgo: enable test with non-sensible build tagAustin Clements2023-05-151-1/+1
* cmd/cgo/internal/testcarchive: build on all platformsAustin Clements2023-05-121-0/+5
* cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements2023-05-127-0/+23
* cmd/dist: drop host test supportAustin Clements2023-05-126-0/+27
* misc/swig: move tests to cmd/cgo/internalAustin Clements2023-05-127-0/+335
* misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements2023-05-12129-0/+7946
* misc/cgo: move easy tests to cmd/cgo/internalAustin Clements2023-05-12248-1/+14443
* cmd/cgo: reject attempts to declare methods on C typesAlan Donovan2023-05-021-20/+48
* cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky2022-11-303-0/+23
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* cmd/go: automatically disable cgo on systems with no C compilerRuss Cox2022-11-161-2/+4
* cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.IncompleteIan Lance Taylor2022-10-294-7/+26
* cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox2022-10-042-2/+0
* Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh2022-09-302-0/+2
* cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser2022-09-302-2/+0
* cmd/cgo: use strings.TrimSuffixcuiweixie2022-09-291-3/+1
* cmd/cgo: delete unused codecuiweixie2022-09-291-20/+0
* cmd/cgo: use strings.Contains instead of strings.Indexcuiweixie2022-09-291-1/+1
* all: replace [0-9] with \d in regexpsTomCao New Macbook Pro2022-09-271-1/+1
* cmd/cgo: mention //go:build line in godocTobias Klauser2022-09-201-1/+1
* all: replace package ioutil with os and io in srcAndy Pan2022-09-202-5/+3
* cmd/cgo: use strings.Buildercuiweixie2022-09-083-8/+7
* cmd/go: support long commands in asm and cgoDaniel Martí2022-09-011-2/+1
* cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le2022-08-283-36/+26
* all: use go/parser.SkipObjectResolution in more placesDaniel Martí2022-08-231-2/+2
* cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall2022-07-201-5/+18
* cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal2022-06-251-1/+1
* cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor2022-06-221-0/+10
* cmd/cgo: dont override declared struct typekkHAIKE2022-06-221-0/+5
* cmd/cgo: remove -fsanitize=hwaddress hardware tagsIan Lance Taylor2022-06-131-8/+29
* cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1Dmitri Goutnik2022-06-091-0/+2
* cmd/cgo: allow DW_TAG_variable's with no nameAlex Brachet2022-05-201-1/+16
* all: fix spellingJohn Bampton2022-05-171-1/+1
* cmd/cgo: add line info for return statementsPatrick Pokatilo2022-05-081-1/+2
* all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox2022-05-021-3/+3
|\
| * [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox2022-04-291-3/+3
* | all: use os/exec instead of internal/execabsRuss Cox2022-05-022-2/+2
* | cmd/cgo: configure cgo tool for loong64Xiaodong Liu2022-05-022-0/+4
|/
* all: gofmt main repoRuss Cox2022-04-112-18/+28
* cmd/go: cgo export header to be compatible with MSVC complex typesqmuntal2022-04-081-11/+31
* cmd/cgo: retain original file paths in godefs generated commentTobias Klauser2022-04-032-3/+7
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* cmd/cgo: use size_t instead of __SIZE_TYPE__qmuntal2022-03-311-14/+15
* cmd/go: add comments to C.* special functionsqmuntal2022-03-311-0/+15
* cmd: move internal/str back to cmd/goRuss Cox2021-10-271-2/+2
* cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18"Matthew Dempsky2021-10-082-4/+4
* cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky2021-10-074-3/+44
* cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur2021-09-222-0/+74
* cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor2021-09-161-0/+25