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
/
symtab.go
Age
Commit message (
Expand
)
Author
2015-05-16
runtime: replace GC programs with simpler encoding, faster decoder
Russ Cox
2015-05-12
cmd/internal/ld, runtime: abort on shared library ABI mismatch
Michael Hudson-Doyle
2015-05-11
runtime: remove wbshadow mode
Russ Cox
2015-05-07
runtime: check consistency of all module data objects
Michael Hudson-Doyle
2015-04-15
cmd/6l: call runtime.addmoduledata from .init_array
Michael Hudson-Doyle
2015-04-10
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
Michael Hudson-Doyle
2015-04-10
runtime, reflect: support multiple moduledata objects
Michael Hudson-Doyle
2015-04-08
runtime, cmd/internal/ld: initialize themoduledata slices directly
Michael Hudson-Doyle
2015-03-31
runtime, cmd/internal/ld: change runtime to use a single linker symbol
Michael Hudson-Doyle
2015-02-19
runtime: reorganize memory code
Russ Cox
2015-02-10
runtime: don't put container symbols in functab
Keith Randall
2015-01-07
runtime: faster version of findfunc
Keith Randall
2014-12-29
runtime: remove go prefix from a few routines
Keith Randall
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-12-08
runtime: fix missing newline when dumping bad symbol table
Austin Clements
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-11
[dev.cc] runtime: convert panic and stack code from C to Go
Russ Cox
2014-10-27
runtime: fix endianness assumption when decoding ftab
Austin Clements
2014-09-12
runtime: stop scanning stack frames/args conservatively
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]