about summary refs log tree commit diff
path: root/library/std/src/error.rs
AgeCommit message (Expand)AuthorLines
2022-09-26remove cfg(bootstrap)Pietro Albini-1023/+0
2022-08-25error::Error: remove some commentsNick Cameron-15/+0
2022-08-24error::Error: rename the Demand arguments from req to demandNick Cameron-12/+11
2022-08-24error::Error: rename the chain method to sourcesNick Cameron-13/+28
2022-08-22Move error trait into coreJane Losare-Lusby-226/+81
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+1
2022-08-02Stabilize backtraceTheodore Dubois-1/+0
2022-08-01remove fn backtraceJane Losare-Lusby-41/+33
2022-07-15add tracking issue to generic member access APIsJane Losare-Lusby-8/+8
2022-07-11apply suggestions from code reviewJane Losare-Lusby-7/+8
2022-06-13fix broken doc commentJane Lusby-9/+10
2022-06-13remove outdated referencesJane Lusby-2/+1
2022-06-13Add provider API to error traitJane Lusby-1/+115
2022-05-29Fix typo (panick -> panic)Maybe Waffle-1/+1
2022-05-26Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcmMatthias Krüger-1/+137
2022-05-25fix linksJane Lusby-11/+13
2022-05-24explained unwrap vs expectJane Losare-Lusby-12/+15
2022-05-18Fix rusty grammar in `std::error::Reporter` docsSam Robinson-Adams-4/+4
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-3/+3
2022-05-06This is a pretty good start if you ask meJane Lusby-1/+132
2022-04-28Add more diagnostic itemsSerial-0/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+43
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-3/+3
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-0/+8
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-13/+13
2022-01-26Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone...Артём Павлов [Artyom Pavlov]-1/+1
2022-01-13Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-seMatthias Krüger-4/+643
2022-01-10Eliminate "boxed" wording in `std::error::Error` documentationdavid-perez-6/+6
2022-01-07silence tidy errorsJane Lusby-10/+4
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+3
2021-12-16attempt to make Report usable with Box dyn Error and fn mainJane Lusby-103/+201
2021-12-16more docs improvementsJane Lusby-35/+207
2021-12-16add a panicking exampleJane Lusby-4/+51
2021-12-16Update report output and fix examplesJane Lusby-35/+160
2021-12-14Update std::error::Report based on feedbackJane Lusby-27/+47
2021-10-27Fix broken doctestSean Chen-2/+2
2021-10-27Format doctestSean Chen-45/+10
2021-10-27Add `rust` annotation to doctestSean Chen-1/+1
2021-10-27Attempt to fix tidy errorsSean Chen-79/+54
2021-10-22Change `source` field to `error`Sean Chen-8/+8
2021-10-22Have `pretty` and `show_backtrace` accept booleansSean Chen-5/+5
2021-10-22Try commiting againSean Chen-1/+244
2021-10-04Stabilize try_reserveKornel-1/+1
2021-09-21Impl `Error` for `FromSecsError` without foreign typembartlett21-1/+2
2021-09-18Fix typoondra05-2/+2
2021-06-15Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplettYuki Okushi-0/+3
2021-06-14Add functions `Duration::try_from_secs_{f32, f64}`mbartlett21-0/+3
2021-04-02Document "standard" conventions for error messagesAleksey Kladov-8/+15
2021-03-04Add tracking issue for map_try_insert.Mara Bos-2/+2
2021-03-04Implement Error for OccupiedError.Mara Bos-0/+18