summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-07-05option: obey idiom of leaving behind a trailing comma in match blocksTshepang Lekhonkhobe-15/+15
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10core: impl Clone for option::IntoIter and iter::OnceUlrik Sverdrup-0/+1
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-3/+0
2015-06-02Rollup merge of #25920 - tshepang:option-map-example, r=GankroManish Goregaokar-3/+5
2015-06-01doc: improve Option::map exampleTshepang Lekhonkhobe-3/+5
2015-06-01Auto merge of #25923 - tshepang:patch-1, r=Gankrobors-1/+1
2015-05-31doc: fix displayed messageTshepang Lekhonkhobe-1/+1
2015-05-31doc: improve map_or and map_or_elseTshepang Lekhonkhobe-6/+8
2015-05-04Fix incorrect link in Option documentation.Lee Jeffery-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-19/+24
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-21/+0
2015-03-30Second attempt to fix #23713 based on follow-up comments in #23791.Julian Viereck-1/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23791: jviereck/fix-23713Alex Crichton-1/+1
2015-03-27Fix wording for Option<T>.unwrap. Fixes #23713Julian Viereck-1/+1
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-27rollup merge of #23771: aturon/stab-straggle-1Alex Crichton-10/+7
2015-03-26Stabilize some stragglers in `std::option`Aaron Turon-10/+7
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-2/+2
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+4
2015-03-23Add generic conversion traitsAaron Turon-0/+17
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-23/+23
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-1/+1
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