summaryrefslogtreecommitdiff
path: root/misc/cgo/errors/ptr.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor2016-11-151-0/+21
* cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor2016-06-031-0/+8
* 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-021-1/+1
* 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, 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-101-0/+267