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.h
Age
Commit message (
Expand
)
Author
Lines
2013-05-09
improve MIPS backend and implement segmented stacks
Jyun-Yan You
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-0
/
+4
2013-05-02
Add error if RED_ZONE_SIZE doesn't get defined
James Miller
-0
/
+4
2013-05-01
add an option to debug borrows (RUST_DEBUG_BORROW) so you can
Niko Matsakis
-0
/
+5
2013-04-23
Remove a stray new operator in rust_task.h
Alex Crichton
-6
/
+0
2013-04-21
auto merge of #5887 : jdm/rust/stackbounds, r=brson
bors
-0
/
+1
2013-04-21
rt: Make the C stack segment accessible to runtime users.
Josh Matthews
-0
/
+1
2013-04-19
rt: Remove dump_stacks
Patrick Walton
-2
/
+0
2013-04-19
rt: Fix scalability problem with big stacks on 32 bit
Patrick Walton
-0
/
+14
2013-03-17
rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.
Luqman Aden
-12
/
+1
2013-03-03
rt: MIPS32 support
Jyun-Yan You
-0
/
+3
2013-02-13
rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup.
Luqman Aden
-2
/
+0
2013-02-06
rt: Add rust_try_get_current_task
Brian Anderson
-2
/
+8
2013-02-01
rt: Remove get_frame_glue_fns. Unused
Brian Anderson
-2
/
+0
2013-02-01
rt: Remove ports
Brian Anderson
-15
/
+0
2013-01-13
Support ARM and Android
kyeongwoon
-0
/
+3
2012-12-15
Whitespace
Brian Anderson
-1
/
+1
2012-12-15
Made a bunch more classes non-copyable
Jesse Jones
-0
/
+5
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-09-25
rt: Remove the cycle collector
Patrick Walton
-2
/
+0
2012-09-05
rt: Make the boxed region come earlier in the rust_task structure.
Patrick Walton
-1
/
+1
2012-08-24
Document task shutdown protocol and justify its concurrency safety. Close #26...
Ben Blum
-7
/
+76
2012-08-24
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
Ben Blum
-10
/
+6
2012-08-01
Linked failure: enable unidirectional propagate test; replace FIXMEs with com...
Ben Blum
-2
/
+2
2012-07-25
minor rt cleanup
Ben Blum
-1
/
+1
2012-07-25
Remove notification channels in runtime (closes #1078)
Ben Blum
-6
/
+0
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-2
/
+4
2012-07-24
tiny runtime cleanup
Ben Blum
-1
/
+0
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-0
/
+3
2012-07-20
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
Ben Blum
-2
/
+0
2012-07-20
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...
Ben Blum
-0
/
+1
2012-07-17
Tasks should not hold a ref to their parent (Close #1789)
Ben Blum
-7
/
+2
2012-07-13
Oops, switch more TODOs to FIXMEs
Ben Blum
-1
/
+1
2012-07-13
Reintroduce linked failure (killing runtime)
Ben Blum
-0
/
+4
2012-07-13
Reintroduce linked failure (rust_port locking)
Ben Blum
-2
/
+4
2012-07-13
Reintroduce linked failure (renaming runtime fns)
Ben Blum
-4
/
+4
2012-07-13
Reintroduce linked failure (lifecycle lock)
Ben Blum
-9
/
+7
2012-07-13
Reintroduce linked failure
Ben Blum
-2
/
+0
2012-07-12
Revert linked failure
Ben Blum
-0
/
+2
2012-07-12
Revert linked failure (lifecycle lock)
Ben Blum
-7
/
+9
2012-07-12
Revert linked failure (renaming runtime fns)
Ben Blum
-4
/
+4
2012-07-12
Revert linked failure (rust_port locking)
Ben Blum
-4
/
+2
2012-07-12
Revert linked failure (killing runtime)
Ben Blum
-4
/
+0
2012-07-12
Fix linked failure with root taskgroup to kill the runtime too.
Ben Blum
-0
/
+4
2012-07-12
Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...
Ben Blum
-2
/
+4
2012-07-12
Rename runtime *_locked() and *_unlocked() fns to *_inner() (closes #2864)
Ben Blum
-4
/
+4
2012-07-11
Unify state_lock + kill_lock -> lifecycle_lock (#2787)
Ben Blum
-9
/
+7
2012-07-11
Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)
Ben Blum
-2
/
+0
2012-07-11
rust_task.h - fix disallow_kill & don't inherit rust_cond
Ben Blum
-2
/
+2
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-1
/
+1
[next]