about summary refs log tree commit diff
path: root/src/libstd/error.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-02std: impl From<String> for Box<Error + Send>Kevin Butler-3/+10
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-0/+152
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-137/+0
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