about summary refs log tree commit diff
path: root/src/libstd/error.rs
AgeCommit message (Expand)AuthorLines
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
2018-09-26Examples for docsSon-0/+148
2018-09-05Add doc for impl From for Std ErrorSon-0/+9
2018-08-21Correctly parenthesize dyn Error + 'static.Without Boats-1/+1
2018-08-20Fix feature name.Without Boats-1/+1
2018-08-20Add Error::source method per RFC 2504.Without Boats-1/+66
2018-07-11Add missing dyn in testsljedrz-2/+2
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-43/+43
2018-06-27Fix doc linksJosef Reinhard Brandl-0/+1
2018-06-11Remove deprecated heap modulesSimon Sapin-1/+1
2018-04-25Suggest alternatives to Error::description()Kornel-1/+3
2018-04-25Move description of the Error trait to its own doc-commentSimon Sapin-39/+24
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+3
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-1/+1
2018-04-12Return Result instead of Option in alloc::Layout constructorsSimon Sapin-1/+10
2018-04-12Make AllocErr a zero-size unit structSimon Sapin-1/+1
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-5/+5
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-3/+3
2018-03-15replace `convert::Infallible` with `!`Andrew Cann-9/+0
2018-03-14change never_type stabilisation versionAndrew Cann-1/+1
2018-03-14Fix version numberAndrew Cann-1/+1
2018-03-14stabilise feature(never_type)Andrew Cann-1/+1
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-1/+1
2017-09-30Merge remote-tracking branch 'upstream/master'Nikolai Vazquez-0/+8
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-0/+8
2017-09-29Implement Error trait for TryFromSliceErrorNikolai Vazquez-0/+8
2017-09-23Simplify implementation of Display and Error for convert::Infallible.Jimmy Cuadra-1/+2
2017-09-21impl std::error::Error for convert::Infallible.Jimmy Cuadra-0/+7
2017-09-10Add Cow<str> -> Box<Error> impls.Clar Charr-0/+15
2017-08-02Fixed errors in libstd.Isaac van Bakel-1/+1
2017-07-10Correct some stability attributesOliver Middleton-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-2/+2
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+8
2017-06-20added `FromStr` Impl for `char`tinaun-0/+8
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+19
2017-05-20Correct some stability versionsOliver Middleton-3/+3
2017-04-18Fix a few stability attributesOliver Middleton-1/+1
2017-03-15Implement Error for !.Clar Charr-0/+5
2016-11-25Follow our own recommendations in the examplesVickenty Fesunov-2/+2
2016-10-21Fix a few links in the docsOliver Middleton-1/+3
2016-10-15Fixed typoNabeel Omer-1/+1
2016-10-15Corrected broken markdown linkNabeel Omer-1/+1
2016-10-15Updated the docs for Error::descriptionNabeel Omer-3/+5
2016-10-12Deprecate `Reflect`Nick Cameron-2/+1
2016-10-04Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnikManish Goregaokar-4/+8
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-4/+4
2016-10-03Add missing urls for error moduleGuillaume Gomez-4/+8
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+7
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-18/+4