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-29
rt: Free all outstanding boxes at task death
Brian Anderson
-0
/
+20
2012-03-28
Remove execvpe use in general, it seems pointless and non-portable.
Graydon Hoare
-8
/
+4
2012-03-28
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Graydon Hoare
-72
/
+33
2012-03-28
Fix some gcc-4.4-isms, should build now on 4.1+.
Graydon Hoare
-2
/
+10
2012-03-26
Disable some advanced (post glibc-2.3) libuv features when building snaps.
Graydon Hoare
-1
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-796
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+796
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-796
/
+0
2012-03-22
rt: Run resource destructors during cycle collection
Brian Anderson
-0
/
+21
2012-03-21
rt: Fix valgrind stack hints
Brian Anderson
-15
/
+5
2012-03-21
rt: Shave 16 bytes off the __morestack frame
Brian Anderson
-2
/
+2
2012-03-21
rt: Shave a few instructions off __morestack
Brian Anderson
-42
/
+31
2012-03-21
rt: Stop using large stacks for the main task
Brian Anderson
-19
/
+7
2012-03-21
rt: Use get_task_from_tcb during stack growth calls
Brian Anderson
-2
/
+2
2012-03-21
rt: Add rust_task::get_task_from_tcb
Brian Anderson
-6
/
+35
2012-03-21
rt: Add a task field to stk_seg and populate it
Brian Anderson
-0
/
+2
2012-03-21
rt: Add a get_sp_limit function
Brian Anderson
-0
/
+40
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
[prev]
[next]