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
/
pkg
/
runtime
/
stack_test.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-05
runtime: convert panic/recover to Go
Keith Randall
2014-09-04
runtime: correct various Go -> C function calls
Russ Cox
2014-09-01
runtime: fix Stack
Russ Cox
2014-08-30
runtime: increase nosplit area to 192
Russ Cox
2014-08-27
runtime: give nosplit functions 32 more bytes of headroom
Russ Cox
2014-07-30
runtime: fix stack memory test
Keith Randall
2014-07-17
undo CL 101570044 / 2c57aaea79c4
Keith Randall
2014-06-30
undo CL 104200047 / 318b04f28372
Keith Randall
2014-06-30
runtime: stack allocator, separate from mallocgc
Keith Randall
2014-05-25
runtime: skip stack growth test on 32bit platforms
Dave Cheney
2014-04-13
runtime: increase timeout in TestStackGrowth
Russ Cox
2014-04-11
runtime: make stack growth test shorter
Russ Cox
2014-04-10
runtime: no longer skip stack growth test in short mode
David du Colombier
2014-04-07
runtime: make sure associated defers are copyable before trying to copy a stack.
Keith Randall
2014-03-21
runtime: skip stack growth test in short mode
David du Colombier
2014-03-19
runtime: add stack growth tests
Dmitriy Vyukov
2014-03-12
runtime: temporary weaken a check in test
Dmitriy Vyukov
2013-06-17
runtime: fix test for new closure representation
Dmitriy Vyukov
2013-03-12
runtime: deflake TestStackMem
Dmitriy Vyukov
2013-03-08
runtime: make TestStackMem a little less flaky
Russ Cox
2013-01-24
runtime: increase stack limit in a test
Dmitriy Vyukov
2013-01-10
runtime: less aggressive per-thread stack segment caching
Dmitriy Vyukov
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox