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
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
2014-11-02
Add error module with Error and FromError traits
Aaron Turon
-0
/
+111