index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
errors
/
ptr.go
Age
Commit message (
Expand
)
Author
2017-09-13
misc/cgo/errors: port test.bash to Go
Bryan C. Mills
2017-08-08
misc/cgo/errors: update ptr.go comment
Ian Lance Taylor
2017-08-05
runtime: mark activeModules nosplit/nowritebarrier
Ian Lance Taylor
2016-11-15
cmd/cgo: run cgo pointer checks for pointer to union
Ian Lance Taylor
2016-06-03
cmd/cgo: check pointers for deferred C calls at the right time
Ian Lance Taylor
2016-05-18
runtime: check only up to ptrdata bytes for pointers
Ian Lance Taylor
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-02-27
cmd/cgo: recognize known C typedefs as types
Ian Lance Taylor
2016-01-27
runtime: handle kindString in cgoCheckArg
Ian Lance Taylor
2016-01-08
cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks
Ian Lance Taylor
2015-11-19
cmd/cgo, runtime: exported Go functions can't return a Go pointer
Ian Lance Taylor
2015-11-16
runtime: add optional expensive check for invalid cgo pointer passing
Ian Lance Taylor
2015-11-10
cmd/cgo, runtime: add checks for passing pointers from Go to C
Ian Lance Taylor