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_obstack.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-12-25
rt: Set the initial obstack size to 128 bytes
Brian Anderson
-5
/
+10
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-3
/
+4
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-2
/
+2
2011-09-20
rt: Clean up debugging print statements in rust_obstack.cpp
Patrick Walton
-4
/
+3
2011-09-01
rt: Allow iteration over the dynastack
Patrick Walton
-16
/
+60
2011-09-01
rt: Make debug string in rust_obstack slightly prettier
Patrick Walton
-1
/
+1
2011-09-01
rt: Zero out dynamic allocas for now
Patrick Walton
-0
/
+1
2011-09-01
rt: Include rust_shape.h in rust_obstack.cpp and remove the duplicate DPRINT(...
Patrick Walton
-3
/
+2
2011-09-01
rt: Add a missing FIXME to rust_obstack.cpp for segmented stacks
Patrick Walton
-1
/
+1
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-14
/
+39
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-3
/
+21
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-21
/
+3
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-3
/
+21
2011-08-17
rustc: Run obstack cleanups at the end of each function
Patrick Walton
-2
/
+3
2011-08-17
rustc: Mark an obstack fencepost when entering a dynamically-sized frame
Patrick Walton
-0
/
+8
2011-08-16
rt: Implement obstacks, untested as of yet
Patrick Walton
-0
/
+82