aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgocheck.go
AgeCommit message (Expand)Author
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-10internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-03-20all: gofmtDamien Neil
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2022-08-16runtime: redo heap bitmapKeith Randall
2022-08-09Revert "runtime: redo heap bitmap"Keith Randall
2022-08-08runtime: redo heap bitmapKeith Randall
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
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