summary refs log tree commit diff
path: root/src/libstd/reflect.rs
AgeCommit message (Expand)AuthorLines
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-3/+5
2013-09-02repr: handle tuple structs sanelyDaniel Micay-6/+9
2013-09-02repr: add support for trait objectsDaniel Micay-2/+2
2013-08-31repr: print the name of structsDaniel Micay-8/+5
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-64/+64
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-15/+0
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-2/+2
2013-07-22new snapshotDaniel Micay-13/+0
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-0/+1
2013-07-15remove headers from unique vectorsDaniel Micay-0/+8
2013-07-08remove headers from exchange allocationsDaniel Micay-0/+8
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-2/+4
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-5/+5
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-9/+9
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+500