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.h
Age
Commit message (
Expand
)
Author
Lines
2011-12-15
massive refactor of how closures work
Niko Matsakis
-5
/
+4
2011-11-17
make ref cnts a long not an int
Niko Matsakis
-1
/
+2
2011-11-16
adjust alignment, size of tag variant id and make it easy to
Niko Matsakis
-9
/
+11
2011-09-23
rt: Whitespace police
Patrick Walton
-6
/
+6
2011-09-23
rt: Turn off some debug code
Patrick Walton
-4
/
+4
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-8
/
+25
2011-09-23
rt: Fix build bustage due to gcc's format string warnings
Patrick Walton
-2
/
+2
2011-09-23
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
Patrick Walton
-4
/
+11
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-4
/
+19
2011-09-21
Log and compare unique boxes
Brian Anderson
-0
/
+38
2011-09-20
rt: Make rust_shape.h able to be included in more contexts
Patrick Walton
-1
/
+6
2011-09-08
rt: Don't double-print commas when logging e.g. a vec of boxes
Patrick Walton
-0
/
+3
2011-09-02
rt: Remove evecs from the shape code
Patrick Walton
-51
/
+0
2011-09-01
rt: Make logging more resilient to null vector pointers (useful when debuggin...
Patrick Walton
-2
/
+8
2011-09-01
rt: Disable debug spew in rust_shape
Patrick Walton
-4
/
+4
2011-08-31
rt: Prevent trailing commas from showing up when logging oddly aligned arrays
Patrick Walton
-9
/
+18
2011-08-31
rt: Introduce "end_dp" bailouts in order to avoid marching past the end of od...
Patrick Walton
-16
/
+28
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-141
/
+156
2011-08-30
rt: Override the character interpretation of u8/i8 values when logging
Patrick Walton
-1
/
+19
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-15
/
+19
2011-08-30
rustc: Allow non-type-parametric resources to be logged
Patrick Walton
-12
/
+11
2011-08-29
rt: Have data::walk_fn be defensive regarding whether the derived implementat...
Patrick Walton
-1
/
+2
2011-08-29
rt: Move to a custom alignof since __alignof__ returns the "preferred" alignm...
Patrick Walton
-9
/
+27
2011-08-29
rt: Don't dereference a null pointer when traversing a function with no envir...
Patrick Walton
-2
/
+3
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-60
/
+25
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-2
/
+35
2011-08-25
rt: Null check in walk_obj_contents. Prevents marking from crashing when call...
Patrick Walton
-0
/
+2
2011-08-25
rt: Remember the number of captured type descriptors for objects in the type ...
Patrick Walton
-0
/
+3
2011-08-24
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be lo...
Patrick Walton
-24
/
+27
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-18
/
+23
2011-08-24
rt: Print out fields of objects when logging them
Patrick Walton
-2
/
+29
2011-08-20
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
Brian Anderson
-0
/
+18
2011-08-20
Revert "Shuffle around definitions in rust_shape.h"
Brian Anderson
-110
/
+110
2011-08-20
Shuffle around definitions in rust_shape.h
Brian Anderson
-110
/
+110
2011-08-19
rt: Split out shapes into rust_shape.cpp and rust_shape.h so that shape code ...
Patrick Walton
-0
/
+955