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
/
rt
/
rust_task.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-03-05
rt: Protect rust_task::state with a lock
Brian Anderson
-2
/
+8
2012-03-05
rt: Protect rust_task::killed with a lock
Brian Anderson
-4
/
+11
2012-03-02
rt: Checking port_table.is_empty() requires a lock
Brian Anderson
-1
/
+6
2012-03-02
rt: Protect rust_task::supervisor with a lock
Brian Anderson
-4
/
+10
2012-03-02
rt: Always delete task stacks on the task thread
Brian Anderson
-7
/
+10
2012-02-27
rt: Don't zero new stacks
Brian Anderson
-2
/
+2
2012-02-24
add an option to the final cc so that it prints out/logs unreclaimed ptrs
Niko Matsakis
-1
/
+1
2012-02-24
Revert "rt: Cut the red zone to 10K on mac"
Brian Anderson
-2
/
+2
2012-02-23
rt: Cut the red zone to 10K on mac
Brian Anderson
-2
/
+2
2012-02-23
rt: Cut the red zone to 2K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Cut the red zone to 4K on linux
Brian Anderson
-2
/
+2
2012-02-22
rt: Switch to the C stack in reset_stack_limit
Brian Anderson
-5
/
+22
2012-02-22
rt: Stop logging on the Rust stack. Closes #1478
Brian Anderson
-1
/
+5
2012-02-14
rt: Don't kill tasks while they are in a callback from C
Brian Anderson
-3
/
+9
2012-02-10
rt: Call register/deregister_valgrind_stack from the stack con/destructors
Brian Anderson
-3
/
+0
2012-02-10
rt: Extract prepare_valgrind_stack from register_valgrind_stack
Brian Anderson
-0
/
+2
2012-02-10
rt: Rename config_valgrind_stack to register_valgrind_stack, etc
Brian Anderson
-3
/
+3
2012-02-10
rt: Move the addition of the stack canary into create_stack
Brian Anderson
-1
/
+0
2012-02-09
rt: Disable some expensive asserts
Brian Anderson
-0
/
+30
2012-02-09
rt: Inline everything on the C-stack-switching path
Brian Anderson
-102
/
+0
2012-02-09
rt: Add more stack-switching commentary
Brian Anderson
-0
/
+5
2012-02-09
rt: Add upcall_call_shim_on_rust_stack
Brian Anderson
-2
/
+38
2012-02-09
rt: Use rust_task_thread's C-stack pool for native calls
Brian Anderson
-3
/
+36
2012-02-09
rt: Move more setup code into create_stack
Brian Anderson
-2
/
+0
2012-02-09
rt: Add rust_task::call_on_c_stack
Brian Anderson
-2
/
+19
2012-02-09
rt: Rename call_shim_on_c_stack to call_and_change_stacks
Brian Anderson
-1
/
+1
2012-02-09
rt: Add constructors and destructors for stacks
Brian Anderson
-3
/
+3
2012-02-09
rt: Move some stack manipulation functions into rust_task
Brian Anderson
-137
/
+130
2012-02-09
rt: Rename new_stack to next_stack, del_stack to prev_stack
Brian Anderson
-2
/
+6
2012-02-09
rt: Remove rust_task::rust_sp
Brian Anderson
-2
/
+1
2012-02-09
rt: Remove rust_task_user struct
Brian Anderson
-12
/
+10
2012-02-09
rt: Add a function for configuring task notification
Brian Anderson
-0
/
+6
2012-02-09
rt: Begin moving stack-building functions to rust_stack.cpp
Brian Anderson
-41
/
+0
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-1
/
+4
2012-02-03
rt: Add sanity checks when we hit the max task/port id
Brian Anderson
-0
/
+1
2012-02-03
rt: Clean up the way the kernel tracks tasks
Brian Anderson
-2
/
+2
2012-02-03
rt: Add a field to rust_task to hold its scheduler
Brian Anderson
-0
/
+1
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-60
/
+60
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-2
/
+2
2012-02-02
rt: Do all signalling while holding a lock
Brian Anderson
-8
/
+2
2012-02-02
rt: Remove rust_task::can_schedule. Does nothing
Brian Anderson
-5
/
+0
2012-02-02
rt: Remove running_on flag. Does nothing
Brian Anderson
-3
/
+1
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-17
/
+1
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-1
/
+1
2012-02-02
rt: Remove yield timers
Brian Anderson
-4
/
+1
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-39
/
+8
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-8
/
+39
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-39
/
+8
2012-02-01
rt: Don't access fields on null supervisor task
Brian Anderson
-2
/
+2
2012-01-29
rt: Remove set_min_stack
Brian Anderson
-13
/
+1
[prev]
[next]