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
Age
Commit message (
Expand
)
Author
Lines
2012-02-17
rt: Don't hit TLS on upcall_vec_push unless necessary
Brian Anderson
-5
/
+15
2012-02-17
rt: Don't log on entry to upcall_vec_push. Also slow
Brian Anderson
-2
/
+0
2012-02-17
rt: Don't do the stack canary check in upcall_vec_push. Too slow
Brian Anderson
-4
/
+0
2012-02-17
rt: Simplify upcall_vec_push
Brian Anderson
-23
/
+11
2012-02-17
rt: Make the stack canary just a word on the stk_seg struct
Brian Anderson
-13
/
+12
2012-02-16
rt: Untabify rust_port_selector.cpp
Brian Anderson
-32
/
+32
2012-02-16
rt: Randomize port selection
Brian Anderson
-2
/
+6
2012-02-16
rt: Add rust_port_select function
Brian Anderson
-9
/
+151
2012-02-14
rt: Reconfigure the C stack for valgrind each time it's used
Brian Anderson
-1
/
+1
2012-02-14
rt: Don't allocate a C stack for tasks that already have one
Brian Anderson
-4
/
+5
2012-02-14
rt: Don't kill tasks while they are in a callback from C
Brian Anderson
-6
/
+25
2012-02-14
rt: Maintain stack ptrs correctly when returning from stack switches
Brian Anderson
-0
/
+6
2012-02-14
rustc: Translate crust functions
Brian Anderson
-2
/
+2
2012-02-14
rt: Add a Rust callback debugging function
Brian Anderson
-0
/
+8
2012-02-10
put fflush back in
Ted Horst
-0
/
+4
2012-02-10
log to stderr instead of stdout
Ted Horst
-5
/
+1
2012-02-10
rt: Add docs to stack functions
Brian Anderson
-0
/
+6
2012-02-10
rt: Call register/deregister_valgrind_stack from the stack con/destructors
Brian Anderson
-13
/
+9
2012-02-10
rt: Extract prepare_valgrind_stack from register_valgrind_stack
Brian Anderson
-0
/
+10
2012-02-10
rt: Rename config_valgrind_stack to register_valgrind_stack, etc
Brian Anderson
-16
/
+10
2012-02-10
rt: Account for the size of stack_canary in create_stack
Brian Anderson
-1
/
+7
2012-02-10
rt: Move the addition of the stack canary into create_stack
Brian Anderson
-4
/
+4
2012-02-10
rt: Use 100k stacks for scheduler threads
Brian Anderson
-5
/
+17
2012-02-10
Represent boxed ifaces in a way similar to functions
Marijn Haverbeke
-2
/
+3
2012-02-09
rt: Disable some expensive asserts
Brian Anderson
-33
/
+40
2012-02-09
rt: Inline everything on the C-stack-switching path
Brian Anderson
-148
/
+155
2012-02-09
rt: Move valgrind stack configuration out of the hot path
Brian Anderson
-2
/
+2
2012-02-09
rt: Detach pthreads before exiting
Brian Anderson
-2
/
+16
2012-02-09
rt: Remove sync::yield and sync::sleep
Brian Anderson
-22
/
+0
2012-02-09
rt: Move rust_thread to its own files
Brian Anderson
-63
/
+70
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
-3
/
+67
2012-02-09
rt: Use rust_task_thread's C-stack pool for native calls
Brian Anderson
-28
/
+96
2012-02-09
rt: Add methods to rust_task_thread for borrowing C stacks
Brian Anderson
-1
/
+40
2012-02-09
rt: Move more setup code into create_stack
Brian Anderson
-3
/
+4
2012-02-09
rt: Add rust_task::call_on_c_stack
Brian Anderson
-7
/
+24
2012-02-09
rt: Rename call_shim_on_c_stack to call_and_change_stacks
Brian Anderson
-5
/
+5
2012-02-09
rt: Make rust_task::ref_count private
Brian Anderson
-2
/
+4
2012-02-09
rt: Add constructors and destructors for stacks
Brian Anderson
-3
/
+21
2012-02-09
rt: Move some stack manipulation functions into rust_task
Brian Anderson
-137
/
+136
2012-02-09
rt: Rename new_stack to next_stack, del_stack to prev_stack
Brian Anderson
-8
/
+12
2012-02-09
rt: Remove rust_task::rust_sp
Brian Anderson
-4
/
+1
2012-02-09
rt: Remove rust_task_user struct
Brian Anderson
-36
/
+25
2012-02-09
rt: Remove unused builtins
Brian Anderson
-30
/
+0
2012-02-09
rt: Add a function for configuring task notification
Brian Anderson
-0
/
+19
2012-02-09
rt: Begin moving stack-building functions to rust_stack.cpp
Brian Anderson
-53
/
+66
2012-02-09
rt: Remove unused context functions
Brian Anderson
-28
/
+0
2012-02-09
fix build on freebsd
Jyun-Yan You
-1
/
+17
2012-02-08
core: Add a test for blocking in native code
Brian Anderson
-0
/
+46
2012-02-08
core: Add task::spawn_sched
Brian Anderson
-1
/
+1
[prev]
[next]