summaryrefslogtreecommitdiff
path: root/misc/cgo/errors/ptr_test.go
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo: move easy tests to cmd/cgo/internalAustin Clements2023-05-121-656/+0
* runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall2023-02-161-19/+43
* all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-051-5/+4
* cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr2019-07-091-0/+9
* misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills2019-06-271-35/+35
* misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills2019-06-261-0/+3
* misc/cgo/errors: limit number of parallel executionsIan Lance Taylor2019-05-311-11/+14
* misc/cgo/errors: remove debugging printlnIan Lance Taylor2019-05-301-1/+0
* misc/cgo/errors: consolidate test workRuss Cox2019-05-211-220/+262
* misc/cgo/errors: fix tests in module modeBryan C. Mills2019-02-221-2/+7
* runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor2019-01-041-13/+20
* cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor2018-11-011-0/+49
* runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor2018-01-151-0/+8
* misc/cgo/errors: port test.bash to GoBryan C. Mills2017-09-131-0/+508