about summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-8/+8
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-18/+18
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-25Auto merge of #21558 - alexcrichton:result-debug, r=aturonbors-5/+5
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-13/+13
2015-01-23grandfathered -> rust1Brian Anderson-40/+40
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-5/+5
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-42/+43
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-5/+5
2015-01-17Evaluate # fn in docsSteve Klabnik-2/+0
2015-01-13Use if-let in std::result documentationSimonas Kazlauskas-6/+4
2015-01-13Fix a typo in std::result documentationSimonas Kazlauskas-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+9
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-12/+20
2014-12-26Fixed minor typo in docs for `Result`'s `err` methodYawarRaza7349-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-19std: Second pass stabilization of Result<T, E>Alex Crichton-54/+90
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-5/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1