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
/
library
/
std
/
src
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-26
Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone...
Артём Павлов [Artyom Pavlov]
-1
/
+1
2022-01-13
Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-se
Matthias Krüger
-4
/
+643
2022-01-10
Eliminate "boxed" wording in `std::error::Error` documentation
david-perez
-6
/
+6
2022-01-07
silence tidy errors
Jane Lusby
-10
/
+4
2022-01-07
Implement `TryFrom<char>` for `u8`
Ian Douglas Scott
-0
/
+3
2021-12-16
attempt to make Report usable with Box dyn Error and fn main
Jane Lusby
-103
/
+201
2021-12-16
more docs improvements
Jane Lusby
-35
/
+207
2021-12-16
add a panicking example
Jane Lusby
-4
/
+51
2021-12-16
Update report output and fix examples
Jane Lusby
-35
/
+160
2021-12-14
Update std::error::Report based on feedback
Jane Lusby
-27
/
+47
2021-10-27
Fix broken doctest
Sean Chen
-2
/
+2
2021-10-27
Format doctest
Sean Chen
-45
/
+10
2021-10-27
Add `rust` annotation to doctest
Sean Chen
-1
/
+1
2021-10-27
Attempt to fix tidy errors
Sean Chen
-79
/
+54
2021-10-22
Change `source` field to `error`
Sean Chen
-8
/
+8
2021-10-22
Have `pretty` and `show_backtrace` accept booleans
Sean Chen
-5
/
+5
2021-10-22
Try commiting again
Sean Chen
-1
/
+244
2021-10-04
Stabilize try_reserve
Kornel
-1
/
+1
2021-09-21
Impl `Error` for `FromSecsError` without foreign type
mbartlett21
-1
/
+2
2021-09-18
Fix typo
ondra05
-2
/
+2
2021-06-15
Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett
Yuki Okushi
-0
/
+3
2021-06-14
Add functions `Duration::try_from_secs_{f32, f64}`
mbartlett21
-0
/
+3
2021-04-02
Document "standard" conventions for error messages
Aleksey Kladov
-8
/
+15
2021-03-04
Add tracking issue for map_try_insert.
Mara Bos
-2
/
+2
2021-03-04
Implement Error for OccupiedError.
Mara Bos
-0
/
+18
2021-02-22
Add impl `Error` for `Arc`
Richard Dodd
-0
/
+22
2021-01-24
Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-se
Jonas Schievink
-0
/
+21
2020-12-31
Remove many unnecessary manual link resolves from library
Camelid
-2
/
+0
2020-12-21
bump stabilization to 1.51.0
Ashley Mannix
-1
/
+1
2020-10-31
update stabilization to 1.49.0
Ashley Mannix
-1
/
+1
2020-10-08
Rename LayoutErr to LayoutError outside of core
Jacob Hughes
-2
/
+2
2020-09-28
Rename AllocErr to AllocError
Jacob Hughes
-2
/
+2
2020-09-11
Mark Error impl for LayoutErr as stable.
Mara Bos
-5
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-41
/
+3
2020-08-27
Reduce duplicate doc link in error
Ivan Tham
-1
/
+1
2020-08-26
Use [xxx()] rather than the [xxx] function
Ivan Tham
-2
/
+2
2020-08-26
Error use explicit intra-doc link and fix text
Ivan Tham
-10
/
+7
2020-08-23
Convert str -> prim@str in `std`
Joshua Nelson
-0
/
+4
2020-08-17
Switch to intra-doc links for std/src/error.rs
Ellen
-25
/
+3
2020-08-05
implement Error for &(impl Error)
Ashley Mannix
-0
/
+21
2020-07-27
mv std libs to library/
mark
-0
/
+802