summaryrefslogtreecommitdiff
path: root/src/libstd/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Impl Error for Box<T: Error>Guillaume Gomez2016-01-231-0/+11
* Simplify return for error::Error impl for string::ParseErrorDirk Gadsden2016-01-221-1/+1
* Implement error::Error and fmt::Display for string::ParseErrorDirk Gadsden2016-01-221-0/+7
* Add an impl for Box<Error> from &str.Michael Sproul2016-01-131-0/+7
* Add an impl for Box<Error> from String.Michael Sproul2015-12-221-0/+9
* std: Add issues to all unstable featuresAlex Crichton2015-08-151-1/+2
* Replace many uses of `mem::transmute` with more specific functionsTobias Bucher2015-08-091-2/+2
* std: Stabilize a number of small APIsAlex Crichton2015-07-281-9/+93
* std: Hide some internal functions more aggressivelyAlex Crichton2015-06-171-1/+1
* More test fixes and fallout of stability changesAlex Crichton2015-06-171-2/+2
* core: Split apart the global `core` featureAlex Crichton2015-06-171-1/+1
* Replace usage of String::from_str with String:fromSimon Sapin2015-06-081-1/+1
* std: Don't use a wrapper for the float error typeAlex Crichton2015-05-011-1/+1
* Add downcasting to std::error::ErrorAaron Turon2015-04-301-5/+125
* Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors2015-04-181-7/+7
|\
| * Add `Sync` to the bounds in `io::Error`Kevin Ballard2015-04-061-7/+7
* | std: Stabilize the Utf8Error typeAlex Crichton2015-04-101-4/+1
|/
* std: impl From<String> for Box<Error + Send>Kevin Butler2015-04-021-3/+10
* Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis2015-04-011-0/+152
* std: Rename Show/String to Debug/DisplayAlex Crichton2015-01-201-137/+0
* Remove Send bound from Error trait.Michael Sproul2015-01-171-2/+2
* Stabilize std::errorAaron Turon2015-01-061-0/+8
* std: Stabilize the prelude moduleAlex Crichton2015-01-021-1/+1
* std: Second pass stabilization for `string`Alex Crichton2014-12-291-0/+10
* std: Stabilize the std::str moduleAlex Crichton2014-12-211-4/+14
* Utilize fewer reexportsCorey Farwell2014-12-051-1/+2
* Switch to purely namespaced enumsSteven Fackler2014-11-171-2/+2
* std::error: fix stray doc commentAaron Turon2014-11-041-3/+0
* Add error module with Error and FromError traitsAaron Turon2014-11-021-0/+111