about summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Reinstate AsSlice impls for Option and ResultNick Cameron-0/+21
2014-10-07Rename slice::SliceNick Cameron-21/+0
2014-09-17doc: Methods for result::Result.Jonas Hietala-28/+228
2014-09-17doc: Cleanup.Jonas Hietala-27/+27
2014-09-16Align with _mut conventionsAaron Turon-2/+14
2014-08-28stabilize core::resultAaron Turon-41/+173
2014-07-14Document that Result.unwrap prints the Err's valuemasklinn-2/+8
2014-07-04Fixed Result type parameters in doc comment.Zbigniew Siciarz-1/+1
2014-06-30auto merge of #15256 : erickt/rust/optimizations, r=alexcrichtonbors-10/+22
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-163/+0
2014-06-29core: optimize {option,result}::collectErick Tryzelaar-10/+22
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-13/+13
2014-06-17change ~[] -> Vec for collect()Nathan Typanski-7/+11
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-06-01auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri...bors-1/+3
2014-06-01Fix docs for `core::result::Result::map`.Utkarsh Kukreti-1/+3
2014-05-31doc: Fix a number of broken linksAlex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-52/+61
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-19Rename Result.unwrap_or_handle() to .unwrap_or_else()Kevin Ballard-4/+11
2014-05-15core: Update all tests for fmt movementAlex Crichton-21/+19
2014-05-15core: Derive Show impls wherever possibleAlex Crichton-1/+1
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-0/+29
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-1/+1
2014-05-09doc: Fix some broken linksAlex Crichton-1/+1
2014-05-08Handle fallout in iter, option, result, and sync::arcKevin Ballard-7/+7
2014-05-07core: Get coretest workingAlex Crichton-5/+3
2014-05-07core: Inherit the result moduleAlex Crichton-0/+754
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-456/+0
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-7/+7
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-5/+5
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+2
2013-05-09libcore: rename vec::each(variable) to variable.eachYoungmin Yoo-1/+1
2013-05-04Register snapshotsBrian Anderson-7/+0
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-1/+1
2013-04-10core: changes in response to #5656Niko Matsakis-0/+7
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-4/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-14/+14
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-23core: derive Clone for core typesAndrew Paseltiner-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-27/+27
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-16/+16
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-14/+14