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
/
libstd
/
rt
/
kill.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-31
Move atomically to unstable::sync, and document what it actually does. Close ...
Ben Blum
-1
/
+1
2013-07-30
UnsafeArc methods return unsafe pointers, so are not themselves unsafe.
Ben Blum
-10
/
+10
2013-07-30
Implement select() for new runtime pipes.
Ben Blum
-3
/
+30
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-2
/
+2
2013-07-20
Add watched and indestructible spawn modes.
Ben Blum
-1
/
+1
2013-07-20
Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ...
Ben Blum
-0
/
+12
2013-07-20
Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin...
Ben Blum
-37
/
+75
2013-07-20
Add tests for task killing and blocking.
Ben Blum
-0
/
+140
2013-07-20
Add BlockedTask (wake, try_block, etc) in kill.rs.
Ben Blum
-2
/
+95
2013-07-20
Do a task-killed check at the start of task 'timeslices'.
Ben Blum
-1
/
+27
2013-07-20
Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377.
Ben Blum
-2
/
+150
2013-07-20
Add tests for KillHandle
Ben Blum
-0
/
+140
2013-07-20
Add kill::Death for task death services and use it in Task.
Ben Blum
-0
/
+67
2013-07-20
Add KillHandle and implement exit code propagation to replace join_latch
Ben Blum
-0
/
+128