index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
panic.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: remove some double spaces from comments
Daniel MartÃ
2017-08-26
1
-1
/
+1
*
all: unindent some big chunks of code
Daniel MartÃ
2017-08-18
1
-28
/
+29
*
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-06-05
1
-1
/
+20
*
runtime: remove stack barriers
Austin Clements
2017-02-14
1
-1
/
+0
*
all: make spelling consistent
Brad Fitzpatrick
2016-12-08
1
-1
/
+1
*
runtime: fix call* signatures and deferArgs with siz=0
Austin Clements
2016-10-21
1
-0
/
+4
*
sync: throw, not panic, for unlock of unlocked mutex
Russ Cox
2016-10-19
1
-0
/
+5
*
runtime: avoid endless loop if printing the panic value panics
Ian Lance Taylor
2016-10-05
1
-0
/
+5
*
runtime: optimize defer code
Austin Clements
2016-09-26
1
-54
/
+80
*
cmd/compile, runtime: remove throwreturn
Matthew Dempsky
2016-09-15
1
-4
/
+0
*
runtime: simplify getargp
Josh Bleecher Snyder
2016-09-08
1
-7
/
+1
*
runtime: print signal name in panic, if name is known
Emmanuel Odeke
2016-05-05
1
-1
/
+7
*
runtime: simplify mallocgc flag argument
Keith Randall
2016-04-20
1
-1
/
+1
*
runtime: fix off-by-one error finding module for PC
Ian Lance Taylor
2016-03-04
1
-0
/
+17
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-9
/
+9
*
runtime: when crash with panic, call user Error/String methods before freezin...
Shenghou Ma
2016-02-21
1
-0
/
+19
*
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-10
1
-3
/
+6
*
runtime: introduce GOTRACEBACK=single, now the default
Russ Cox
2015-10-30
1
-4
/
+7
*
runtime: remove a redundant nil pointer check.
Aaron Jacobs
2015-10-19
1
-3
/
+1
*
runtime: add a constant for the smallest possible stack frame
Michael Hudson-Doyle
2015-10-18
1
-2
/
+0
*
runtime: merge panic1.go into panic.go
Nodir Turakulov
2015-10-16
1
-0
/
+142
*
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
Matthew Dempsky
2015-10-15
1
-1
/
+1
*
runtime: call goexit1 instead of goexit
Austin Clements
2015-08-06
1
-1
/
+1
*
all: fix misprints in comments
Ainar Garipov
2015-06-11
1
-1
/
+1
*
runtime: remove wbshadow mode
Russ Cox
2015-05-11
1
-16
/
+0
*
runtime: replace func-based write barrier skipping with type-based
Russ Cox
2015-04-20
1
-2
/
+2
*
runtime: apply comments from CL 3742
Russ Cox
2015-03-05
1
-8
/
+8
*
runtime: bound defer pools (try 2)
Dmitry Vyukov
2015-03-04
1
-7
/
+39
*
Revert "runtime: bound defer pools"
Russ Cox
2015-02-04
1
-35
/
+5
*
runtime: bound defer pools
Dmitry Vyukov
2015-02-04
1
-5
/
+35
*
runtime: rename m.gcing to m.preemptoff and make it a string
Austin Clements
2015-02-02
1
-2
/
+5
*
reflect: add write barriers
Russ Cox
2015-01-06
1
-2
/
+2
*
runtime: add GODEBUG wbshadow for finding missing write barriers
Russ Cox
2015-01-06
1
-0
/
+16
*
runtime: remove go prefix from a few routines
Keith Randall
2014-12-29
1
-2
/
+2
*
runtime: rename gothrow to throw
Keith Randall
2014-12-28
1
-28
/
+16
*
runtime: make stack frames fixed size by modifying goproc/deferproc.
Keith Randall
2014-12-23
1
-14
/
+11
*
all: power64 is now ppc64
Russ Cox
2014-12-05
1
-1
/
+1
*
[dev.cc] runtime: two missed references to "M stack"
Austin Clements
2014-11-18
1
-1
/
+1
*
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-14
1
-2
/
+2
|
\
|
*
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-22
1
-16
/
+305
|
|
\
|
*
|
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-10-22
1
-1
/
+1
*
|
|
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-12
1
-10
/
+10
*
|
|
[dev.cc] runtime: convert panic and stack code from C to Go
Russ Cox
2014-11-11
1
-16
/
+20
|
|
/
|
/
|
*
|
runtime: clear Defer.fn before removing from the G.defer list
Russ Cox
2014-10-08
1
-0
/
+13
*
|
runtime: fix windows/amd64 build
Russ Cox
2014-10-07
1
-2
/
+8
*
|
runtime: clear Defer.panic before removing from G.defer list
Russ Cox
2014-10-07
1
-0
/
+8
*
|
runtime: Fix interaction between Goexit and defers
Keith Randall
2014-09-19
1
-1
/
+17
*
|
runtime: delete panicstring; move its checks into gopanic
Russ Cox
2014-09-18
1
-30
/
+29
*
|
runtime: make it clear that Goexit cannot be recover'd.
Keith Randall
2014-09-16
1
-1
/
+2
*
|
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-16
1
-43
/
+65
[next]