summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2018-03-31Commit code for option size hintPhlosioneer-1/+6
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+5
2018-03-06Stabilize option_ref_mut_clonedMatt Brubeck-2/+1
2018-03-06Auto merge of #48768 - kennytm:rollup, r=kennytmbors-3/+3
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-3/+3
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-3/+3
2018-02-26Fix doctest failurePhlosioneer-1/+0
2018-02-25Change the example string to something arbitraryPhlosioneer-4/+5
2018-02-24Slight modification to the as_ref example of std::option::OptionPhlosioneer-2/+2
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+29
2018-01-16Remove incorrect `Default::default` links, add a new oneGeoffry Song-7/+4
2018-01-10Add transpose conversions for Option and ResultTaylor Cramer-0/+29
2017-12-07Rollup merge of #46548 - jonathanstrong:master, r=dtolnayGuillaume Gomez-0/+17
2017-12-07adds links to methods, removes trailing whitespaceJonathan Strong-5/+10
2017-12-06Adds language to the documentation for `Option` and `Result` suggestingJonathan Strong-0/+12
2017-11-11Refactor Option::filter methodShanavas M-8/+4
2017-11-08Add `Option::filter()` according to RFC 2124Lukas Kalbertodt-0/+39
2017-09-27Rename option::Missing to NoneErrorHunter Praska-6/+9
2017-09-27Add docs for Missing, correct Option's Try testHunter Praska-1/+1
2017-09-27Impl Try for OptionHunter Praska-1/+24
2017-08-29Rollup merge of #43705 - panicbit:option_ref_mut_cloned, r=aturonAriel Ben-Yehuda-0/+20
2017-08-08Assign tracking issue to option_ref_mut_clonedpanicbit-1/+1
2017-08-07Fix Option<&mut T>::cloned doc testpanicbit-0/+1
2017-08-07libcore: Implement cloned() for Option<&mut T>panicbit-0/+19
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
2017-07-25std: Stabilize `option_entry` featureAlex Crichton-6/+2
2017-05-22Adding links to option::Optionprojektir-26/+60
2017-05-04Simplify types in `std::option` doc comment example.Corey Farwell-6/+6
2017-04-02Minor changes to core::option docsIrfan Hudda-6/+6
2017-04-01Improve docs of core::option::IterIrfan Hudda-1/+7
2017-04-01Improve docs of core::option::IterMutIrfan Hudda-1/+7
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