about summary refs log tree commit diff
path: root/library/std/src/error.rs
AgeCommit message (Expand)AuthorLines
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
2021-02-22Add impl `Error` for `Arc`Richard Dodd-0/+22
2021-01-24Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-seJonas Schievink-0/+21
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-2/+0
2020-12-21bump stabilization to 1.51.0Ashley Mannix-1/+1
2020-10-31update stabilization to 1.49.0Ashley Mannix-1/+1
2020-10-08Rename LayoutErr to LayoutError outside of coreJacob Hughes-2/+2
2020-09-28Rename AllocErr to AllocErrorJacob Hughes-2/+2
2020-09-11Mark Error impl for LayoutErr as stable.Mara Bos-5/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-41/+3
2020-08-27Reduce duplicate doc link in errorIvan Tham-1/+1
2020-08-26Use [xxx()] rather than the [xxx] functionIvan Tham-2/+2
2020-08-26Error use explicit intra-doc link and fix textIvan Tham-10/+7
2020-08-23Convert str -> prim@str in `std`Joshua Nelson-0/+4
2020-08-17Switch to intra-doc links for std/src/error.rsEllen-25/+3
2020-08-05implement Error for &(impl Error)Ashley Mannix-0/+21
2020-07-27mv std libs to library/mark-0/+802