Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/cgo: run cgo pointer checks for pointer to union | Ian Lance Taylor | 2016-11-15 | 1 | -0/+21 |
* | cmd/cgo: check pointers for deferred C calls at the right time | Ian Lance Taylor | 2016-06-03 | 1 | -0/+8 |
* | runtime: check only up to ptrdata bytes for pointers | Ian Lance Taylor | 2016-05-18 | 1 | -0/+24 |
* | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
* | cmd/cgo: recognize known C typedefs as types | Ian Lance Taylor | 2016-02-27 | 1 | -0/+10 |
* | runtime: handle kindString in cgoCheckArg | Ian Lance Taylor | 2016-01-27 | 1 | -14/+90 |
* | cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks | Ian Lance Taylor | 2016-01-08 | 1 | -0/+10 |
* | cmd/cgo, runtime: exported Go functions can't return a Go pointer | Ian Lance Taylor | 2015-11-19 | 1 | -0/+18 |
* | runtime: add optional expensive check for invalid cgo pointer passing | Ian Lance Taylor | 2015-11-16 | 1 | -24/+166 |
* | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor | 2015-11-10 | 1 | -0/+267 |