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-03-21
rt: Rename record_sp to record_sp_limit
Brian Anderson
-18
/
+18
2012-03-21
rt: Reset the stack limit after catching an exception
Brian Anderson
-0
/
+4
2012-03-21
rt: Inline a bunch of stack switching code
Brian Anderson
-138
/
+143
2012-03-21
rt: Swap the definition of stk_seg::next and prev
Brian Anderson
-27
/
+27
2012-03-21
rt: Don't switch to the C stack on the upcall_new_stack fast path
Brian Anderson
-20
/
+41
2012-03-21
rt: Don't swatch stacks during upcall_del_stack
Brian Anderson
-51
/
+42
2012-03-21
Every time you don't use a variable, a kitten scowls.
Graydon Hoare
-0
/
+1
2012-03-21
Quiet unused-result error harder.
Graydon Hoare
-1
/
+1
2012-03-21
Upgrade valgrind headers to 3.7, silencing build breakage on FreeBSD.
Graydon Hoare
-1557
/
+835
2012-03-21
Remove incorrect uses of NVALGRIND, Close #1435.
Graydon Hoare
-2
/
+0
2012-03-20
Some tests for passing and returning structures by value on x64. Close #1402....
Graydon Hoare
-0
/
+39
2012-03-19
rt: Remove an unused function
Brian Anderson
-11
/
+0
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-0
/
+29
2012-03-18
rt: Remove rust_task_thread::dead_tasks
Brian Anderson
-20
/
+10
2012-03-18
rt: Remove rust_task_thread::newborn_tasks
Brian Anderson
-11
/
+10
2012-03-18
rt: Convert rust_task_list to a typedef
Brian Anderson
-47
/
+2
2012-03-18
rt: Don't store the name of the task state in rust_task_list
Brian Anderson
-17
/
+32
2012-03-18
rt: Use an enum to represent the task state
Brian Anderson
-32
/
+58
2012-03-18
rt: Remove lock_held_by_current_thread
Brian Anderson
-47
/
+0
2012-03-17
rt: Remove the recursive lock from rust_task_thread
Brian Anderson
-7
/
+1
2012-03-17
rt: Ports don't need to ref their tasks
Brian Anderson
-3
/
+0
2012-03-17
rt: Remove some bogus pthread settings from rust_task_thread
Brian Anderson
-9
/
+0
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-86
/
+0
2012-03-16
Remove dynastack support from runtime
Marijn Haverbeke
-367
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-225
/
+0
2012-03-15
core: Channels are just port ids
Brian Anderson
-18
/
+10
2012-03-15
rt: Remove the kernel task table
Brian Anderson
-54
/
+7
2012-03-15
rt: Remove remaining uses of rust_kernel::get_task_by_id
Brian Anderson
-29
/
+16
2012-03-15
rt: Look up ports through a single port table
Brian Anderson
-70
/
+68
2012-03-15
Zero out dest ptr when port_recv doesn't return a value
Marijn Haverbeke
-0
/
+1
2012-03-13
rt: Remove an incorrect assert in lock_and_signal
Brian Anderson
-1
/
+0
2012-03-12
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
Brian Anderson
-12
/
+12
2012-03-12
rt: Remove arbitrary limit on size of port queue. Closes #1245
Brian Anderson
-2
/
+0
2012-03-06
rt: Change the rust_port refcounting scheme to avoid races
Brian Anderson
-21
/
+26
2012-03-05
rt: Add a hack to fix a port detach bug
Brian Anderson
-1
/
+10
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-18
/
+12
2012-03-05
rt: Properly block tasks while waiting for port detach
Brian Anderson
-10
/
+53
2012-03-05
rt: Make rust_port_detach less contentious
Brian Anderson
-20
/
+23
2012-03-05
rt: Make linked failure less prone to deadlock
Brian Anderson
-31
/
+58
2012-03-05
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
Brian Anderson
-5
/
+23
2012-03-05
rt: Stop calling prepare_valgrind_stack when it's not needed
Brian Anderson
-2
/
+0
2012-03-05
rt: Simplify reap_dead_tasks
Brian Anderson
-19
/
+12
2012-03-05
rt: Add an assert to the scheduler loop
Brian Anderson
-1
/
+2
2012-03-05
rt: Move receive code into rust_port
Brian Anderson
-28
/
+24
2012-03-05
rt: Simplify the recv interface
Brian Anderson
-10
/
+1
2012-03-05
rt: Move some code from rust_port_detach into rust_port::detach
Brian Anderson
-6
/
+6
2012-03-05
rt: Move some locking from rust_port to rust_task
Brian Anderson
-6
/
+2
2012-03-05
rt: Renome rust_task::lock to port_lock
Brian Anderson
-14
/
+14
2012-03-05
rt: Make the rust_task_thread lock private
Brian Anderson
-4
/
+2
2012-03-05
rt: Move transition from rust_task to rust_task_thread
Brian Anderson
-22
/
+42
[prev]
[next]