summaryrefslogtreecommitdiff
path: root/src/libcore/result.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-251-10/+0
* Use impl_header_lifetime_elision in libcoreScott McMurray2018-09-291-8/+8
* Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichtonkennytm2018-09-121-0/+30
|\
| * Added feature attribute to example code in map_or_else docIsaac van Bakel2018-08-301-0/+1
| * Corrected type variable output T -> U in Result::map_or_elseIsaac van Bakel2018-08-291-1/+1
| * Corrected feature status of Result::map_or_elseIsaac van Bakel2018-08-291-1/+1
| * Corrected bad typing in Result::map_or_else docIsaac van Bakel2018-08-291-2/+2
| * Corrected feature name for map_or_elseIsaac van Bakel2018-08-291-1/+1
| * Implemented map_or_else for Result<T, E>Isaac van Bakel2018-08-291-0/+29
* | Fix invalid urlsGuillaume Gomez2018-09-061-9/+3
|/
* inline some short functionsM Farkas-Dyck2018-08-091-0/+4
* resolved upstream merge conflictsBrad Gibson2018-07-291-1/+1
|\
| * Add explanation for #[must_use] on ResultManish Goregaokar2018-05-071-1/+1
* | separated inner_deref Result implsBrad Gibson2018-04-271-1/+7
* | cleaned up #[unstable] attributesBrad Gibson2018-04-261-3/+1
* | refactored to implement without traitBrad Gibson2018-04-261-57/+34
* | added DerefOption and DerefResult + tests to stdBrad Gibson2018-04-261-1/+58
|/
* core: Update stability attributes for FusedIteratorUlrik Sverdrup2018-03-031-3/+3
* core: Stabilize FusedIteratorUlrik Sverdrup2018-03-031-3/+3
* Add transpose conversions for Option and ResultTaylor Cramer2018-01-101-0/+29
* Rollup merge of #46548 - jonathanstrong:master, r=dtolnayGuillaume Gomez2017-12-071-0/+10
|\
| * adds links to methods, removes trailing whitespaceJonathan Strong2017-12-071-4/+6
| * Adds language to the documentation for `Option` and `Result` suggestingJonathan Strong2017-12-061-0/+8
* | Mention the name of ? in Result's docssteveklabnik2017-12-051-4/+4
|/
* core: derive Clone for result::IntoIterJosh Stone2017-10-101-1/+1
* Add missing urls for Result structGuillaume Gomez2017-08-181-27/+73
* Fixed all unnecessary muts in language coreIsaac van Bakel2017-08-011-1/+1
* Simplify FromIterator example of ResultGeorg Brandl2017-06-091-6/+3
* Give the `try_trait` feature its own tracking issueScott McMurray2017-05-311-1/+1
* Lower `?` to `Try` instead of `Carrier`Scott McMurray2017-05-251-0/+19
* Fix external doc errorsGuillaume Gomez2017-03-281-1/+1
* Various fixes to wording consistency in the docsStjepan Glavina2017-03-221-2/+2
* Stabilize expect_err feature, closes #39041Aaron Turon2017-03-171-2/+1
* Sustitutes try! for ? in the Result documentationJordi Polo2017-02-121-23/+15
* std: Stabilize APIs for the 1.16.0 releaseAlex Crichton2017-01-251-3/+1
* expect_err for Result.Clar Charr2017-01-131-0/+25
* doc: Explain meaning of Result iters and link to factory functions.Martin Pool2016-12-131-3/+26
* Auto merge of #37306 - bluss:trusted-len, r=alexcrichtonbors2016-11-041-1/+10
|\
| * Link the tracking issue for TrustedLenUlrik Sverdrup2016-11-041-3/+3
| * Implement TrustedLen for more iteratorsUlrik Sverdrup2016-10-201-1/+10
* | Add tracking issue number to Result::unwrap_or_default unstable annotation.Mark-Simulacrum2016-11-011-1/+1
* | Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichtonbors2016-11-011-0/+38
|\ \
| * | Fix use of `result_unwrap_or_default` featureDevon Hollowood2016-10-211-0/+2
| * | Make `Result`'s `unwrap_or_default` unstableDevon Hollowood2016-10-201-3/+6
| * | Add `unwrap_or_default` method to `Result`Devon Hollowood2016-10-191-0/+33
| |/
* | Changed most vec! invocations to use square bracesiirelu2016-10-311-2/+2
* | Add size hint to Result's FromIterator implementation.Mark-Simulacrum2016-10-251-0/+5
|/
* Improve Result docggomez2016-09-111-36/+59
* Indicate where `core::result::IntoIter` is created.Corey Farwell2016-09-031-1/+7
* Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried2016-08-241-7/+1