aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mfinal.go
AgeCommit message (Expand)Author
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-03-20runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC)Russ Cox
2015-03-10runtime: remove runtime frames from stacks in tracesDmitry Vyukov
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-11runtime: never show system goroutines in tracebackDmitry Vyukov
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2015-01-27runtime: fix crash during heapdumpDmitry Vyukov
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox