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_shape.cpp
Age
Commit message (
Expand
)
Author
Lines
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-7
/
+11
2011-08-24
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be lo...
Patrick Walton
-3
/
+14
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-11
/
+25
2011-08-24
rt: Print out fields of objects when logging them
Patrick Walton
-0
/
+6
2011-08-20
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
Brian Anderson
-18
/
+0
2011-08-20
Revert "Add another 'using namespace shape' inside namespace shape"
Brian Anderson
-2
/
+0
2011-08-20
Add another 'using namespace shape' inside namespace shape
Brian Anderson
-0
/
+2
2011-08-19
rt: Split out shapes into rust_shape.cpp and rust_shape.h so that shape code ...
Patrick Walton
-916
/
+1
2011-08-18
Rename rust_vec to rust_evec
Brian Anderson
-1
/
+1
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-15
/
+10
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-10
/
+15
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-15
/
+10
2011-08-16
Removing port, chan and task shapes.
Eric Holk
-6
/
+0
2011-08-10
rt: Add the last few cases to polymorphic log
Patrick Walton
-0
/
+11
2011-08-10
rt: Step over type params properly in glue
Patrick Walton
-0
/
+1
2011-08-10
rt: Allow records and boxes to be logged
Patrick Walton
-11
/
+48
2011-08-10
rt: Allow tags to be logged
Patrick Walton
-3
/
+31
2011-08-10
rt: Implement logging of vectors
Patrick Walton
-1
/
+20
2011-08-10
rt: Implement polymorphic log on strings
Patrick Walton
-2
/
+33
2011-08-10
rustc: Use polymorphic logging
Patrick Walton
-25
/
+90
2011-08-09
rt: Stub code for polymorphic log
Patrick Walton
-2
/
+45
2011-08-09
rt: Implement comparison of functions, objects, ports, channels, and tasks
Patrick Walton
-1
/
+21
2011-08-09
rt: Don't walk vars twice. We self-host with compare glue now.
Patrick Walton
-1
/
+0
2011-08-09
rt: Initialize "result" in all constructors for cmp
Patrick Walton
-1
/
+2
2011-08-09
rt: Compare exterior vectors
Patrick Walton
-8
/
+36
2011-08-09
rt: Make comparison through type vars work
Patrick Walton
-21
/
+14
2011-08-09
rt: Fix comparison of interior vectors
Patrick Walton
-5
/
+63
2011-08-08
rt: Add code to walk over interior vectors, untested as of yet
Patrick Walton
-27
/
+84
2011-08-08
rt: Compare tags
Patrick Walton
-7
/
+59
2011-08-08
rt: Align when comparing the insides of boxes
Patrick Walton
-13
/
+10
2011-08-08
rt: Compare the insides of boxes
Patrick Walton
-6
/
+32
2011-08-08
rt: "const foo const &" == "const foo &", duh. Puts out burning tinderbox.
Patrick Walton
-1
/
+1
2011-08-08
rt: Stub the shape-based cmp upcall
Patrick Walton
-9
/
+120
2011-08-05
rt: Stub compare glue
Patrick Walton
-22
/
+60
2011-08-05
rt: Uncomment data<T>
Patrick Walton
-48
/
+70
2011-08-05
Removing trailing whitespace in rust_shape.cpp
Eric Holk
-1
/
+1
2011-08-05
rt: Simplify the signature of walk_tag; stub code for the data walker
Patrick Walton
-77
/
+181
2011-08-04
rt: Change int to uint32_t. Put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-08-03
rt: Stub shape glue and implement shape::print and shape::size_of.
Patrick Walton
-0
/
+698
[prev]