summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor2016-12-011-18/+33
* cmd/cgo: ignore top-level qualifiers in function args/resultsIan Lance Taylor2016-11-171-2/+15
* cmd/cgo: add missing period in commentIan Lance Taylor2016-11-151-1/+1
* cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor2016-11-151-0/+56
* cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor2016-11-112-24/+10
* cmd/cgo: delete unused variable in log statementJosh Bleecher Snyder2016-11-091-1/+1
* cmd/cgo: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+4
* cmd/cgo: add #line directives to avoid printing bogus references to Go source...Russ Cox2016-11-033-0/+15
* cmd/cgo: only record typedef name for pointer to structIan Lance Taylor2016-11-011-3/+6
* cmd/cgo: add -srcdir optionIan Lance Taylor2016-10-302-0/+10
* cmd/cgo: throw if C.malloc returns nilIan Lance Taylor2016-10-251-0/+6
* cmd/cgo: document C.malloc behaviorRuss Cox2016-10-241-0/+7
* cmd/cgo: preserve original call arguments when pointer checkingIan Lance Taylor2016-10-211-8/+5
* cmd/cgo: correct comment on Package.rewriteCallIan Lance Taylor2016-10-201-2/+4
* cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor2016-10-192-84/+93
* cmd/cgo: use alias for unsafe rather than separate functionsIan Lance Taylor2016-10-133-119/+95
* cmd/compile, cmd/cgo: align complex{64,128} like GCCMatthew Dempsky2016-10-052-3/+3
* cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev2016-10-031-0/+2
* cmd/cgo: fix line info in _cgo_gotypes.goDmitry Vyukov2016-09-251-2/+17
* cmd/cgo: error, not panic, if not enough arguments to functionqeed2016-06-211-5/+7
* cmd/cgo: fix use of unsafe argument in new deferred functionIan Lance Taylor2016-06-093-9/+32
* cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor2016-06-091-1/+1
* cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor2016-06-033-20/+107
* runtime/cgo: add TSAN acquire/release callsIan Lance Taylor2016-05-311-0/+3
* cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor2016-05-271-2/+10
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-251-8/+61
* cmd/cgo: mark stub functions as no_sanitize_threadIan Lance Taylor2016-05-191-1/+7
* cmd/cgo: remove //extern for check functions in gccgo Go prologueIan Lance Taylor2016-05-111-2/+0
* cmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64Cherry Zhang2016-05-061-0/+2
* cmd/cgo: an approach to tsan that works with gccMichael Hudson-Doyle2016-05-032-7/+12
* cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statement cleanIan Lance Taylor2016-05-021-5/+15
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-292-18/+20
* cmd/cgo: add missing formatting directive in error messageIan Lance Taylor2016-04-151-1/+1
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-5/+5
* cmd/cgo: fix cgo with gccgoMichael Hudson-Doyle2016-04-081-1/+1
* cmd/cgo: increase s390x int type size to 8 bytesMichael Munday2016-04-081-1/+1
* all: delete dead non-test codeDominik Honnef2016-03-251-2/+1
* cmd/cgo: add C.CBytesJames Bardin2016-03-162-0/+25
* all: single space after period.Brad Fitzpatrick2016-03-025-44/+44
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-017-7/+7
* Merge branch 'dev.ssa' into mergebranchKeith Randall2016-03-011-0/+1
|\
| * [dev.ssa] cmd/compile: Make PPARAMOUT variables SSAableKeith Randall2016-03-011-0/+1
* | cmd/cgo: add hooks for thread sanitizerIan Lance Taylor2016-02-281-2/+58
|/
* cmd/cgo: recognize known C typedefs as typesIan Lance Taylor2016-02-271-4/+7
* cmd/go, go/build: add support for Fortrankortschak2016-02-241-9/+11
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-212-3/+3
* cmd/cgo: do not use gcc -xc - to compile standard inputRuss Cox2016-02-191-0/+47
* cmd/cgo: support multiple-value special form in VarDeclMatthew Dempsky2016-02-182-2/+7
* cmd/cgo: document C.sizeof_T and zero-sized field restrictionIan Lance Taylor2016-01-121-0/+8
* cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor2016-01-081-4/+52