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
/
libcore
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-26
(comments only) Mention unsafe TLS destructor use (#3039)
Ben Blum
-2
/
+7
2012-07-25
Handle notification channels in task.rs
Ben Blum
-17
/
+34
2012-07-24
Add 2-degree familial relations linked failure tests & fix secondborn behaviour
Ben Blum
-10
/
+62
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-3
/
+2
2012-07-24
Remove unsupervise
Ben Blum
-1
/
+0
2012-07-24
task.rs remove old builder interface
Ben Blum
-191
/
+59
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-7
/
+45
2012-07-23
Get rid of task::future_task
Ben Blum
-46
/
+0
2012-07-23
Add task::task_builder interface for improved spawning (related #2585)
Ben Blum
-78
/
+220
2012-07-23
Add task::spawn_unlinked and start migrating away from task::unsupervise
Ben Blum
-9
/
+15
2012-07-23
remove unneeded export local_data in task.rs (#2945)
Ben Blum
-4
/
+0
2012-07-20
*Properly* ignore the hanging linked failure test
Ben Blum
-1
/
+4
2012-07-20
task.rs rename supervise to linked internally
Ben Blum
-11
/
+11
2012-07-19
Add bonus linked failure test, #[ignore]d
Ben Blum
-0
/
+20
2012-07-18
Linked failure: add {un,}linked {un,}parented fail-{up,down} tests.
Ben Blum
-0
/
+77
2012-07-18
Linked failure: unidirectional failure with parented() (soon to be renamed)
Ben Blum
-31
/
+95
2012-07-18
Linked failure: Make joining a taskgroup O(1)
Ben Blum
-20
/
+33
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-19
/
+42
2012-07-18
Make task.rs export local_data. This is a hack to work around #2945.
Michael Sullivan
-0
/
+4
2012-07-17
Tasks should not hold a ref to their parent (Close #1789)
Ben Blum
-9
/
+17
2012-07-16
replace core::tuple functions with methods
Gareth Daniel Smith
-1
/
+1
2012-07-14
Merge branch 'vector-reform' into incoming
Michael Sullivan
-41
/
+41
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-41
/
+41
2012-07-13
Switch TODOs to FIXMEs
Ben Blum
-2
/
+2
2012-07-13
Workaround #2912: Implement existential TLS and cheat with taskgroup key
Ben Blum
-39
/
+41
2012-07-13
Reintroduce linked failure (killing runtime)
Ben Blum
-20
/
+36
2012-07-13
Reintroduce linked failure
Ben Blum
-35
/
+183
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-12
/
+12
2012-07-12
Comments only: TODOs to FIXME in the runtime
Tim Chevalier
-1
/
+1
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-8
/
+8
2012-07-12
Revert linked failure
Ben Blum
-183
/
+35
2012-07-12
Revert linked failure (killing runtime)
Ben Blum
-36
/
+20
2012-07-12
Fix linked failure with root taskgroup to kill the runtime too.
Ben Blum
-20
/
+36
2012-07-11
Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)
Ben Blum
-35
/
+183
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-0
/
+1
2012-07-10
libcore: fix task::test_osmain test.
Erick Tryzelaar
-1
/
+1
2012-07-10
Tidy
Brian Anderson
-1
/
+1
2012-07-10
libcore: add a task::set_sched_mode fn
Erick Tryzelaar
-15
/
+13
2012-07-09
Merge pull request #2847 from ben0x539/incoming
Brian Anderson
-17
/
+16
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+6
2012-07-09
core: New closure syntax for comm.rs/task.rs docs
Benjamin Herr
-3
/
+3
2012-07-09
core: Formatting fix in documentation for task::unkillable
Benjamin Herr
-7
/
+9
2012-07-09
core: Give task::spawn_with the documentation from task::run_with
Benjamin Herr
-7
/
+5
2012-07-09
core: Remove spurious newline in task::run_with documentation
Benjamin Herr
-1
/
+0
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-6
/
+0
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+6
2012-07-06
Added a k-nucleotide version that uses pipes. 31% speedup.
Eric Holk
-0
/
+39
2012-07-06
Port future to pipes. Graph500 is about 21% faster now.
Eric Holk
-5
/
+15
2012-07-06
Pipes sleep and wake properly.
Eric Holk
-0
/
+1
2012-07-05
Add test case in task.rs for #2782
Ben Blum
-0
/
+38
[prev]
[next]