| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/cgo: fix unused parameter warnings in generated _cgo_main.c | Hans | 2021-08-16 | 1 | -4/+4 |
| * | cmd: support space and quotes in CC and CXX | Jay Conrod | 2021-08-16 | 2 | -17/+37 |
| * | cmd/cgo: fix 'see gmp.go' to 'see doc.go' | Koichi Shiraishi | 2021-06-28 | 1 | -1/+1 |
| * | cmd/link, cmd/cgo: support -flto in CFLAGS | Ian Lance Taylor | 2021-06-01 | 2 | -3/+15 |
| * | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox | 2021-04-16 | 1 | -2/+4 |
| * | cmd/cgo: document generated cgo directives | Austin Clements | 2021-04-13 | 1 | -2/+16 |
| * | cmd/cgo: throw if C.malloc returns NULL in C.CString or C.CBytes | Tobias Klauser | 2021-04-12 | 1 | -1/+6 |
| * | cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function body | Tobias Klauser | 2021-04-12 | 1 | -6/+6 |
| * | runtime/cgo: add Handle for managing (c)go pointers | Changkun Ou | 2021-04-06 | 1 | -0/+3 |
| * | cmd/cgo: pass end position info for C function arguments. | wolf1996 | 2021-04-05 | 1 | -9/+25 |
| * | cmd/cgo: check whether C compiler exists | Andrey Bokhanko | 2021-03-17 | 1 | -0/+9 |
| * | cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCC | YunQiang Su | 2021-02-24 | 2 | -3/+13 |
| * | all: introduce and use internal/execabs | Roland Shoemaker | 2021-01-21 | 2 | -2/+2 |
| * | cmd/cgo: report exec errors a bit more clearly | Russ Cox | 2021-01-21 | 1 | -2/+2 |
| * | cmd/dist, cmd/go: pass -arch for C compilation on Darwin | Cherry Zhang | 2021-01-14 | 1 | -0/+7 |
| * | cmd/cgo: remove unnecessary space in cgo export header | Quim Muntal | 2021-01-14 | 1 | -2/+2 |
| * | cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3 | Ian Lance Taylor | 2020-11-20 | 1 | -10/+13 |
| * | cmd/cgo: fix initialization of empty argument types | Austin Clements | 2020-11-13 | 1 | -1/+9 |
| * | cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag | Ian Lance Taylor | 2020-11-12 | 1 | -0/+23 |
| * | cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs | Michael Matloob | 2020-10-31 | 3 | -14/+19 |
| * | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 2 | -109/+55 |
| * | cmd/cgo: avoid exporting all symbols on windows buildmode=c-shared | Quim Muntal | 2020-10-22 | 1 | -1/+5 |
| * | cmd/cgo: add more architectures to size maps | Ian Lance Taylor | 2020-10-08 | 1 | -0/+16 |
| * | cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpath | Ian Lance Taylor | 2020-10-05 | 2 | -105/+16 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -2/+2 |
| * | cmd/cgo: use go:notinheap for anonymous structs | Keith Randall | 2020-09-16 | 3 | -1/+20 |
| * | cmd/cgo: don't translate bitfields into Go fields | Ian Lance Taylor | 2020-09-16 | 1 | -15/+5 |
| * | cmd/cgo: document #include <> search path behaviour | KJ Tsanaktsidis | 2020-09-01 | 1 | -0/+7 |
| * | cmd/cgo: ensure GCC does not use ANSI escape sequences in errors | Benjamin Barenblat | 2020-08-27 | 1 | -7/+21 |
| * | cmd/cgo: close file | alex-semenyuk | 2020-08-18 | 1 | -0/+1 |
| * | cmd/cgo: fix mangling of enum and union types | Matthew Dempsky | 2020-07-31 | 1 | -1/+3 |
| * | cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used | Matthew Dempsky | 2020-06-26 | 1 | -0/+5 |
| * | cmd/cgo: in -godefs mode, don't change constant to type | Ian Lance Taylor | 2020-06-11 | 1 | -1/+1 |
| * | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda | 2020-06-08 | 1 | -1/+1 |
| * | cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go | Elias Naur | 2020-05-31 | 2 | -6/+11 |
| * | cmd/cgo: "not-type" means "is not a type", not "is a type" | Matthew Dempsky | 2020-05-01 | 1 | -1/+1 |
| * | cmd/cgo: use type aliases for #define type macros | Matthew Dempsky | 2020-05-01 | 1 | -6/+9 |
| * | cmd/cgo: use consistent tag for a particular struct | Ian Lance Taylor | 2020-04-14 | 1 | -2/+10 |
| * | cmd/cgo: fix parameter name in godoc comment for badPointerTypedef | Tobias Klauser | 2020-04-13 | 1 | -2/+3 |
| * | cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent name | Tobias Klauser | 2020-03-30 | 1 | -3/+16 |
| * | cmd/cgo: always produce a parameter name for C code | Ian Lance Taylor | 2020-03-10 | 1 | -0/+4 |
| * | cmd/cgo: updated exported function parameter names | Nathan Fiscaletti | 2020-03-10 | 1 | -7/+26 |
| * | cmd/cgo: avoid extra newline in doc comment of exported function | Nathan Fiscaletti | 2020-03-07 | 1 | -1/+4 |
| * | cmd/cgo: better handling for '.' in pkgpath for gccgo | Than McIntosh | 2019-11-19 | 1 | -1/+3 |
| * | go/build: recognize '.sx' as equivalent of '.S' | Umang Parmar | 2019-10-20 | 1 | -1/+1 |
| * | cmd/go: allow passing -U flag in cgo CFLAGS | Umang Parmar | 2019-10-20 | 1 | -1/+1 |
| * | cmd/cgo: build unique C type cache keys from parent names | Tai | 2019-10-05 | 1 | -4/+11 |
| * | cmd/cgo: optimize cgoCheckPointer call | Egon Elbre | 2019-10-02 | 2 | -9/+9 |
| * | cmd/cgo: do not rewrite call if there are more args than parameters | Ian Lance Taylor | 2019-07-12 | 1 | -3/+3 |
| * | cmd/cgo: fix check for conversion of ptr to struct field | Gernot Vormayr | 2019-07-09 | 1 | -0/+2 |