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
2025-01-26
Move std::error unit tests to integration tests
bjorn3
-3
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-02
chore: refactor backtrace formatting
Konippi
-7
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-06-16
std: move `sys_common::backtrace` to `sys`
joboet
-1
/
+1
2023-11-26
Clean dead codes
r0cky
-8
/
+0
2023-08-18
Expose core::error::request_value in std
Jake Goulding
-1
/
+1
2023-08-13
core/any: remove Provider trait
wayne warren
-6
/
+7
2023-07-29
Change default panic handler message format.
Mara Bos
-1
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1023
/
+0
2022-08-25
error::Error: remove some comments
Nick Cameron
-15
/
+0
2022-08-24
error::Error: rename the Demand arguments from req to demand
Nick Cameron
-12
/
+11
2022-08-24
error::Error: rename the chain method to sources
Nick Cameron
-13
/
+28
2022-08-22
Move error trait into core
Jane Losare-Lusby
-226
/
+81
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-1
/
+1
2022-08-02
Stabilize backtrace
Theodore Dubois
-1
/
+0
2022-08-01
remove fn backtrace
Jane Losare-Lusby
-41
/
+33
2022-07-15
add tracking issue to generic member access APIs
Jane Losare-Lusby
-8
/
+8
2022-07-11
apply suggestions from code review
Jane Losare-Lusby
-7
/
+8
2022-06-13
fix broken doc comment
Jane Lusby
-9
/
+10
2022-06-13
remove outdated references
Jane Lusby
-2
/
+1
2022-06-13
Add provider API to error trait
Jane Lusby
-1
/
+115
2022-05-29
Fix typo (panick -> panic)
Maybe Waffle
-1
/
+1
2022-05-26
Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm
Matthias Krüger
-1
/
+137
2022-05-25
fix links
Jane Lusby
-11
/
+13
2022-05-24
explained unwrap vs expect
Jane Losare-Lusby
-12
/
+15
2022-05-18
Fix rusty grammar in `std::error::Reporter` docs
Sam Robinson-Adams
-4
/
+4
2022-05-09
Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
bors
-3
/
+3
2022-05-06
This is a pretty good start if you ask me
Jane Lusby
-1
/
+132
2022-04-28
Add more diagnostic items
Serial
-0
/
+1
2022-04-14
library: Move `CStr` to libcore, and `CString` to liballoc
Vadim Petrochenkov
-0
/
+43
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-3
/
+3
2022-04-08
Add ThinBox type for 1 stack pointer sized heap allocated trait objects
Jane Lusby
-0
/
+8
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-13
/
+13
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
[next]