about summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2019-07-12Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco...Mazdak Farrokhzad-2/+3
2019-07-12Add tracking issue 62633Josh Stone-2/+2
2019-07-11Make cold unwraps take &dyn DebugJosh Stone-3/+3
2019-07-11Add Option::expect_none(msg) and unwrap_none()Josh Stone-1/+94
2019-07-08Fix Pin urls in Option documentationGuillaume Gomez-0/+4
2019-07-08Rollup merge of #62356 - soc:topic/contains, r=CentrilMazdak Farrokhzad-0/+26
2019-07-07Implement Option::contains, Result::contains and Result::contains_errSimon Ochsenreither-0/+26
2019-07-07Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavusMazdak Farrokhzad-10/+22
2019-07-05Wrap lineChris Gregory-1/+2
2019-07-05Add messages to Option and Result must_use for is_*Chris Gregory-2/+2
2019-07-04Add missing links in Option documentationGuillaume Gomez-10/+22
2019-07-04Rollup merge of #62344 - matklad:simplify-option, r=sfacklerMazdak Farrokhzad-9/+1
2019-07-03simplify Option::get_or_insertAleksey Kladov-9/+1
2019-07-01Use mem::take instead of mem::replace with defaultChris Gregory-1/+1
2019-06-13Rollup merge of #60376 - lzutao:stabilize-option_xor, r=SimonSapinMazdak Farrokhzad-3/+1
2019-06-05Stabilize Option::xorLzu Tao-3/+1
2019-06-01Implement Clone::clone_from for Option.Mara Bos-1/+20
2019-04-26Add flatten option for `Option<Option<T>>`Ethan Brierley-1/+31
2019-04-19libcore: deny more...Mazdak Farrokhzad-2/+2
2019-04-18libcore => 2018Taiki Endo-3/+3
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-0/+2
2019-03-25Update src/libcore/option.rsPascal Hertleif-1/+1
2019-03-22Expand `impl FromIterator for Option` doc to include example of early termina...Felix S. Klock II-0/+20
2019-03-16Rollup merge of #59231 - matklad:copied, r=Centrilkennytm-6/+2
2019-03-16Stabilize Option::copiedAleksey Kladov-6/+2
2019-03-15Option and Result: Add references to documentation of as_ref and as_mutChris Gregory-2/+2
2019-03-03Remove stray ` in the documentation for the FromIterator implementation for O...Alexandra V-1/+1
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-4/+4
2019-02-17Use more impl header lifetime elisionScott McMurray-4/+4
2019-02-10libs: doc commentsAlexander Regueiro-3/+3
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-3/+1
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-0/+42
2018-12-26Add a tracking issue for Option::copiedKonrad Borowski-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-3/+3
2018-12-23Merge branch 'master' into copiedKonrad Borowski-1/+1
2018-12-23Improve docs for collecting into `Option`sPascal Hertleif-9/+31
2018-12-21Stabilize PinTaylor Cramer-2/+2
2018-12-21Update Pin API to match the one proposed for stabilizationTaylor Cramer-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-05Add unstable Option::copied()Konrad Borowski-0/+42
2018-10-08Bump the `Option::replace` stabilize version to 1.31.0Clément Renault-1/+1
2018-10-08Stabilize the `Option::replace` methodClément Renault-3/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-8/+8
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-4/+14
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-4/+2
2018-09-14Rollup merge of #53218 - weiznich:feature/option_ref_into, r=KodrAuskennytm-0/+14
2018-09-06Fix invalid urlsGuillaume Gomez-7/+5
2018-09-01Update to a new pinning API.Without Boats-4/+16
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-1/+1