about summary refs log tree commit diff
path: root/src/libstd/failure.rs
AgeCommit message (Expand)AuthorLines
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-4/+11
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-2/+2
2014-09-03Remove cross-borrowing for traits.Nick Cameron-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+102