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
/
rust_gc.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-164
/
+0
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-1
/
+2
2011-09-23
rt: Factor out stack walking into rust_abi.cpp
Patrick Walton
-31
/
+1
2011-09-23
rt: Factor out the logic that handles the various magic debug environment var...
Patrick Walton
-7
/
+3
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-4
/
+4
2011-09-01
rt: Remove duplicate DPRINT() macro from rust_gc.cpp
Patrick Walton
-2
/
+0
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-2
/
+2
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-2
/
+2
2011-08-20
rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.h
Patrick Walton
-18
/
+5
2011-08-19
rt: Remove rustboot's GC infrastructure
Patrick Walton
-0
/
+1
2011-08-19
rt: Implement stack crawling
Patrick Walton
-11
/
+26
2011-08-19
Add missing struct keyword to rust_gc
Brian Anderson
-1
/
+1
2011-08-19
rt: Find roots on the stack; stub mark and sweep routines
Patrick Walton
-8
/
+121
2011-08-19
rt: Attempt to put out burning tinderbox by fully qualifying gc::gc().
Patrick Walton
-1
/
+1
2011-08-19
rt: Call maybe_gc on mallocs
Patrick Walton
-11
/
+25
2011-08-18
rt: Remove "TODO: Windows"
Patrick Walton
-1
/
+0
2011-08-18
rt: Fix the calculation of the location of GC safe points
Patrick Walton
-1
/
+1
2011-08-18
rustc: Stub GC routines
Patrick Walton
-0
/
+70