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_test.go
Age
Commit message (
Expand
)
Author
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2019-07-09
cmd/cgo: fix check for conversion of ptr to struct field
Gernot Vormayr
2019-06-27
misc/cgo/errors: align code snippets in ptr_test.go
Bryan C. Mills
2019-06-26
misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on
Bryan C. Mills
2019-05-31
misc/cgo/errors: limit number of parallel executions
Ian Lance Taylor
2019-05-30
misc/cgo/errors: remove debugging println
Ian Lance Taylor
2019-05-21
misc/cgo/errors: consolidate test work
Russ Cox
2019-02-22
misc/cgo/errors: fix tests in module mode
Bryan C. Mills
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2018-11-01
cmd/cgo: rewrite pointer checking to use more function literals
Ian Lance Taylor
2018-01-15
runtime: don't issue cgocheck error for timer bucket source pointer
Ian Lance Taylor
2017-09-13
misc/cgo/errors: port test.bash to Go
Bryan C. Mills