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
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-20
Rename TCB to Taskgroup
Ben Blum
-2
/
+2
2013-07-20
Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ...
Ben Blum
-0
/
+5
2013-07-20
Remove join_latch
Ben Blum
-4
/
+0
2013-07-20
Add kill::Death for task death services and use it in Task.
Ben Blum
-17
/
+7
2013-07-16
Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764
Austin King
-1
/
+1
2013-07-14
Make TLS keys actually take up space
Alex Crichton
-2
/
+2
2013-07-14
Purge the last remnants of the old TLS api
Alex Crichton
-8
/
+6
2013-07-11
auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
bors
-6
/
+6
2013-07-11
Remove all external requirements of `@` from TLS
Alex Crichton
-2
/
+2
2013-07-11
Work around stage0 to remove '@' requirements from TLS
Alex Crichton
-5
/
+5
2013-07-09
Change the elements in the task-local map to be actual key-value pairs
Alex Crichton
-1
/
+1
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-1
/
+1
2013-07-02
A missing ! made it so that the testcase schedule_home_states was throwing sp...
toddaaro
-1
/
+1
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-10
/
+166
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-24
std: Make unlinking and task notification work with newsched
Brian Anderson
-0
/
+25
2013-06-24
std: Make box annihilator work with newsched
Brian Anderson
-0
/
+21
2013-06-20
std: Port SharedChan to newsched
Brian Anderson
-0
/
+12
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-15
/
+45
2013-06-15
Merge remote-tracking branch 'brson/io-wip' into io
Brian Anderson
-19
/
+41
2013-06-15
std::rt: Tasks contain a JoinLatch
Brian Anderson
-1
/
+32
2013-06-14
redesigned the pinning to pin deal with things on dequeue, not on enqueue
toddaaro
-3
/
+11
2013-06-13
std::rt: Tasks must have an unwinder. Simpler
Brian Anderson
-35
/
+4
2013-06-13
std::rt: Change the Task constructors to reflect a tree
Brian Anderson
-2
/
+24
2013-06-13
automated whitespace fixes
Daniel Micay
-1
/
+0
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-2
/
+2
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-2
/
+3
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-1
/
+0
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-3
/
+5
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-1
/
+0
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+230
[prev]