about summary refs log tree commit diff
path: root/src/libstd/error.rs
AgeCommit message (Expand)AuthorLines
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-1/+1
2017-09-30Merge remote-tracking branch 'upstream/master'Nikolai Vazquez-0/+8
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-0/+8
2017-09-29Implement Error trait for TryFromSliceErrorNikolai Vazquez-0/+8
2017-09-23Simplify implementation of Display and Error for convert::Infallible.Jimmy Cuadra-1/+2
2017-09-21impl std::error::Error for convert::Infallible.Jimmy Cuadra-0/+7
2017-09-10Add Cow<str> -> Box<Error> impls.Clar Charr-0/+15
2017-08-02Fixed errors in libstd.Isaac van Bakel-1/+1
2017-07-10Correct some stability attributesOliver Middleton-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-2/+2
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+8
2017-06-20added `FromStr` Impl for `char`tinaun-0/+8
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+19
2017-05-20Correct some stability versionsOliver Middleton-3/+3
2017-04-18Fix a few stability attributesOliver Middleton-1/+1
2017-03-15Implement Error for !.Clar Charr-0/+5
2016-11-25Follow our own recommendations in the examplesVickenty Fesunov-2/+2
2016-10-21Fix a few links in the docsOliver Middleton-1/+3
2016-10-15Fixed typoNabeel Omer-1/+1
2016-10-15Corrected broken markdown linkNabeel Omer-1/+1
2016-10-15Updated the docs for Error::descriptionNabeel Omer-3/+5
2016-10-12Deprecate `Reflect`Nick Cameron-2/+1
2016-10-04Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnikManish Goregaokar-4/+8
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-4/+4
2016-10-03Add missing urls for error moduleGuillaume Gomez-4/+8
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+7
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-18/+4
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-4/+2
2016-08-08Implement `RefCell::{try_borrow, try_borrow_mut}`Andrew Paseltiner-0/+15
2016-07-10Add examples for std::Error moduleGuillaume Gomez-0/+70
2016-05-25Implement Error trait for fmt::Error typeGuillaume Gomez-0/+7
2016-05-07Implement RFC 1542Steven Fackler-0/+7
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+8
2016-01-23Impl Error for Box<T: Error>Guillaume Gomez-0/+11
2016-01-22Simplify return for error::Error impl for string::ParseErrorDirk Gadsden-1/+1
2016-01-22Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden-0/+7
2016-01-13Add an impl for Box<Error> from &str.Michael Sproul-0/+7
2015-12-22Add an impl for Box<Error> from String.Michael Sproul-0/+9
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+2
2015-07-28std: Stabilize a number of small APIsAlex Crichton-9/+93
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-1/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-5/+125
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-7/+7
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-4/+1
2015-04-06Add `Sync` to the bounds in `io::Error`Kevin Ballard-7/+7