]> git.lizzy.rs Git - rust.git/history - src/rt/rust_shape.h
fix how we walk functions to match new closure fmt
[rust.git] / src / rt / rust_shape.h
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2011-12-15 Brian AndersonMerge pull request #1307 from elly/cargo
2011-12-15 Niko Matsakismassive refactor of how closures work
2011-11-17 Niko Matsakismake ref cnts a long not an int
2011-11-16 Niko Matsakisadjust alignment, size of tag variant id and make it...
2011-09-24 Patrick Waltonrt: Whitespace police
2011-09-24 Patrick Waltonrt: Turn off some debug code
2011-09-24 Patrick Waltonrt: Get rid of the hack that looks for captured type...
2011-09-23 Patrick Waltonrt: Fix build bustage due to gcc's format string warnings
2011-09-23 Patrick Waltonrt: Add a RUST_TRACK_ORIGINS debug flag to help track...
2011-09-22 Patrick Waltonrustc: Port the fn and obj traversal logic over from...
2011-09-22 Brian AndersonLog and compare unique boxes
2011-09-20 Patrick Waltonrt: Make rust_shape.h able to be included in more contexts
2011-09-08 Patrick Waltonrt: Don't double-print commas when logging e.g. a vec...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-02 Patrick Waltonrt: Remove evecs from the shape code
2011-09-01 Patrick Waltonrt: Make logging more resilient to null vector pointers...
2011-09-01 Patrick Waltonrt: Disable debug spew in rust_shape
2011-08-31 Patrick Waltonrt: Prevent trailing commas from showing up when loggin...
2011-08-31 Patrick Waltonrt: Introduce "end_dp" bailouts in order to avoid march...
2011-08-31 Patrick Waltonrt: Make |align| a member of the shape glue class inste...
2011-08-31 Patrick Waltonrt: Override the character interpretation of u8/i8...
2011-08-30 Patrick Waltonrt: Fix logging of type-parametric resources
2011-08-30 Patrick Waltonrustc: Allow non-type-parametric resources to be logged
2011-08-29 Patrick Waltonrt: Have data::walk_fn be defensive regarding whether...
2011-08-29 Patrick Waltonrt: Move to a custom alignof since __alignof__ returns...
2011-08-29 Patrick Waltonrt: Don't dereference a null pointer when traversing...
2011-08-29 Marijn HaverbekeImplement non-internal ivecs
2011-08-27 Patrick Waltonrt: Allow closures to be logged
2011-08-26 Patrick Waltonrt: Null check in walk_obj_contents. Prevents marking...
2011-08-25 Patrick Waltonrt: Remember the number of captured type descriptors...
2011-08-24 Patrick Waltonrt: Fix walk_obj_contents for type-parameteric objects...
2011-08-24 Patrick Waltonrt: Factor out type param construction into from_tydesc...
2011-08-24 Patrick Waltonrt: Print out fields of objects when logging them
2011-08-20 Brian AndersonMove bump_dp, get_dp from rust_shape.cpp to rust_shape.h
2011-08-20 Brian AndersonRevert "Shuffle around definitions in rust_shape.h"
2011-08-20 Brian AndersonShuffle around definitions in rust_shape.h
2011-08-20 Patrick Waltonrt: Split out shapes into rust_shape.cpp and rust_shape...