about summary refs log tree commit diff
path: root/library/core/src/error.rs
AgeCommit message (Expand)AuthorLines
2025-07-04clippy fix: indentationMarijn Schouten-12/+12
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-1/+1
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+1
2025-02-18update version placeholdersJosh Stone-1/+1
2025-02-16Add an example for std::error::ErrorChris Denton-0/+24
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-2/+2
2024-12-13Update includes in '/library/core/src/error.rs';Gabriel Bjørnager Jensen-2/+2
2024-11-28Change `GetManyMutError` to match T-libs-api decisionChayim Refael Friedman-1/+1
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-10/+11
2024-08-25Remove cfg(test) from library/coreBen Kimock-3/+0
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+1
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-1/+1
2024-07-26Fix doc nitsJohn Arundel-16/+17
2024-07-22Fix some `#[cfg_attr(not(doc), repr(..))]`Pavel Grigorenko-1/+1
2024-07-04impl FusedIterator and a size hint for the error sources iterSky-0/+7
2024-06-16update commentSlanterns-1/+1
2024-06-10Simplify provider api to improve llvm irJane Losare-Lusby-26/+23
2024-06-07fix doc comments about `error_generic_member_access`Slanterns-2/+2
2024-06-07Stabilize `error_in_core`Slanterns-11/+1
2024-03-02style library/core/src/error.rsXiaobo Liu-0/+1
2024-01-20Spelling fixsunrosa-1/+1
2023-11-06Documentation cleanup for core::error::Request.Sven Marnach-4/+4
2023-08-15add missing feature(error_in_core)Ralf Jung-0/+10
2023-08-13core/any: remove Provider traitwayne warren-78/+657
2023-03-15Bump to latest betaMark Rousskov-1/+1
2023-03-15Bump version placeholdersMark Rousskov-1/+1
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-16/+0
2023-02-01Stabilize feature 'cstr_from_bytes_until_nul'Trevor Gross-1/+1
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+1
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-1/+0
2022-12-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+1
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+3
2022-11-06Bump version placeholders to releaseMark Rousskov-1/+1
2022-10-31Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPCDylan DPC-1/+1
2022-10-30Add tracking issue to `error_in_core`Lukas Markeffsky-1/+1
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-2/+2
2022-08-25error::Error: remove some commentsNick Cameron-15/+0
2022-08-24error::Error: rename the Demand arguments from req to demandNick Cameron-7/+7
2022-08-24error::Error: rename the chain method to sourcesNick Cameron-7/+22
2022-08-22Move error trait into coreJane Losare-Lusby-0/+508