index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-20
added `FromStr` Impl for `char`
tinaun
-0
/
+8
2017-06-15
implement Error trait for error structs added in allocator API.
Felix S. Klock II
-0
/
+19
2017-05-20
Correct some stability versions
Oliver Middleton
-3
/
+3
2017-04-18
Fix a few stability attributes
Oliver Middleton
-1
/
+1
2017-03-15
Implement Error for !.
Clar Charr
-0
/
+5
2016-11-25
Follow our own recommendations in the examples
Vickenty Fesunov
-2
/
+2
2016-10-21
Fix a few links in the docs
Oliver Middleton
-1
/
+3
2016-10-15
Fixed typo
Nabeel Omer
-1
/
+1
2016-10-15
Corrected broken markdown link
Nabeel Omer
-1
/
+1
2016-10-15
Updated the docs for Error::description
Nabeel Omer
-3
/
+5
2016-10-12
Deprecate `Reflect`
Nick Cameron
-2
/
+1
2016-10-04
Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnik
Manish Goregaokar
-4
/
+8
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-4
/
+4
2016-10-03
Add missing urls for error module
Guillaume Gomez
-4
/
+8
2016-08-29
Implement TryFrom<u32> for char
Simon Sapin
-0
/
+7
2016-08-26
Replace unnecessary uses of `TraitObject` with casts
Andrew Paseltiner
-18
/
+4
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-4
/
+2
2016-08-08
Implement `RefCell::{try_borrow, try_borrow_mut}`
Andrew Paseltiner
-0
/
+15
2016-07-10
Add examples for std::Error module
Guillaume Gomez
-0
/
+70
2016-05-25
Implement Error trait for fmt::Error type
Guillaume Gomez
-0
/
+7
2016-05-07
Implement RFC 1542
Steven Fackler
-0
/
+7
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+8
2016-01-23
Impl Error for Box<T: Error>
Guillaume Gomez
-0
/
+11
2016-01-22
Simplify return for error::Error impl for string::ParseError
Dirk Gadsden
-1
/
+1
2016-01-22
Implement error::Error and fmt::Display for string::ParseError
Dirk Gadsden
-0
/
+7
2016-01-13
Add an impl for Box<Error> from &str.
Michael Sproul
-0
/
+7
2015-12-22
Add an impl for Box<Error> from String.
Michael Sproul
-0
/
+9
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-2
/
+2
2015-07-28
std: Stabilize a number of small APIs
Alex Crichton
-9
/
+93
2015-06-17
std: Hide some internal functions more aggressively
Alex Crichton
-1
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-05-01
std: Don't use a wrapper for the float error type
Alex Crichton
-1
/
+1
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-5
/
+125
2015-04-18
Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton
bors
-7
/
+7
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-4
/
+1
2015-04-06
Add `Sync` to the bounds in `io::Error`
Kevin Ballard
-7
/
+7
2015-04-02
std: impl From<String> for Box<Error + Send>
Kevin Butler
-3
/
+10
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-0
/
+152
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-137
/
+0
2015-01-17
Remove Send bound from Error trait.
Michael Sproul
-2
/
+2
2015-01-06
Stabilize std::error
Aaron Turon
-0
/
+8
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-0
/
+10
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-4
/
+14
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-2
/
+2
2014-11-04
std::error: fix stray doc comment
Aaron Turon
-3
/
+0
[prev]
[next]