summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+2
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-53/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-53/+0
2015-12-10fix missing Panics tag and missing periodLetheed-0/+2
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-0/+6
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+6
2015-11-12Fix article in Result.map and Result.map_err documentationDanilo Bargen-2/+2
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-3/+0
2015-11-01Stop using ok().expect() in Result docsFlorian Hartwig-4/+3
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-0/+2
2015-09-16Simplify sample code for {Option, Result}::iter_mutAdolfo OchagavĂ­a-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-3/+4
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-0/+20
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-2/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-33/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-1/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-07-25Reference issue #27277 on Result::expectJohn Hodge-1/+1
2015-06-17std: Deprecate result::foldAlex Crichton-0/+3
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+3
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+20
2015-06-03Improve `try!` docs to make clearer it returns `Result`.Carol Nichols-1/+3
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-22/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-19/+24
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-26/+0
2015-04-20Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-19/+24
2015-04-16Fix broken links in the docsFlorian Hartwig-2/+2
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-8/+8
2015-04-14rollup merge of #24303: alexcrichton/remove-deprecatedAlex Crichton-70/+52
2015-04-14core: Update all Result docsAlex Crichton-70/+52
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-8/+8
2015-04-06Alter libcore::result example to utilize closure paramCorey Farwell-1/+1
2015-04-06Remove unnecessary returns in API examplesCorey Farwell-3/+3
2015-04-04Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnikManish Goregaokar-7/+5
2015-04-03Make example function in comment more idiomaticCorey Farwell-7/+5
2015-04-03Simplify `match` branches in documentation commentCorey Farwell-6/+2
2015-03-28Remove IteratorExtSteven Fackler-2/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-19/+19
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-2/+2
2015-03-26Update docs to fix various 404sGary M. Josack-1/+1
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-19/+19
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+9
2015-03-23Add generic conversion traitsAaron Turon-1/+20
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+9
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-7/+13