summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2015-02-18make FromIterator use IntoIteratorAlexis-3/+3
2015-02-17Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnikManish Goregaokar-0/+2
2015-02-17Rollup merge of #22294 - nikomatsakis:integer-audit, r=huonwManish Goregaokar-28/+28
2015-02-15Change arbirary types from `usize` to `u32`.Niko Matsakis-13/+13
2015-02-15Include "flatmap" in docs of Option::and_thenRobin Stocker-0/+2
2015-02-13Audit integer type usage in `core::option`Niko Matsakis-28/+28
2015-02-13Add link to module-level Option documentation.Steve Klabnik-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-31/+31
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-31/+31
2015-01-23grandfathered -> rust1Brian Anderson-40/+40
2015-01-23Set unstable feature names appropriatelyBrian Anderson-6/+6
2015-01-21Remove 'since' from unstable attributesBrian Anderson-6/+6
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-46/+50
2015-01-13Remove unneeded box import in examplesChase Southwood-1/+0
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-07std: Tweak String implementationsAlex Crichton-6/+6
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-6/+6
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-0/+9
2015-01-05Remove i suffix in docsSteve Klabnik-6/+6
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-03core: use assoc types in Iterator et alJorge Aparicio-14/+24
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-6/+1
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+1
2014-12-17rollup merge of #19849: alexcrichton/second-pass-optionAlex Crichton-26/+87
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+1
2014-12-14std: Fully stabilize Option<T>Alex Crichton-26/+87
2014-12-13libcore: use unboxed closures in `Option` methodsJorge Aparicio-8/+8
2014-12-11Register new snapshotsAlex Crichton-3/+0
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-0/+3
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-1/+6
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-03Fix falloutJorge Aparicio-3/+3
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-2/+2
2014-11-18make cloned generic over deref... and have its tests actually runAlexis Beingessner-3/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-8/+10
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-2/+2