aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2015-05-16runtime: replace GC programs with simpler encoding, faster decoderRuss Cox
2015-05-12cmd/internal/ld, runtime: abort on shared library ABI mismatchMichael Hudson-Doyle
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-05-07runtime: check consistency of all module data objectsMichael Hudson-Doyle
2015-04-15cmd/6l: call runtime.addmoduledata from .init_arrayMichael Hudson-Doyle
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-04-08runtime, cmd/internal/ld: initialize themoduledata slices directlyMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-10runtime: don't put container symbols in functabKeith Randall
2015-01-07runtime: faster version of findfuncKeith Randall
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-08runtime: fix missing newline when dumping bad symbol tableAustin Clements
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert panic and stack code from C to GoRuss Cox
2014-10-27runtime: fix endianness assumption when decoding ftabAustin Clements
2014-09-12runtime: stop scanning stack frames/args conservativelyRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox