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
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-08-22
runtime: fix build, rename a since-renamed hasprefix to hasPrefix
Brad Fitzpatrick
2018-07-07
runtime: handle g0 stack overflows gracefully
Austin Clements
2018-06-29
runtime: throw if the runtime panics with out of bounds index
Ian Lance Taylor
2018-06-22
runtime: avoid recursive panic on bad lock count
Austin Clements
2018-04-30
runtime: perform crashes outside systemstack
Elias Naur
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-17
cmd/internal/obj/arm, runtime: delete old ARM softfloat code
Cherry Zhang
2018-03-09
runtime: fix abort handling on arm64
Austin Clements
2018-03-08
runtime: make throw safer to call
Austin Clements
2018-03-08
runtime: move unrecoverable panic handling to the system stack
Austin Clements
2018-03-06
runtime: skip pointless writes in freedefer
Josh Bleecher Snyder
2018-02-23
runtime: don't check for String/Error methods in printany
Ian Lance Taylor
2018-02-13
runtime: avoid bad unwinding from sigpanic in C code
Austin Clements
2018-02-13
runtime: refactor test for pushing sigpanic frame
Austin Clements
2018-01-23
runtime: never allocate during an unrecoverable panic
Austin Clements
2018-01-23
runtime: don't grow the stack on sigpanic if throwsplit
Austin Clements
2017-11-24
runtime: tweak doc for Goexit
Emmanuel Odeke
2017-10-29
runtime: allow write barriers in startpanic_m
Austin Clements
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-09-22
runtime: don't call lockOSThread for every cgo call
Ian Lance Taylor
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2017-08-18
all: unindent some big chunks of code
Daniel MartÃ
2017-06-05
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-02-14
runtime: remove stack barriers
Austin Clements
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-10-21
runtime: fix call* signatures and deferArgs with siz=0
Austin Clements
2016-10-19
sync: throw, not panic, for unlock of unlocked mutex
Russ Cox
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
[prev]
[next]