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
Age
Commit message (
Expand
)
Author
Lines
2011-09-23
rt: ifdef out backtrace() on Windows
Patrick Walton
-3
/
+15
2011-09-23
rt: Fix build bustage due to gcc's format string warnings
Patrick Walton
-2
/
+2
2011-09-23
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
Patrick Walton
-10
/
+119
2011-09-23
rt: Factor out the logic that handles the various magic debug environment var...
Patrick Walton
-15
/
+39
2011-09-23
rt: Remove the problematic min()/max()/align()/abs() macros from isaac/standa...
Patrick Walton
-12
/
+0
2011-09-22
Remove is_stateful flag from tydesc. Closes #136
Brian Anderson
-5
/
+3
2011-09-22
Fix long line
Marijn Haverbeke
-1
/
+2
2011-09-22
Fix missing cast in do_cc
Marijn Haverbeke
-1
/
+1
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-26
/
+43
2011-09-21
rt: Implement cycle collection marking. Simple cycles can now be detected.
Patrick Walton
-6
/
+244
2011-09-21
Log and compare unique boxes
Brian Anderson
-0
/
+48
2011-09-20
Re-wrap long line
Jesse Ruderman
-2
/
+2
2011-09-20
rt: Zero out allocations so that the CC won't die if it happens to run while ...
Patrick Walton
-0
/
+2
2011-09-20
rt: Add some debug code (ifdef'd out) for diagnosing marking problems
Patrick Walton
-0
/
+6
2011-09-20
rt: Skip over the reference count properly before walking the contents of the...
Patrick Walton
-0
/
+2
2011-09-20
rt: Remove obsolete comment
Patrick Walton
-1
/
+0
2011-09-20
rt: Increase the tolerance of the vector range sanity check
Patrick Walton
-1
/
+1
2011-09-20
rt: Clean up debugging print statements in rust_obstack.cpp
Patrick Walton
-4
/
+3
2011-09-20
rt: First stab at computing internal reference counts
Patrick Walton
-15
/
+161
2011-09-20
rt: Stub code for the cycle collector
Patrick Walton
-0
/
+76
2011-09-20
rt: Make rust_shape.h able to be included in more contexts
Patrick Walton
-1
/
+6
2011-09-20
rt: Add an on-the-side GC chain
Patrick Walton
-0
/
+8
2011-09-20
rt: Rename rand() to isaac_rand() since the former prevents lots of standard ...
Patrick Walton
-5
/
+5
2011-09-20
rt: Remove the GC alloc chain
Patrick Walton
-9
/
+4
2011-09-20
rt: Remove #include "rust_box.h"
Patrick Walton
-1
/
+0
2011-09-20
Revert "rt: Rename rust_box to rust_box_legacy, as they're about to become se...
Patrick Walton
-7
/
+6
2011-09-20
rt: Remove rust_box.h; I'm going to switch to an external map.
Patrick Walton
-18
/
+0
2011-09-20
rt: Remove upcall_malloc_box and upcall_free_box; I don't think they'll be ne...
Patrick Walton
-37
/
+0
2011-09-19
rt: Introduce a self-describing box representation and functions to create an...
Patrick Walton
-1
/
+59
2011-09-16
Yield after send
Brian Anderson
-0
/
+1
2011-09-16
rt: Add a new rust_box structure to the runtime that describes a self-describ...
Patrick Walton
-0
/
+0
2011-09-16
rt: Rename rust_box to rust_box_legacy, as they're about to become self-descr...
Patrick Walton
-6
/
+7
2011-09-16
Handle the case where a child task tries to kill a parent while it is dying
Brian Anderson
-1
/
+1
2011-09-15
rt: Add libunwind.h support on Mac OS X
Patrick Walton
-1
/
+22
2011-09-14
Unsupervise tasks before the scheduler kills them. Unblock before yield->fail
Brian Anderson
-0
/
+7
2011-09-14
Make failure propagation to dead parents work
Brian Anderson
-3
/
+10
2011-09-14
Make linked task failure work again
Brian Anderson
-3
/
+14
2011-09-11
Remove hack_allow_leaks
Brian Anderson
-21
/
+3
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-2
/
+5
2011-09-11
Remove unused task_exit function
Brian Anderson
-12
/
+0
2011-09-11
Add upcall_rust_personality
Brian Anderson
-0
/
+23
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-53
/
+1
2011-09-09
Remove unused logging upcalls from runtime
Marijn Haverbeke
-25
/
+0
2011-09-08
rt: Don't double-print commas when logging e.g. a vec of boxes
Patrick Walton
-0
/
+4
2011-09-07
Unwind the stack on task failure
Brian Anderson
-8
/
+41
2011-09-07
Child tasks take a ref to their parents
Brian Anderson
-0
/
+10
2011-09-07
Rewrite spawn yet again
Brian Anderson
-30
/
+70
2011-09-07
Refactor task failure a bit
Brian Anderson
-3
/
+3
2011-09-06
rt: Implement poison-on-free, for debugging memory issues
Patrick Walton
-1
/
+23
2011-09-03
Remove unused runtime functions. Issue #855
Brian Anderson
-12
/
+0
[prev]
[next]