summaryrefslogtreecommitdiff
path: root/misc/cgo/errors
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor2019-07-122-0/+18
* cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr2019-07-091-0/+9
* misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills2019-06-271-35/+35
* misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills2019-06-261-0/+3
* misc/cgo/errors: limit number of parallel executionsIan Lance Taylor2019-05-311-11/+14
* misc/cgo/errors: remove debugging printlnIan Lance Taylor2019-05-301-1/+0
* misc/cgo/errors: consolidate test workRuss Cox2019-05-2115-418/+356
* misc/cgo/errors: fix tests in module modeBryan C. Mills2019-02-2225-3/+8
* runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor2019-01-041-13/+20
* cmd/cgo: set correct column for user-written codeIan Lance Taylor2018-12-122-0/+18
* cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka2018-12-052-0/+30
* cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor2018-12-032-1/+32
* cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor2018-11-011-0/+49
* cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox2018-02-071-1/+1
* runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor2018-01-151-0/+8
* cmd/compile: record original and absolute file names for line directivesgriesemer2017-11-131-1/+1
* misc/cgo/errors: don't pass -C to compilerIan Lance Taylor2017-09-141-1/+1
* misc/cgo/errors: test that the Go rune type is not identical to C.intBryan C. Mills2017-09-142-0/+16
* misc/cgo/errors: fix erroneous regexp detectionBryan C. Mills2017-09-141-12/+21
* misc/cgo/errors: port test.bash to GoBryan C. Mills2017-09-1323-241/+254
* cmd/cgo: use first error position instead of last oneHiroshi Ioka2017-08-142-0/+18
* misc/cgo/errors: update ptr.go commentIan Lance Taylor2017-08-081-1/+1
* runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor2017-08-051-0/+8
* cmd/cgo: show pos info in undefined name errorsAlberto Donizetti2017-06-032-0/+19
* cmd/cgo: reject references to builtin functions other than callsAlexander Menzhinsky2017-04-182-0/+8
* cmd/compile: print columns (not just lines) in error messagesRobert Griesemer2017-03-091-1/+1
* cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor2016-11-151-0/+21
* misc/cgo/errors: fix malloc test for dragonflyIan Lance Taylor2016-10-252-2/+13
* cmd/cgo: throw if C.malloc returns nilIan Lance Taylor2016-10-252-0/+33
* cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor2016-10-192-0/+18
* cmd/cgo: error, not panic, if not enough arguments to functionqeed2016-06-212-0/+13
* cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor2016-06-092-3/+30
* cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor2016-06-031-0/+8
* cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor2016-05-272-0/+30
* runtime: check only up to ptrdata bytes for pointersIan Lance Taylor2016-05-181-0/+24
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-0211-11/+11
* cmd/cgo: recognize known C typedefs as typesIan Lance Taylor2016-02-271-0/+10
* runtime: handle kindString in cgoCheckArgIan Lance Taylor2016-01-271-14/+90
* cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor2016-01-081-0/+10
* cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma2015-12-162-6/+33
* cmd/cgo: error, not panic, if not enough arguments to functionIan Lance Taylor2015-12-022-0/+13
* cmd/cgo: handle another Clang DWARF quirkMatthew Dempsky2015-11-252-2/+23
* cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor2015-11-191-0/+18
* runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor2015-11-161-24/+166
* cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor2015-11-102-0/+271
* cmd/cgo: fix panic on references to non-existing C typesDidier Spezia2015-10-053-0/+32
* build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick2015-03-031-0/+2
* cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky2014-08-142-0/+18
* cmd/cgo: make C function pointers non-assignableMatthew Dempsky2014-08-122-0/+15
* cmd/cgo: enforce typing of 0-sized typesDaniel Morsing2014-03-272-0/+19