| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/cgo: add -srcdir option | Ian Lance Taylor | 2016-10-30 | 1 | -0/+3 |
| * | cmd/cgo: document C.malloc behavior | Russ Cox | 2016-10-24 | 1 | -0/+7 |
| * | cmd/dist, cmd/go: add environment variable override for pkg-config | Boris Nagaev | 2016-10-03 | 1 | -0/+2 |
| * | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 1 | -5/+3 |
| * | cmd/cgo: add C.CBytes | James Bardin | 2016-03-16 | 1 | -0/+7 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | cmd/go, go/build: add support for Fortran | kortschak | 2016-02-24 | 1 | -9/+11 |
| * | all: use cannot instead of can not | Josh Bleecher Snyder | 2016-02-21 | 1 | -1/+1 |
| * | cmd/cgo: support multiple-value special form in VarDecl | Matthew Dempsky | 2016-02-18 | 1 | -1/+2 |
| * | cmd/cgo: document C.sizeof_T and zero-sized field restriction | Ian Lance Taylor | 2016-01-12 | 1 | -0/+8 |
| * | cmd/cgo: fix C.complexfloat and C.complexdouble | Matthew Dempsky | 2015-11-25 | 1 | -1/+2 |
| * | cmd/cgo: final docs for pointer passing | Ian Lance Taylor | 2015-11-20 | 1 | -13/+17 |
| * | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor | 2015-11-10 | 1 | -0/+45 |
| * | cmd/cgo: clarify C.GoStringN and C.GoBytes docs | Shenghou Ma | 2015-10-23 | 1 | -2/+2 |
| * | cmd/cgo: give __uint128_t type [16]uint8 | David Crawshaw | 2015-10-19 | 1 | -0/+1 |
| * | cmd/cgo: update docs refering to 6g and 6l | Shenghou Ma | 2015-10-06 | 1 | -44/+40 |
| * | cmd/cgo: document how CGO_ENABLED works today | Ian Lance Taylor | 2015-07-26 | 1 | -11/+13 |
| * | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -2/+2 |
| * | runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall | Alex Brainman | 2015-06-19 | 1 | -2/+2 |
| * | cmd/cgo: static variables in the preamble may not be referenced | Ian Lance Taylor | 2015-06-19 | 1 | -0/+7 |
| * | doc: clarify duplicate symbol condition in cgo | Andrey Petrov | 2015-06-19 | 1 | -2/+4 |
| * | cmd/cgo: add -exportheader option | Ian Lance Taylor | 2015-05-07 | 1 | -0/+4 |
| * | cmd/cgo: readability improvements to generated _cgo_export.h | Ian Lance Taylor | 2015-05-06 | 1 | -0/+3 |
| * | runtime: initialize shared library at library-load time | Srdjan Petrovic | 2015-04-03 | 1 | -1/+4 |
| * | cmd/cgo: remove obsolete -cdefs flag | Matthew Dempsky | 2015-01-07 | 1 | -4/+0 |
| * | cmd/cgo: update code and docs to reflect post-6c world | Matthew Dempsky | 2015-01-07 | 1 | -90/+84 |
| * | go/build: add variable expansion to cgo lines | Carlos Castillo | 2014-12-23 | 1 | -0/+12 |
| * | cmd/cgo: tweak doc to not show example of passing Go pointer | Ian Lance Taylor | 2014-11-10 | 1 | -1/+1 |
| * | cmd/cgo: document the cgo types also follow Go name space rules. | Shenghou Ma | 2014-05-31 | 1 | -0/+5 |
| * | cmd/cgo: explicitly state that #cgo directives across multiple files are conc... | Pietro Gagliardi | 2014-05-21 | 1 | -0/+8 |
| * | cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET | Elias Naur | 2014-05-20 | 1 | -0/+12 |
| * | cmd/cgo: omit misaligned struct fields, like we omit bitfields | Russ Cox | 2014-05-12 | 1 | -0/+3 |
| * | cmd/cgo: use __typeof__, -w instead of typeof, -Wno-all | Russ Cox | 2013-10-22 | 1 | -8/+8 |
| * | cmd/cgo: stop using compiler error message text to analyze C names | Russ Cox | 2013-10-18 | 1 | -23/+24 |
| * | cmd/cgo: update #cgo docs to reflect reality | Russ Cox | 2013-09-23 | 1 | -3/+5 |
| * | cmd/cgo: rearrange and update documentation | Ian Lance Taylor | 2013-09-17 | 1 | -29/+49 |
| * | cmd/cgo: remove inaccurate comment | Ian Lance Taylor | 2013-09-16 | 1 | -2/+0 |
| * | cmd/cgo: document command line options | Ian Lance Taylor | 2013-09-03 | 1 | -2/+39 |
| * | cmd/cgo: Add support for C function pointers | Alberto García Hierro | 2013-08-13 | 1 | -0/+27 |
| * | cmd/cgo: clarify the underscore prefix rule and C union representation in Go. | Shenghou Ma | 2013-07-12 | 1 | -1/+4 |
| * | cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991. | Shenghou Ma | 2013-06-09 | 1 | -1/+1 |
| * | cmd/cgo, cmd/go, go/build: sort flag lists | Russ Cox | 2013-06-05 | 1 | -2/+2 |
| * | cmd/go: Add support for including C++ files in packages | Alberto García Hierro | 2013-05-31 | 1 | -3/+3 |
| * | cmd/cgo: correct pragma name in comment | Ian Lance Taylor | 2013-05-01 | 1 | -3/+3 |
| * | cmd/cgo: fix the cgo example on multiple assignment context. | Miki Tebeka | 2013-03-21 | 1 | -1/+1 |
| * | cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamic | Russ Cox | 2013-03-06 | 1 | -3/+11 |
| * | cmd/cgo, cmd/ld: new cgo object file section | Russ Cox | 2013-03-01 | 1 | -18/+17 |
| * | cgo: fix reference to puts in implementation comment. | Robin Eklind | 2013-02-28 | 1 | -1/+1 |
| * | cmd/cgo: extend implementation comment | Russ Cox | 2013-02-28 | 1 | -0/+226 |
| * | cmd/cgo: add implementation comment | Russ Cox | 2013-02-27 | 1 | -0/+263 |