aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/HACKING.md
AgeCommit message (Expand)Author
2020-09-25runtime: update go:notinheap documentationAustin Clements
2018-11-30runtime: fix heap pointer invariant rules in HACKING.mdMichael Anthony Knyszek
2018-07-11runtime: document philosophy behind runtime atomic usageAustin Clements
2017-06-28runtime: make rwmutex work on Ms instead of GsAustin Clements
2017-04-13runtime: generalize {alloc,free}Stack to {alloc,free}ManualAustin Clements
2017-01-06runtime: expand HACKING.mdAustin Clements
2016-10-28runtime: document rules about unmanaged memoryAustin Clements
2016-10-15cmd/compile: add go:notinheap type pragmaAustin Clements
2016-10-15cmd/compile, runtime: add go:yeswritebarrierrec pragmaAustin Clements