about summary refs log tree commit diff
path: root/src/libstd/unstable/raw.rs
AgeCommit message (Expand)AuthorLines
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+6
2014-02-13Register new snapshotsAlex Crichton-13/+0
2014-02-07rm out-of-date comment from std::unstable::rawDaniel Micay-3/+0
2014-02-07remove type descriptors from proc and @TDaniel Micay-0/+12
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-1/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-1/+0
2014-01-14add implementation of `Repr` for `~[T]`Daniel Micay-0/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+2
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-0/+30
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-2/+2
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-4/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-1/+5
2013-09-06Flag the Repr::repr function with #[inline]Alex Crichton-0/+1
2013-08-26Rewrite pass management with LLVMAlex Crichton-0/+1
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-0/+1
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-0/+61