summaryrefslogtreecommitdiff
path: root/src/runtime/mgcstack.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall2020-08-251-2/+0
* runtime: scan stacks conservatively at async safe pointsAustin Clements2019-11-021-26/+50
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-261-1/+1
* cmd/compile,runtime: implement stack objectsKeith Randall2018-10-031-0/+330