aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgocheck.go
AgeCommit message (Expand)Author
2020-04-08cmd/compile,runtime: pass only ptr and len to some runtime callsJosh Bleecher Snyder
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-01-04runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor
2018-09-26runtime: rename _MSpan* constants to mSpan*Austin Clements
2018-03-08runtime: make throw safer to callAustin Clements
2018-02-15runtime: use spanOf* more widelyAustin Clements
2017-10-30runtime: buffered write barrier implementationAustin Clements
2017-04-13runtime: rename _MSpanStack -> _MSpanManualAustin Clements
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-25runtime: consolidate h_spans and mheap_.spansAustin Clements
2016-05-18runtime: check only up to ptrdata bytes for pointersIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-13runtime: remove debugging print in cgoCheckTypedBlockIan Lance Taylor
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor