summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-13libcore: use unboxed closures in `Result` methodsJorge Aparicio-6/+8
2014-12-11Register new snapshotsAlex Crichton-1/+0
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-1/+1
2014-12-08Remove Result and Option reexportsCorey Farwell-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-04auto merge of #18980 : erickt/rust/reader, r=ericktbors-5/+4
2014-12-04core: fix a doctestErick Tryzelaar-2/+2
2014-12-03Fix falloutJorge Aparicio-3/+3
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-4/+3
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-22Fix typo in Result documentationNicholas Bishop-1/+1
2014-11-19rollup merge of #18903: steveklabnik/error_handling_guideJakub Bukaj-46/+0