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
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-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
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-246
/
+257
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-35
/
+35
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-2
/
+2
2012-07-03
Change crust -> extern.
Graydon Hoare
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-3
/
+3
2012-07-03
task.rs: minor doc/comment changes
Ben Blum
-5
/
+5
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-53
/
+53
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-53
/
+53
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-0
/
+1
2012-06-28
add TLS failure test case in task.rs
Ben Blum
-0
/
+20
2012-06-27
Tidy fixes
Brian Anderson
-1
/
+1
[prev]
[next]