summary refs log tree commit diff
path: root/src/libstd/unstable/raw.rs
AgeCommit message (Expand)AuthorLines
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