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
/
panic.go
Age
Commit message (
Expand
)
Author
2015-02-04
runtime: bound defer pools
Dmitry Vyukov
2015-02-02
runtime: rename m.gcing to m.preemptoff and make it a string
Austin Clements
2015-01-06
reflect: add write barriers
Russ Cox
2015-01-06
runtime: add GODEBUG wbshadow for finding missing write barriers
Russ Cox
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-23
runtime: make stack frames fixed size by modifying goproc/deferproc.
Keith Randall
2014-12-05
all: power64 is now ppc64
Russ Cox
2014-11-18
[dev.cc] runtime: two missed references to "M stack"
Austin Clements
2014-11-14
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
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-22
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-10-08
runtime: clear Defer.fn before removing from the G.defer list
Russ Cox
2014-10-07
runtime: fix windows/amd64 build
Russ Cox
2014-10-07
runtime: clear Defer.panic before removing from G.defer list
Russ Cox
2014-09-19
runtime: Fix interaction between Goexit and defers
Keith Randall
2014-09-18
runtime: delete panicstring; move its checks into gopanic
Russ Cox
2014-09-16
runtime: make it clear that Goexit cannot be recover'd.
Keith Randall
2014-09-16
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-11
runtime: allow crash from gsignal stack
Russ Cox
2014-09-09
runtime: merge mallocgc, gomallocgc
Russ Cox
2014-09-08
runtime: let stack copier update Panic structs for us
Russ Cox
2014-09-08
runtime: mark freedefer and deferclass go:nosplit
Russ Cox
2014-09-08
runtime: merge panic1.go back into panic.go
Keith Randall
2014-09-08
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]