summary refs log tree commit diff
path: root/src/libstd/repr.rs
AgeCommit message (Expand)AuthorLines
2013-09-09auto merge of #9065 : thestinger/rust/iter, r=alexcrichtonbors-1/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-08repr: update for removal of constDaniel Micay-2/+1
2013-09-08repr: write the mutability qualifier for slicesDaniel Micay-0/+4
2013-09-07fix repr of strings/chars with quotesDaniel Micay-5/+22
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
2013-09-03repr: add very basic support for functionsDaniel Micay-5/+17
2013-09-02auto merge of #8927 : thestinger/rust/repr, r=huonwbors-11/+37
2013-09-02repr: handle tuple structs sanelyDaniel Micay-9/+21
2013-09-02repr: add support for trait objectsDaniel Micay-1/+6
2013-09-02repr: print functions as `fn()`Daniel Micay-1/+10
2013-09-01Fix #8898novalis-2/+3
2013-08-31repr: remove trailing {} from unit-like structsDaniel Micay-5/+9
2013-08-31repr: print the name of structsDaniel Micay-7/+14
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-224/+217
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-224/+217
2013-08-27Remove offset_inbounds for an unsafe offset functionAlex Crichton-1/+1
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-5/+0
2013-08-27repr: include mutability qualifier in visit_ptrDaniel Micay-0/+15
2013-08-27repr: print integer/float suffixesDaniel Micay-25/+40
2013-08-23fix performance regression from invalid IRDaniel Micay-1/+1
2013-08-12fix build with the new snapshot compilerDaniel Micay-24/+0
2013-08-11Update type visitor to use &Visitor and not @VisitorNiko Matsakis-0/+24
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+3
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-21/+17
2013-07-22new snapshotDaniel Micay-29/+0
2013-07-18repr: add a test case for @mut inside another typeDaniel Micay-2/+2
2013-07-18fix repr of @mut vectorsDaniel Micay-6/+5
2013-07-17fix repr of unique vectors with stage0 libstdDaniel Micay-0/+9
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-0/+1
2013-07-15remove headers from unique vectorsDaniel Micay-0/+8
2013-07-10Don't loop infinitely on 0-size structs in reprAlex Crichton-2/+8
2013-07-08remove headers from exchange allocationsDaniel Micay-0/+9
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-54/+24
2013-06-30Change char::escape_{default,unicode} to take callbacks instead of allocatingAlex Crichton-3/+3
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-4/+16
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-5/+5
2013-06-15rm vec::uniq_lenDaniel Micay-2/+3
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-14/+18
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/+639