about summary refs log tree commit diff
path: root/src/libstd/error.rs
AgeCommit message (Expand)AuthorLines
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-22Add a missing stable attributeBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-7/+8
2015-01-17Remove Send bound from Error trait.Michael Sproul-2/+2
2015-01-06Stabilize std::errorAaron Turon-0/+8
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `string`Alex Crichton-0/+10
2014-12-21std: Stabilize the std::str moduleAlex Crichton-4/+14
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-11-04std::error: fix stray doc commentAaron Turon-3/+0
2014-11-02Add error module with Error and FromError traitsAaron Turon-0/+111