| Age | Commit message (Expand) | Author | Lines |
| 2017-09-25 | Backport libs stabilizations to 1.21 beta | David Tolnay | -5/+5 |
| 2017-09-24 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -2/+1 |
| 2017-09-24 | Added more text from unstable-book to `compiler_fence` docs | Michal Budzynski | -4/+19 |
| 2017-09-24 | Added example to `compiler_fence` docs taken from unstable-book | Michal Budzynski | -0/+34 |
| 2017-09-24 | stabilized compiler_fences (fixes #41091) | Michal Budzynski | -1/+1 |
| 2017-09-24 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -5/+1 |
| 2017-09-24 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -7/+2 |
| 2017-09-14 | update "since" for discriminant_value | Alex Burka | -8/+8 |
| 2017-09-14 | stabilize mem::discriminant (closes #24263) | Alex Burka | -9/+8 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+0 |
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -8/+8 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichton | bors | -0/+13 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -8/+8 |
| 2017-08-21 | Add [T]::swap_with_slice | Scott McMurray | -0/+13 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -0/+8 |
| 2017-08-20 | Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcv | bors | -1/+1 |
| 2017-08-20 | Auto merge of #43978 - GuillaumeGomez:missing-links, r=frewsxcv | bors | -27/+73 |
| 2017-08-20 | Fix typo in doc | Shanavas M | -1/+1 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-18 | Add missing urls for Result struct | Guillaume Gomez | -27/+73 |
| 2017-08-17 | Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMis... | Corey Farwell | -1/+1 |
| 2017-08-17 | Rollup merge of #43905 - partim:master, r=steveklabnik | Corey Farwell | -1/+8 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -5/+5 |
| 2017-08-17 | Fixed typo in RefCell::get_mut | Anthony Clays | -1/+1 |
| 2017-08-16 | Document that std::hash::Hasher::finish() does not reset the hasher. | Martin Hoffmann | -1/+8 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -40/+40 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -5/+5 |
| 2017-08-14 | Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-08-14 | Add missing newline in Deref docs to fix rendering | lukaramu | -0/+2 |
| 2017-08-14 | Auto merge of #43574 - notriddle:master, r=sfackler | bors | -0/+71 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -0/+8 |
| 2017-08-14 | Auto merge of #43856 - sfackler:no-inline-debug, r=alexcrichton | bors | -5/+0 |
| 2017-08-13 | Don't inline debug methods | Steven Fackler | -5/+0 |
| 2017-08-13 | Auto merge of #43836 - taleks:issue-39827, r=arielb1 | bors | -3/+16 |
| 2017-08-13 | Addresses comments in PR #43836 | Alexey Tarasov | -10/+8 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-12 | Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus | bors | -529/+615 |
| 2017-08-12 | std::ops docs: incorporated changes suggested in review | lukaramu | -58/+82 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Follow up commit for the issue 39827 | Alexey Tarasov | -3/+18 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -5/+5 |
| 2017-08-11 | Auto merge of #43750 - tbu-:pr_fn_unreachable, r=sfackler | bors | -3/+17 |
| 2017-08-11 | Add `#[inline]` to `mem::unreachable` | Tobias Bucher | -0/+1 |
| 2017-08-11 | Fix some more typos, this time words that are duplicated. | Bastien Orivel | -1/+1 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -9/+9 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -2/+12 |
| 2017-08-09 | Auto merge of #43728 - zackmdavis:fnused, r=eddyb | bors | -0/+7 |
| 2017-08-09 | Auto merge of #43595 - oyvindln:master, r=aturon | bors | -3/+10 |