aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors/ptr_test.go
AgeCommit message (Expand)Author
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
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-11-01cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2017-09-13misc/cgo/errors: port test.bash to GoBryan C. Mills