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-09-25
rt: Remove the cycle collector
Patrick Walton
-2
/
+0
2012-09-24
rt: Call the Rust box annihilator; stop calling the cycle collector
Patrick Walton
-12
/
+5
2012-09-24
Revert "rt: Call the Rust box annihilator; stop calling the cycle collector" ...
Patrick Walton
-5
/
+12
2012-09-24
rt: Call the Rust box annihilator; stop calling the cycle collector
Patrick Walton
-12
/
+5
2012-09-05
rt: Make the boxed region come earlier in the rust_task structure.
Patrick Walton
-1
/
+1
2012-08-24
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
Ben Blum
-0
/
+7
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-4
/
+6
2012-08-06
Refcount tasks in packets to avoid races.
Eric Holk
-3
/
+0
2012-08-06
More documentation on pipes, and moving assert in runtime.
Eric Holk
-2
/
+2
2012-08-03
Be more defensive in pipes (#3098)
Eric Holk
-0
/
+3
2012-08-01
Linked failure: enable unidirectional propagate test; replace FIXMEs with com...
Ben Blum
-1
/
+1
2012-07-25
minor rt cleanup
Ben Blum
-9
/
+0
2012-07-25
Remove notification channels in runtime (closes #1078)
Ben Blum
-26
/
+0
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-9
/
+18
2012-07-24
tiny runtime cleanup
Ben Blum
-6
/
+0
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-0
/
+21
2012-07-20
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...
Ben Blum
-1
/
+10
2012-07-17
Tasks should not hold a ref to their parent (Close #1789)
Ben Blum
-34
/
+2
2012-07-13
Oops, switch more TODOs to FIXMEs
Ben Blum
-2
/
+2
2012-07-13
Add asserts to check fail_sched_loop() only once
Ben Blum
-1
/
+7
2012-07-13
Reintroduce linked failure (killing runtime)
Ben Blum
-1
/
+11
2012-07-13
Reintroduce linked failure (rust_port locking)
Ben Blum
-4
/
+3
2012-07-13
Reintroduce linked failure (renaming runtime fns)
Ben Blum
-15
/
+15
2012-07-13
Reintroduce linked failure (lifecycle lock)
Ben Blum
-37
/
+30
2012-07-13
Reintroduce linked failure
Ben Blum
-30
/
+5
2012-07-12
Revert linked failure
Ben Blum
-5
/
+30
2012-07-12
Revert linked failure (lifecycle lock)
Ben Blum
-30
/
+37
2012-07-12
Revert linked failure (renaming runtime fns)
Ben Blum
-15
/
+15
2012-07-12
Revert linked failure (rust_port locking)
Ben Blum
-3
/
+4
2012-07-12
Revert linked failure (killing runtime)
Ben Blum
-11
/
+1
2012-07-12
Fix linked failure with root taskgroup to kill the runtime too.
Ben Blum
-1
/
+11
2012-07-12
Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...
Ben Blum
-4
/
+3
2012-07-12
Rename runtime *_locked() and *_unlocked() fns to *_inner() (closes #2864)
Ben Blum
-15
/
+15
2012-07-11
Unify state_lock + kill_lock -> lifecycle_lock (#2787)
Ben Blum
-37
/
+30
2012-07-11
Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)
Ben Blum
-30
/
+5
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-4
/
+2
2012-07-06
Pipes sleep and wake properly.
Eric Holk
-3
/
+50
2012-07-05
make disallow_kill an int for nested unkillables (closes #2782)
Ben Blum
-4
/
+5
2012-06-28
move reset_stack_limit off C stack (closes #2679)
Ben Blum
-13
/
+5
2012-06-28
rt: Add task_local_data and related builtin calls (Closes #2680)
Ben Blum
-0
/
+12
2012-06-27
Change 'upcall fail' to 'task failed at', close #2678.
Graydon Hoare
-3
/
+1
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-10
/
+12
2012-06-18
Some cleanup in the runtime.
Michael Sullivan
-1
/
+1
2012-05-31
rt: Refactor task failure to go through rust_task_fail
Brian Anderson
-0
/
+29
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-2
/
+3
2012-05-15
rt: Make task killing synchronization possibly more correct
Brian Anderson
-1
/
+3
2012-05-15
core: Add task::unkillable
Brian Anderson
-1
/
+12
2012-05-15
make poison-on-free work, disable copying if borrowck is enabled
Niko Matsakis
-1
/
+1
2012-04-09
rt: Fix typo
Brian Anderson
-1
/
+1
2012-04-09
rt: Allow 2x normal stack during unwinding. Closes #2173
Brian Anderson
-12
/
+12
[next]