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
/
stack.c
Age
Commit message (
Expand
)
Author
2014-12-01
[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...
Russ Cox
2014-10-29
runtime: fix line number in first stack frame in printed stack trace
Russ Cox
2014-10-28
runtime: add GODEBUG invalidptr setting
Russ Cox
2014-10-08
runtime: zero a few more dead pointers.
Keith Randall
2014-10-08
runtime: delay freeing of shrunk stacks until gc is done.
Keith Randall
2014-09-30
runtime: fix throwsplit check
Dmitriy Vyukov
2014-09-25
cgo: adjust return value location to account for stack copies.
Keith Randall
2014-09-24
cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects
Russ Cox
2014-09-19
runtime: add runtimeĀ· prefix to some static variables
Russ Cox
2014-09-17
runtime: free stacks of Gdead goroutines at GC time
Keith Randall
2014-09-17
runtime: print more detail in adjustframe crash
Russ Cox
2014-09-16
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-12
runtime: tell the truth about BitVector type
Russ Cox
2014-09-12
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-11
runtime: get rid of copyable check - all G frames are copyable.
Keith Randall
2014-09-09
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
Russ Cox
2014-09-08
runtime: let stack copier update Panic structs for us
Russ Cox
2014-09-08
runtime: enable StackCopyAlways
Russ Cox
2014-09-08
runtime: turn off StackCopyAlways
Russ Cox
2014-09-08
runtime: enable StackCopyAlways
Russ Cox
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
2008-12-05
add support for ref counts to memory allocator.
Russ Cox
2008-12-04
add stub routines stackalloc() and stackfree().
Russ Cox