| Age | Commit message (Expand) | Author | Lines |
| 2018-02-23 | remove redundant info | Christian Poveda | -5/+5 |
| 2018-02-23 | add info about sync | Christian Poveda | -1/+3 |
| 2018-02-22 | Stabilize [T]::rotate_{left,right} | Corey Farwell | -3/+2 |
| 2018-02-22 | Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm | bors | -26/+0 |
| 2018-02-22 | First version | Christian Poveda | -1/+15 |
| 2018-02-21 | Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2018-02-21 | Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertj | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Rollup merge of #47379 - da-x:master, r=sfackler | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Take 2^5 as examples in document of pow() (fixes #48396) | Hidehito Yabuuchi | -2/+2 |
| 2018-02-20 | make `#[unwind]` attribute specify expectations more clearly | Niko Matsakis | -1/+2 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -26/+0 |
| 2018-02-20 | core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per... | Mazdak Farrokhzad | -0/+20 |
| 2018-02-20 | core::iter::Iterator::flatten: tracking issue is #48213 | Mazdak Farrokhzad | -6/+6 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -20/+294 |
| 2018-02-20 | Iterator::flatten: fix tracking issue number on FusedIterator for Flatten | Mazdak Farrokhzad | -1/+1 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -47/+84 |
| 2018-02-20 | RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400 | Mazdak Farrokhzad | -0/+24 |
| 2018-02-19 | Fix count usize link typo in docs | Gil Cottle | -1/+1 |
| 2018-02-19 | Make ".e0" not parse as 0.0 | varkor | -1/+8 |
| 2018-02-19 | Add non-panicking variants of pow to all integer types | Jewoo Lee | -0/+308 |
| 2018-02-18 | Rollup merge of #48282 - Centril:spelling-fix/iter-repeat-with, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-02-18 | Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler | bors | -0/+252 |
| 2018-02-17 | Rollup merge of #48260 - dns2utf8:add_link_to_yield, r=kennytm | Guillaume Gomez | -3/+4 |
| 2018-02-17 | Rollup merge of #48243 - rust-lang:steveklabnik-patch-1, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-02-17 | Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavus | Guillaume Gomez | -1671/+1914 |
| 2018-02-16 | core::iter::repeat_with: fix spelling, s/not/note | Mazdak Farrokhzad | -1/+1 |
| 2018-02-16 | Notify users that this example is shared through integer types | Guillaume Gomez | -19/+47 |
| 2018-02-16 | Force the link to std::thread::yield_now() | Stefan Schindler | -1/+1 |
| 2018-02-16 | Add link to yield_now | Stefan Schindler | -3/+4 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -3/+3 |
| 2018-02-15 | spelling fix in comment | Steve Klabnik | -1/+1 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -3/+3 |
| 2018-02-15 | Auto merge of #48203 - kennytm:rollup, r=kennytm | bors | -29/+337 |
| 2018-02-15 | Rollup merge of #48210 - jacob-hughes:clarify_sized_trait_in_api_docs, r=Quie... | kennytm | -3/+7 |
| 2018-02-14 | Review change - Expanded on explanation. | Jacob Hughes | -3/+3 |
| 2018-02-15 | Partially revert #47333. | kennytm | -9/+15 |
| 2018-02-14 | Clarified why `Sized` bound not implicit on trait's implicit `Self` type. | Jacob Hughes | -3/+7 |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+164 |
| 2018-02-14 | Rollup merge of #48151 - echochamber:update_range_example, r=estebank | kennytm | -5/+5 |
| 2018-02-14 | Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum | kennytm | -7/+7 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -14/+154 |
| 2018-02-14 | fix tidy checks | Maxim Nazarenko | -2/+2 |
| 2018-02-14 | rephrase UnsafeCell doc | Maxim Nazarenko | -8/+9 |
| 2018-02-14 | Add missing feature | Guillaume Gomez | -218/+270 |
| 2018-02-13 | core::iter::repeat_with: fix missing word, see @Pazzaz's review | Mazdak Farrokhzad | -1/+1 |
| 2018-02-12 | core::iter::repeat_with: tracking issue is #48169 | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: document DoubleEndedIterator behavior | Mazdak Farrokhzad | -0/+6 |
| 2018-02-12 | Fix tidy errors | Antoni Boucher | -6/+10 |
| 2018-02-12 | Add Iterator::try_for_each | Scott McMurray | -6/+42 |
| 2018-02-12 | core::iter::repeat_with: fix doc tests | Mazdak Farrokhzad | -2/+2 |