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
/
HACKING.md
Age
Commit message (
Expand
)
Author
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-06-13
runtime: add HACKING section on nosplit functions
Austin Clements
2022-05-17
runtime: fix code span element
John Bampton
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2020-09-25
runtime: update go:notinheap documentation
Austin Clements
2018-11-30
runtime: fix heap pointer invariant rules in HACKING.md
Michael Anthony Knyszek
2018-07-11
runtime: document philosophy behind runtime atomic usage
Austin Clements
2017-06-28
runtime: make rwmutex work on Ms instead of Gs
Austin Clements
2017-04-13
runtime: generalize {alloc,free}Stack to {alloc,free}Manual
Austin Clements
2017-01-06
runtime: expand HACKING.md
Austin Clements
2016-10-28
runtime: document rules about unmanaged memory
Austin Clements
2016-10-15
cmd/compile: add go:notinheap type pragma
Austin Clements
2016-10-15
cmd/compile, runtime: add go:yeswritebarrierrec pragma
Austin Clements