summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-1/+1
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-53/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-53/+0
2015-12-10fix missing Panics tag and missing periodLetheed-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+2
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+1
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-0/+2
2015-10-07Alter formatting for words in Option::cloned doc commentCorey Farwell-1/+2
2015-09-16Simplify sample code for {Option, Result}::iter_mutAdolfo OchagavĂ­a-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+3
2015-09-03Elide lifetimes in libcoreManish Goregaokar-4/+4
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-0/+20
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-2/+4
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