index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_task.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-01-11
rt: Add RUST_MAX_STACK env var with 8MB default
Brian Anderson
-13
/
+26
2012-01-09
add rust_task_is_unwinding predicate and do not kill if already unwinding
Niko Matsakis
-11
/
+16
2012-01-09
rt: Set Linux red zone to 20K again
Brian Anderson
-2
/
+2
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-7
/
+8
2012-01-06
rewrite task tests
Niko Matsakis
-24
/
+19
2012-01-06
simplify task impl
Niko Matsakis
-27
/
+21
2012-01-06
Revert "rt: Reduce mac red zone to 6K"
Brian Anderson
-2
/
+2
2012-01-06
rt: Reduce mac red zone to 6K
Brian Anderson
-2
/
+2
2012-01-06
rt: Fail the scheduler immediately on task failure in win32
Brian Anderson
-0
/
+2
2012-01-01
freebsd support
User Jyyou
-0
/
+10
2011-12-20
Revert "wip"
Brian Anderson
-12
/
+0
2011-12-20
wip
Brian Anderson
-0
/
+12
2011-12-20
rt: Remove rust_task::grow. Obsolete
Brian Anderson
-10
/
+0
2011-12-20
rt: Don't check the stack canary on most upcalls
Brian Anderson
-0
/
+3
2011-12-20
Revert "rt: Reduce the mac red zone to 2K"
Brian Anderson
-2
/
+2
2011-12-20
rt: Reduce the mac red zone to 2K
Brian Anderson
-2
/
+2
2011-12-20
rt: Reduce the linux red zone to 2K
Brian Anderson
-2
/
+2
2011-12-20
rt: Parenthesize the red zone macros
Brian Anderson
-5
/
+5
2011-12-20
rt: Add a canary value to the end of every stack
Brian Anderson
-1
/
+27
2011-12-20
rt: Run yet more task_start_wrapper cleanup on the C stack
Brian Anderson
-17
/
+33
2011-12-19
rt: Don't reuse stack segments when they are not big enough
Brian Anderson
-2
/
+3
2011-12-18
rt: Get rid of the rethrow in upcall_fail
Brian Anderson
-5
/
+20
2011-12-18
rt: Run the cycle collector on the C stack
Brian Anderson
-1
/
+3
2011-12-18
rt: Give each platform its own red zone definition
Brian Anderson
-3
/
+26
2011-12-18
rt: Trim the red zone to 20k on all platforms
Brian Anderson
-2
/
+2
2011-12-18
rt: Remove a bogus FIXME from ~rust_task
Brian Anderson
-3
/
+1
2011-12-17
rt: Get rid of the valgrind guard bytes at the end of the stack
Brian Anderson
-17
/
+2
2011-12-17
rt: Cache an extra stack segment to avoid bad behavior at stack boundaries
Brian Anderson
-12
/
+79
2011-12-17
rt: Set the default stack size to 768 bytes. Double on each alloc
Brian Anderson
-7
/
+38
2011-12-16
rt: Fix alignment of new stack segments
Brian Anderson
-4
/
+2
2011-12-07
rt: Fix alignment of stacks generated by __morestack
Brian Anderson
-1
/
+0
2011-12-06
rt: Put 16 guard bytes at the end of the stack
Brian Anderson
-2
/
+15
2011-12-06
rt: Rename stk_seg.limit to stk_seg.end
Brian Anderson
-7
/
+7
2011-12-06
rt: Various tweaks to make __morestack unwinding work on linux
Brian Anderson
-2
/
+25
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-2
/
+2
2011-12-05
rt: Make stack unwinding work more correctly with stack growth
Brian Anderson
-0
/
+3
2011-12-04
rt: Update 32-bit __morestack for recent LLVM changes
Brian Anderson
-4
/
+11
2011-12-01
rt: Move RED_ZONE_SIZE to rust_task.cpp
Brian Anderson
-0
/
+10
2011-12-01
rt: Add FIXME's about future changes to LLVM's __morestack impl
Brian Anderson
-0
/
+3
2011-12-01
rt: Refactor record_sp into task::record_stack_limit
Brian Anderson
-2
/
+6
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-48
/
+25
2011-11-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-12
/
+2
2011-11-29
rt: Delete the entire stack chain on task destruction
Brian Anderson
-1
/
+4
2011-11-28
rt: Implement part of the 64-bit __morestack
Brian Anderson
-0
/
+15
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-11
/
+21
2011-11-18
rt: Remove some stack-wasting macros from rust_task::yield
Brian Anderson
-4
/
+0
2011-11-18
rt: Remove fail calls from rust_task::yield
Brian Anderson
-5
/
+5
2011-11-18
rt: Remove unblock call from rust_task::yield
Brian Anderson
-5
/
+1
2011-11-18
rt: Remove a lock from task_start_wrapper that does nothing
Brian Anderson
-3
/
+0
2011-11-18
rt: Replace two uses of yield with ctx->swap
Brian Anderson
-3
/
+2
[next]