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_cc.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-10
/
+9
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-66
/
+159
2012-01-11
update iface cc code to not walk contents (as with other boxes)
Niko Matsakis
-2
/
+4
2012-01-11
Revert some iface shape code, fix a few more things in it
Marijn Haverbeke
-3
/
+2
2012-01-10
update shape code to handle iface instances
Niko Matsakis
-0
/
+9
2011-10-21
Get 'make tidy' to work rustllvm and rt again
Brian Anderson
-83
/
+83
2011-10-21
Cycle-collect objects
Brian Anderson
-2
/
+5
2011-10-21
Free vectors during cc sweep
Brian Anderson
-3
/
+126
2011-10-21
Record the internal reference count of environment boxes. Closes #981
Brian Anderson
-19
/
+28
2011-10-20
Convert DPRINT to LOG in rust_cc.cpp and add more logging
Brian Anderson
-16
/
+18
2011-09-26
rt: Don't run arbitrary destructors on cycle collection; that's just broken.
Patrick Walton
-8
/
+1
2011-09-26
rt: Turn on cycle collection at task death; add a test case
Patrick Walton
-2
/
+16
2011-09-26
rt: Make the logic that moves environments between tasks update the GC alloc ...
Patrick Walton
-4
/
+10
2011-09-23
rt: Sweep in cycle collection
Patrick Walton
-2
/
+13
2011-09-23
rt: Turn off some debug code
Patrick Walton
-0
/
+2
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-13
/
+11
2011-09-23
rt: Factor out the logic that handles the various magic debug environment var...
Patrick Walton
-8
/
+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
-10
/
+10
2011-09-21
rt: Implement cycle collection marking. Simple cycles can now be detected.
Patrick Walton
-6
/
+244
2011-09-20
Re-wrap long line
Jesse Ruderman
-2
/
+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: First stab at computing internal reference counts
Patrick Walton
-15
/
+161
2011-09-20
rt: Stub code for the cycle collector
Patrick Walton
-0
/
+57