summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-7/+13
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-2/+2
2015-03-18Make it clear which value is discardedSimonas Kazlauskas-1/+1
2015-03-18Add and fix more testsVadim Petrochenkov-1/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-17/+17
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-6/+6
2015-02-27Rollup merge of #22817 - jmesmon:result-or-type, r=huonwManish Goregaokar-2/+2
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-2/+2
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-2/+2
2015-02-18make FromIterator use IntoIteratorAlexis-3/+4
2015-02-15Audit integer types in result.Niko Matsakis-48/+48
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8