about summary refs log tree commit diff
path: root/src/libstd/error.rs
AgeCommit message (Expand)AuthorLines
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-8/+1
2020-03-21Fix deprecated Error.description() usage in docsMarti Raudsepp-1/+1
2020-03-12Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfacklerMazdak Farrokhzad-0/+3
2020-03-10Remove deprecated description function of TryReserveErrorLena Wildervanck-5/+1
2020-03-07Implement Error for TryReserveErrorLena Wildervanck-0/+7
2020-03-05Update deprecation version to 1.42 for Error::descriptionDylan Nugent-1/+1
2020-01-10inline `impl From<String> for Box<dyn Error + Send + Sync>`Lzu Tao-0/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-116/+44
2019-12-24Rollup merge of #67561 - euclio:remove-description, r=jonas-schievinkMazdak Farrokhzad-28/+4
2019-12-23remove `description` from `Error` impls in docsAndy Russell-28/+4
2019-12-22Format the worldMark Rousskov-35/+53
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-12-14Revert "Redefine `core::convert::Infallible` as `!`."Niko Matsakis-0/+7
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-11-21Redefine `core::convert::Infallible` as `!`.Mazdak Farrokhzad-7/+0
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-1/+1
2019-11-18std::error::Chain: remove CopyHarald Hoyer-1/+1
2019-10-22rename Error::iter_chain() and remove Error::iter_sources()Harald Hoyer-80/+12
2019-10-13Fix typos in error.rsBO41-5/+5
2019-09-14Rollup merge of #64203 - alexreg:rush-pr-2, r=centrilMazdak Farrokhzad-17/+17
2019-09-09std: Add a `backtrace` moduleAlex Crichton-0/+15
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-17/+17
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-5/+5
2019-06-17implement Error::source for Box<T: Error>s3bk-0/+4
2019-05-31Rollup merge of #60897 - seanmonstar:patch-4, r=sfacklerPietro Albini-1/+7
2019-05-29Update libstd doctests to use dynmemoryruins-9/+9
2019-05-20Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPCMazdak Farrokhzad-0/+18
2019-05-16Update src/libstd/error.rsSteven Fackler-1/+1
2019-05-16Prevent Error::type_id overridesSteven Fackler-2/+10
2019-05-16error: remove StringError from Debug outputSean McArthur-1/+7
2019-05-13Destabilize the `Error::type_id` functionAlex Crichton-1/+4
2019-05-04Fix intra-doc link resolution failure on re-exporting libstdTaiki Endo-0/+18
2019-03-31Rollup merge of #59587 - XAMPPRocky:master, r=CentrilMazdak Farrokhzad-1/+0
2019-03-31Remove #[doc(hidden)] from Error::type_idAaron Power-1/+0
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-16/+16
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-4/+4
2019-02-28libstd => 2018Taiki Endo-11/+12
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-3/+3
2019-02-16Fix tracking issue for error iteratorsSteven Fackler-4/+4
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-3/+3
2019-02-13Rollup merge of #58289 - haraldh:master, r=sfacklerMazdak Farrokhzad-0/+152
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-09impl iter_sources() and iter_chain() for dyn ErrorHarald Hoyer-0/+152
2019-02-01Stabilize std::error::Error::type_idSimon Sapin-3/+1
2019-01-08Change std::error::Error trait documentation to talk about `source` instead o...Czipperz-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Bump to 1.33.0Alex Crichton-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-10-04Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG...Pietro Albini-0/+141
2018-10-03Remove main() in examplesSon-46/+30