| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/cgo: fix cgo checking when fetching errno value | Ian Lance Taylor | 2016-12-01 | 1 | -18/+33 |
| * | cmd/cgo: ignore top-level qualifiers in function args/results | Ian Lance Taylor | 2016-11-17 | 1 | -2/+15 |
| * | cmd/cgo: add missing period in comment | Ian Lance Taylor | 2016-11-15 | 1 | -1/+1 |
| * | cmd/cgo: run cgo pointer checks for pointer to union | Ian Lance Taylor | 2016-11-15 | 1 | -0/+56 |
| * | cmd/cgo: don't ignore qualifiers, don't cast to void* | Ian Lance Taylor | 2016-11-11 | 2 | -24/+10 |
| * | cmd/cgo: delete unused variable in log statement | Josh Bleecher Snyder | 2016-11-09 | 1 | -1/+1 |
| * | cmd/cgo: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+4 |
| * | cmd/cgo: add #line directives to avoid printing bogus references to Go source... | Russ Cox | 2016-11-03 | 3 | -0/+15 |
| * | cmd/cgo: only record typedef name for pointer to struct | Ian Lance Taylor | 2016-11-01 | 1 | -3/+6 |
| * | cmd/cgo: add -srcdir option | Ian Lance Taylor | 2016-10-30 | 2 | -0/+10 |
| * | cmd/cgo: throw if C.malloc returns nil | Ian Lance Taylor | 2016-10-25 | 1 | -0/+6 |
| * | cmd/cgo: document C.malloc behavior | Russ Cox | 2016-10-24 | 1 | -0/+7 |
| * | cmd/cgo: preserve original call arguments when pointer checking | Ian Lance Taylor | 2016-10-21 | 1 | -8/+5 |
| * | cmd/cgo: correct comment on Package.rewriteCall | Ian Lance Taylor | 2016-10-20 | 1 | -2/+4 |
| * | cmd/cgo: always use a function literal for pointer checking | Ian Lance Taylor | 2016-10-19 | 2 | -84/+93 |
| * | cmd/cgo: use alias for unsafe rather than separate functions | Ian Lance Taylor | 2016-10-13 | 3 | -119/+95 |
| * | cmd/compile, cmd/cgo: align complex{64,128} like GCC | Matthew Dempsky | 2016-10-05 | 2 | -3/+3 |
| * | cmd/dist, cmd/go: add environment variable override for pkg-config | Boris Nagaev | 2016-10-03 | 1 | -0/+2 |
| * | cmd/cgo: fix line info in _cgo_gotypes.go | Dmitry Vyukov | 2016-09-25 | 1 | -2/+17 |
| * | cmd/cgo: error, not panic, if not enough arguments to function | qeed | 2016-06-21 | 1 | -5/+7 |
| * | cmd/cgo: fix use of unsafe argument in new deferred function | Ian Lance Taylor | 2016-06-09 | 3 | -9/+32 |
| * | cmd/cgo: use function arg type for _cgoCheckPointerN function | Ian Lance Taylor | 2016-06-09 | 1 | -1/+1 |
| * | cmd/cgo: check pointers for deferred C calls at the right time | Ian Lance Taylor | 2016-06-03 | 3 | -20/+107 |
| * | runtime/cgo: add TSAN acquire/release calls | Ian Lance Taylor | 2016-05-31 | 1 | -0/+3 |
| * | cmd/cgo: remove -O options when generating compiler errors | Ian Lance Taylor | 2016-05-27 | 1 | -2/+10 |
| * | cmd/cgo, runtime, runtime/cgo: TSAN support for malloc | Ian Lance Taylor | 2016-05-25 | 1 | -8/+61 |
| * | cmd/cgo: mark stub functions as no_sanitize_thread | Ian Lance Taylor | 2016-05-19 | 1 | -1/+7 |
| * | cmd/cgo: remove //extern for check functions in gccgo Go prologue | Ian Lance Taylor | 2016-05-11 | 1 | -2/+0 |
| * | cmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64 | Cherry Zhang | 2016-05-06 | 1 | -0/+2 |
| * | cmd/cgo: an approach to tsan that works with gcc | Michael Hudson-Doyle | 2016-05-03 | 2 | -7/+12 |
| * | cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statement clean | Ian Lance Taylor | 2016-05-02 | 1 | -5/+15 |
| * | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 2 | -18/+20 |
| * | cmd/cgo: add missing formatting directive in error message | Ian Lance Taylor | 2016-04-15 | 1 | -1/+1 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -5/+5 |
| * | cmd/cgo: fix cgo with gccgo | Michael Hudson-Doyle | 2016-04-08 | 1 | -1/+1 |
| * | cmd/cgo: increase s390x int type size to 8 bytes | Michael Munday | 2016-04-08 | 1 | -1/+1 |
| * | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -2/+1 |
| * | cmd/cgo: add C.CBytes | James Bardin | 2016-03-16 | 2 | -0/+25 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 5 | -44/+44 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 7 | -7/+7 |
| * | Merge branch 'dev.ssa' into mergebranch | Keith Randall | 2016-03-01 | 1 | -0/+1 |
| |\ |
|
| | * | [dev.ssa] cmd/compile: Make PPARAMOUT variables SSAable | Keith Randall | 2016-03-01 | 1 | -0/+1 |
| * | | cmd/cgo: add hooks for thread sanitizer | Ian Lance Taylor | 2016-02-28 | 1 | -2/+58 |
| |/ |
|
| * | cmd/cgo: recognize known C typedefs as types | Ian Lance Taylor | 2016-02-27 | 1 | -4/+7 |
| * | 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 | 2 | -3/+3 |
| * | cmd/cgo: do not use gcc -xc - to compile standard input | Russ Cox | 2016-02-19 | 1 | -0/+47 |
| * | cmd/cgo: support multiple-value special form in VarDecl | Matthew Dempsky | 2016-02-18 | 2 | -2/+7 |
| * | cmd/cgo: document C.sizeof_T and zero-sized field restriction | Ian Lance Taylor | 2016-01-12 | 1 | -0/+8 |
| * | cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks | Ian Lance Taylor | 2016-01-08 | 1 | -4/+52 |