| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime/cgo: store M for C-created thread in pthread key | Cherry Mui | 2023-05-17 | 9 | -3/+210 |
| * | cmd/cgo: enable test with non-sensible build tag | Austin Clements | 2023-05-15 | 1 | -1/+1 |
| * | cmd/cgo/internal/testcarchive: build on all platforms | Austin Clements | 2023-05-12 | 1 | -0/+5 |
| * | cmd/cgo/internal/testsanitizers: build on all platforms | Austin Clements | 2023-05-12 | 7 | -0/+23 |
| * | cmd/dist: drop host test support | Austin Clements | 2023-05-12 | 6 | -0/+27 |
| * | misc/swig: move tests to cmd/cgo/internal | Austin Clements | 2023-05-12 | 7 | -0/+335 |
| * | misc/cgo: move registerCgoTests tests to cmd/cgo/internal | Austin Clements | 2023-05-12 | 129 | -0/+7946 |
| * | misc/cgo: move easy tests to cmd/cgo/internal | Austin Clements | 2023-05-12 | 248 | -1/+14443 |
| * | cmd/cgo: reject attempts to declare methods on C types | Alan Donovan | 2023-05-02 | 1 | -20/+48 |
| * | cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields | Matthew Dempsky | 2022-11-30 | 3 | -0/+23 |
| * | all: add missing periods in comments | cui fliter | 2022-11-18 | 1 | -1/+1 |
| * | cmd/go: automatically disable cgo on systems with no C compiler | Russ Cox | 2022-11-16 | 1 | -2/+4 |
| * | cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete | Ian Lance Taylor | 2022-10-29 | 4 | -7/+26 |
| * | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox | 2022-10-04 | 2 | -2/+0 |
| * | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh | 2022-09-30 | 2 | -0/+2 |
| * | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser | 2022-09-30 | 2 | -2/+0 |
| * | cmd/cgo: use strings.TrimSuffix | cuiweixie | 2022-09-29 | 1 | -3/+1 |
| * | cmd/cgo: delete unused code | cuiweixie | 2022-09-29 | 1 | -20/+0 |
| * | cmd/cgo: use strings.Contains instead of strings.Index | cuiweixie | 2022-09-29 | 1 | -1/+1 |
| * | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro | 2022-09-27 | 1 | -1/+1 |
| * | cmd/cgo: mention //go:build line in godoc | Tobias Klauser | 2022-09-20 | 1 | -1/+1 |
| * | all: replace package ioutil with os and io in src | Andy Pan | 2022-09-20 | 2 | -5/+3 |
| * | cmd/cgo: use strings.Builder | cuiweixie | 2022-09-08 | 3 | -8/+7 |
| * | cmd/go: support long commands in asm and cgo | Daniel Martà | 2022-09-01 | 1 | -2/+1 |
| * | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Cuong Manh Le | 2022-08-28 | 3 | -36/+26 |
| * | all: use go/parser.SkipObjectResolution in more places | Daniel Martà | 2022-08-23 | 1 | -2/+2 |
| * | cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30 | Keith Randall | 2022-07-20 | 1 | -5/+18 |
| * | cmd/go: prepend builtin prolog when checking for preamble errors | qmuntal | 2022-06-25 | 1 | -1/+1 |
| * | cmd/go, cmd/link: support failure to create _cgo_import.go | Ian Lance Taylor | 2022-06-22 | 1 | -0/+10 |
| * | cmd/cgo: dont override declared struct type | kkHAIKE | 2022-06-22 | 1 | -0/+5 |
| * | cmd/cgo: remove -fsanitize=hwaddress hardware tags | Ian Lance Taylor | 2022-06-13 | 1 | -8/+29 |
| * | cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1 | Dmitri Goutnik | 2022-06-09 | 1 | -0/+2 |
| * | cmd/cgo: allow DW_TAG_variable's with no name | Alex Brachet | 2022-05-20 | 1 | -1/+16 |
| * | all: fix spelling | John Bampton | 2022-05-17 | 1 | -1/+1 |
| * | cmd/cgo: add line info for return statements | Patrick Pokatilo | 2022-05-08 | 1 | -1/+2 |
| * | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox | 2022-05-02 | 1 | -3/+3 |
| |\ |
|
| | * | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox | 2022-04-29 | 1 | -3/+3 |
| * | | all: use os/exec instead of internal/execabs | Russ Cox | 2022-05-02 | 2 | -2/+2 |
| * | | cmd/cgo: configure cgo tool for loong64 | Xiaodong Liu | 2022-05-02 | 2 | -0/+4 |
| |/ |
|
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 2 | -18/+28 |
| * | cmd/go: cgo export header to be compatible with MSVC complex types | qmuntal | 2022-04-08 | 1 | -11/+31 |
| * | cmd/cgo: retain original file paths in godefs generated comment | Tobias Klauser | 2022-04-03 | 2 | -3/+7 |
| * | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 1 | -1/+0 |
| * | cmd/cgo: use size_t instead of __SIZE_TYPE__ | qmuntal | 2022-03-31 | 1 | -14/+15 |
| * | cmd/go: add comments to C.* special functions | qmuntal | 2022-03-31 | 1 | -0/+15 |
| * | cmd: move internal/str back to cmd/go | Russ Cox | 2021-10-27 | 1 | -2/+2 |
| * | cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18" | Matthew Dempsky | 2021-10-08 | 2 | -4/+4 |
| * | cmd/cgo: update to handle ast.IndexListExpr | Matthew Dempsky | 2021-10-07 | 4 | -3/+44 |
| * | cmd/cgo: add go:notinheap annotation to Windows handle types | Elias Naur | 2021-09-22 | 2 | -0/+74 |
| * | cmd/cgo: for godefs, don't let field prefix removal cause duplicates | Ian Lance Taylor | 2021-09-16 | 1 | -0/+25 |