about summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
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
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-3/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-4/+4
2013-02-15libcore: Get rid of `move`.Luqman Aden-12/+12
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-5/+5
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-5/+5
2013-01-29libcore: De-export libcore. rs=deexportingPatrick Walton-12/+10
2013-01-14Inlining methods/functions in core.gifnksm-0/+16
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+3
2012-12-20Fix Option::unwrap_err.Erick Tryzelaar-1/+1
2012-12-18core: use movable self to clean up option/result.Erick Tryzelaar-44/+43