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
2019-03-31
Rollup merge of #59587 - XAMPPRocky:master, r=Centril
Mazdak Farrokhzad
-1
/
+0
2019-03-31
Remove #[doc(hidden)] from Error::type_id
Aaron Power
-1
/
+0
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-16
/
+16
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-4
/
+4
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+12
2019-02-25
Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton
bors
-3
/
+3
2019-02-16
Fix tracking issue for error iterators
Steven Fackler
-4
/
+4
2019-02-13
Stabilize TryFrom and TryInto
Simon Sapin
-3
/
+3
2019-02-13
Rollup merge of #58289 - haraldh:master, r=sfackler
Mazdak Farrokhzad
-0
/
+152
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-09
impl iter_sources() and iter_chain() for dyn Error
Harald Hoyer
-0
/
+152
2019-02-01
Stabilize std::error::Error::type_id
Simon Sapin
-3
/
+1
2019-01-08
Change std::error::Error trait documentation to talk about `source` instead o...
Czipperz
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-0
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-04
Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG...
Pietro Albini
-0
/
+141
2018-10-03
Remove main() in examples
Son
-46
/
+30
2018-09-26
Examples for docs
Son
-0
/
+148
2018-09-05
Add doc for impl From for Std Error
Son
-0
/
+9
2018-08-21
Correctly parenthesize dyn Error + 'static.
Without Boats
-1
/
+1
2018-08-20
Fix feature name.
Without Boats
-1
/
+1
2018-08-20
Add Error::source method per RFC 2504.
Without Boats
-1
/
+66
2018-07-11
Add missing dyn in tests
ljedrz
-2
/
+2
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-43
/
+43
2018-06-27
Fix doc links
Josef Reinhard Brandl
-0
/
+1
2018-06-11
Remove deprecated heap modules
Simon Sapin
-1
/
+1
2018-04-25
Suggest alternatives to Error::description()
Kornel
-1
/
+3
2018-04-25
Move description of the Error trait to its own doc-comment
Simon Sapin
-39
/
+24
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-3
/
+3
2018-04-20
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-1
/
+1
2018-04-12
Return Result instead of Option in alloc::Layout constructors
Simon Sapin
-1
/
+10
2018-04-12
Make AllocErr a zero-size unit struct
Simon Sapin
-1
/
+1
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-5
/
+5
2018-03-26
Stabilize the TryFrom and TryInto traits
Simon Sapin
-3
/
+3
2018-03-15
replace `convert::Infallible` with `!`
Andrew Cann
-9
/
+0
2018-03-14
change never_type stabilisation version
Andrew Cann
-1
/
+1
2018-03-14
Fix version number
Andrew Cann
-1
/
+1
2018-03-14
stabilise feature(never_type)
Andrew Cann
-1
/
+1
2017-12-12
Rename never_type_impls gate to never_type
Andrew Cann
-1
/
+1
2017-09-30
Merge remote-tracking branch 'upstream/master'
Nikolai Vazquez
-0
/
+8
2017-09-29
Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler
bors
-0
/
+8
2017-09-29
Implement Error trait for TryFromSliceError
Nikolai Vazquez
-0
/
+8
2017-09-23
Simplify implementation of Display and Error for convert::Infallible.
Jimmy Cuadra
-1
/
+2
2017-09-21
impl std::error::Error for convert::Infallible.
Jimmy Cuadra
-0
/
+7
2017-09-10
Add Cow<str> -> Box<Error> impls.
Clar Charr
-0
/
+15
2017-08-02
Fixed errors in libstd.
Isaac van Bakel
-1
/
+1
2017-07-10
Correct some stability attributes
Oliver Middleton
-1
/
+1
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-2
/
+2
2017-06-20
Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
Corey Farwell
-0
/
+8
[next]