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
/
rust_box_annihilator.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-08-31
rt: Fix box annihilator to deallocate exchange heap boxes properly.
Elliott Slaughter
-1
/
+7
2012-08-31
rt: Add interface to box annihilator.
Elliott Slaughter
-0
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-06-24
Remove resources
Tim Chevalier
-4
/
+3
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-0
/
+4
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-13
/
+6
2012-06-11
Add emacs settings to some runtime files where they were missing.
Michael Sullivan
-0
/
+9
2012-05-03
More shape fixes for evecs.
Graydon Hoare
-2
/
+2
2012-05-03
Implement better shape code for evec, estr.
Graydon Hoare
-0
/
+12
2012-05-02
Remove unused sp_size arg passed through walk_vec{1,2} in shape code.
Graydon Hoare
-1
/
+1
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+3
2012-03-31
rt: Fix whitespace
Brian Anderson
-2
/
+3
2012-03-29
rt: Make the box annihilator walk and delete contents
Brian Anderson
-1
/
+194
2012-03-29
rt: Free all outstanding boxes at task death
Brian Anderson
-0
/
+15