about summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2017-04-01Improve docs of core::option::IntoIterIrfan Hudda-1/+7
2017-03-20Add missing urls in Option enumGuillaume Gomez-4/+13
2017-02-05Rollup merge of #39289 - shahn:option_entry, r=alexcrichtonCorey Farwell-0/+70
2017-02-05Provide Entry-like API for OptionSebastian Hahn-0/+70
2017-01-30doc: minor Option improvementsTshepang Lekhonkhobe-3/+3
2016-11-30Add cloned example for OptionGuillaume Gomez-0/+10
2016-11-04Auto merge of #37306 - bluss:trusted-len, r=alexcrichtonbors-1/+10
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-3/+3
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-20Implement TrustedLen for more iteratorsUlrik Sverdrup-1/+10
2016-09-19fixed the safety header/wording in option.rsjacobpadkins-6/+4
2016-09-14Rollup merge of #36396 - athulappadan:Default-docs, r=blussGuillaume Gomez-0/+1
2016-09-11Documentation for default types modifiedathulappadan-1/+1
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-09-11Improve Option docggomez-28/+50
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-10/+1
2016-08-18Add a FusedIterator trait.Steven Allen-2/+12
2016-07-20core: impl From<T> for Option<T>Sean McArthur-0/+8
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-03-24Improve some Option code exampleGuillaume Gomez-7/+3
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-2/+4
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-23Register new snapshotsAaron Turon-1/+1
2016-01-22Move cold panic functions in Option and ResultUlrik Sverdrup-7/+9
2016-01-22Use cold functions for panic formatting Option::expect, Result::unwrap etcUlrik Sverdrup-1/+7
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