summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-02-23remove redundant infoChristian Poveda-5/+5
2018-02-23add info about syncChristian Poveda-1/+3
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-3/+2
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-26/+0
2018-02-22First versionChristian Poveda-1/+15
2018-02-21Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-21Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertjGuillaume Gomez-1/+1
2018-02-21Rollup merge of #47379 - da-x:master, r=sfacklerGuillaume Gomez-1/+1
2018-02-21Take 2^5 as examples in document of pow() (fixes #48396)Hidehito Yabuuchi-2/+2
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+2
2018-02-20stage0 cfg cleanupMark Simulacrum-26/+0
2018-02-20core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...Mazdak Farrokhzad-0/+20
2018-02-20core::iter::Iterator::flatten: tracking issue is #48213Mazdak Farrokhzad-6/+6
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-20/+294
2018-02-20Iterator::flatten: fix tracking issue number on FusedIterator for FlattenMazdak Farrokhzad-1/+1
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-47/+84
2018-02-20RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400Mazdak Farrokhzad-0/+24
2018-02-19Fix count usize link typo in docsGil Cottle-1/+1
2018-02-19Make ".e0" not parse as 0.0varkor-1/+8
2018-02-19Add non-panicking variants of pow to all integer typesJewoo Lee-0/+308
2018-02-18Rollup merge of #48282 - Centril:spelling-fix/iter-repeat-with, r=kennytmGuillaume Gomez-1/+1
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-0/+252
2018-02-17Rollup merge of #48260 - dns2utf8:add_link_to_yield, r=kennytmGuillaume Gomez-3/+4
2018-02-17Rollup merge of #48243 - rust-lang:steveklabnik-patch-1, r=kennytmGuillaume Gomez-1/+1
2018-02-17Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavusGuillaume Gomez-1671/+1914
2018-02-16core::iter::repeat_with: fix spelling, s/not/noteMazdak Farrokhzad-1/+1
2018-02-16Notify users that this example is shared through integer typesGuillaume Gomez-19/+47
2018-02-16Force the link to std::thread::yield_now()Stefan Schindler-1/+1
2018-02-16Add link to yield_nowStefan Schindler-3/+4
2018-02-16Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakisbors-3/+3
2018-02-15spelling fix in commentSteve Klabnik-1/+1
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-3/+3
2018-02-15Auto merge of #48203 - kennytm:rollup, r=kennytmbors-29/+337
2018-02-15Rollup merge of #48210 - jacob-hughes:clarify_sized_trait_in_api_docs, r=Quie...kennytm-3/+7
2018-02-14Review change - Expanded on explanation.Jacob Hughes-3/+3
2018-02-15Partially revert #47333.kennytm-9/+15
2018-02-14Clarified why `Sized` bound not implicit on trait's implicit `Self` type.Jacob Hughes-3/+7
2018-02-14Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichtonkennytm-0/+164
2018-02-14Rollup merge of #48151 - echochamber:update_range_example, r=estebankkennytm-5/+5
2018-02-14Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrumkennytm-7/+7
2018-02-14Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichtonkennytm-14/+154
2018-02-14fix tidy checksMaxim Nazarenko-2/+2
2018-02-14rephrase UnsafeCell docMaxim Nazarenko-8/+9
2018-02-14Add missing featureGuillaume Gomez-218/+270
2018-02-13core::iter::repeat_with: fix missing word, see @Pazzaz's reviewMazdak Farrokhzad-1/+1
2018-02-12core::iter::repeat_with: tracking issue is #48169Mazdak Farrokhzad-5/+5
2018-02-12core::iter::repeat_with: document DoubleEndedIterator behaviorMazdak Farrokhzad-0/+6
2018-02-12Fix tidy errorsAntoni Boucher-6/+10
2018-02-12Add Iterator::try_for_eachScott McMurray-6/+42
2018-02-12core::iter::repeat_with: fix doc testsMazdak Farrokhzad-2/+2