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
2016-10-05
runtime: avoid endless loop if printing the panic value panics
Ian Lance Taylor
2016-09-26
runtime: optimize defer code
Austin Clements
2016-09-15
cmd/compile, runtime: remove throwreturn
Matthew Dempsky
2016-09-08
runtime: simplify getargp
Josh Bleecher Snyder
2016-05-05
runtime: print signal name in panic, if name is known
Emmanuel Odeke
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-03-04
runtime: fix off-by-one error finding module for PC
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-21
runtime: when crash with panic, call user Error/String methods before freezin...
Shenghou Ma
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-30
runtime: introduce GOTRACEBACK=single, now the default
Russ Cox
2015-10-19
runtime: remove a redundant nil pointer check.
Aaron Jacobs
2015-10-18
runtime: add a constant for the smallest possible stack frame
Michael Hudson-Doyle
2015-10-16
runtime: merge panic1.go into panic.go
Nodir Turakulov
2015-10-15
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
Matthew Dempsky
2015-08-06
runtime: call goexit1 instead of goexit
Austin Clements
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-05-11
runtime: remove wbshadow mode
Russ Cox
2015-04-20
runtime: replace func-based write barrier skipping with type-based
Russ Cox
2015-03-05
runtime: apply comments from CL 3742
Russ Cox
2015-03-04
runtime: bound defer pools (try 2)
Dmitry Vyukov
2015-02-04
Revert "runtime: bound defer pools"
Russ Cox
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]