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
/
src
/
runtime
/
cgocheck.go
Age
Commit message (
Expand
)
Author
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-05-10
internal/reflectlite, runtime: move more constants and types into internal/abi
David Chase
2023-05-10
internal/abi: common up ArrayType
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-03-20
all: gofmt
Damien Neil
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2020-04-08
cmd/compile,runtime: pass only ptr and len to some runtime calls
Josh Bleecher Snyder
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-03-08
runtime: make throw safer to call
Austin Clements
2018-02-15
runtime: use spanOf* more widely
Austin Clements
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-04-13
runtime: rename _MSpanStack -> _MSpanManual
Austin Clements
2016-11-01
runtime: access modules via a slice
David Crawshaw
2016-10-25
runtime: consolidate h_spans and mheap_.spans
Austin Clements
2016-05-18
runtime: check only up to ptrdata bytes for pointers
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-13
runtime: remove debugging print in cgoCheckTypedBlock
Ian Lance Taylor
2015-11-16
runtime: add optional expensive check for invalid cgo pointer passing
Ian Lance Taylor