about summary refs log tree commit diff
path: root/library/core/src/error.rs
AgeCommit message (Expand)AuthorLines
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