aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors
AgeCommit message (Expand)Author
2021-06-17[dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky
2021-06-05misc/cgo/errors: use expected column numbersIan Lance Taylor
2021-04-05cmd/cgo: pass end position info for C function arguments.wolf1996
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2020-11-12cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-07-09cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr
2019-06-27misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills
2019-06-26misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills
2019-05-31misc/cgo/errors: limit number of parallel executionsIan Lance Taylor
2019-05-30misc/cgo/errors: remove debugging printlnIan Lance Taylor
2019-05-21misc/cgo/errors: consolidate test workRuss Cox
2019-02-22misc/cgo/errors: fix tests in module modeBryan C. Mills
2019-01-04runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor
2018-12-12cmd/cgo: set correct column for user-written codeIan Lance Taylor
2018-12-05cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka
2018-12-03cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor
2018-11-01cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-09-14misc/cgo/errors: don't pass -C to compilerIan Lance Taylor
2017-09-14misc/cgo/errors: test that the Go rune type is not identical to C.intBryan C. Mills
2017-09-14misc/cgo/errors: fix erroneous regexp detectionBryan C. Mills
2017-09-13misc/cgo/errors: port test.bash to GoBryan C. Mills
2017-08-14cmd/cgo: use first error position instead of last oneHiroshi Ioka
2017-08-08misc/cgo/errors: update ptr.go commentIan Lance Taylor
2017-08-05runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor
2017-06-03cmd/cgo: show pos info in undefined name errorsAlberto Donizetti
2017-04-18cmd/cgo: reject references to builtin functions other than callsAlexander Menzhinsky
2017-03-09cmd/compile: print columns (not just lines) in error messagesRobert Griesemer
2016-11-15cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor
2016-10-25misc/cgo/errors: fix malloc test for dragonflyIan Lance Taylor
2016-10-25cmd/cgo: throw if C.malloc returns nilIan Lance Taylor
2016-10-19cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor
2016-06-21cmd/cgo: error, not panic, if not enough arguments to functionqeed
2016-06-09cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor
2016-06-03cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor
2016-05-27cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor
2016-05-18runtime: check only up to ptrdata bytes for pointersIan Lance Taylor
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-02-27cmd/cgo: recognize known C typedefs as typesIan Lance Taylor
2016-01-27runtime: handle kindString in cgoCheckArgIan Lance Taylor
2016-01-08cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor
2015-12-16cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma
2015-12-02cmd/cgo: error, not panic, if not enough arguments to functionIan Lance Taylor
2015-11-25cmd/cgo: handle another Clang DWARF quirkMatthew Dempsky
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor