| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -3/+3 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -0/+1 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -4/+4 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -4/+4 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -0/+8 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -0/+8 |
| 2018-04-10 | Fix the unstable book to account for ok-wrapping | Scott McMurray | -4/+4 |
| 2018-04-07 | Using X headings instead of 0.X #49739 | Pulkit Goyal | -12/+12 |
| 2018-04-05 | Rollup merge of #49628 - steveklabnik:learn-use-master, r=QuietMisdreavus | kennytm | -46/+63 |
| 2018-04-03 | Re-write the documentation index | steveklabnik | -46/+63 |
| 2018-04-02 | Remove splice page from unstable book. | Thayne McCombs | -22/+0 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -0/+13 |
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -3/+3 |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -3/+3 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -23/+0 |
| 2018-03-28 | Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi | kennytm | -23/+0 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -58/+0 |
| 2018-03-27 | talk about --edition in the Rustdoc Book | QuietMisdreavus | -0/+13 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -1/+1 |
| 2018-03-26 | Rename unstable book correctly | Mark Mansi | -3/+3 |
| 2018-03-26 | Rename unstable-book chapter | Mark Mansi | -0/+0 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 |
| 2018-03-26 | Update nightly book | Mark Mansi | -13/+6 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -66/+0 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -32/+0 |
| 2018-03-25 | Rollup merge of #49318 - steveklabnik:update-books, r=kennytm | kennytm | -0/+0 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -10/+10 |
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 |
| 2018-03-23 | Rollup merge of #49028 - QuietMisdreavus:the-dark-forbidden-corners-of-rustdo... | Alex Crichton | -0/+363 |
| 2018-03-21 | Stabilize method `String::retain` | Murarth | -23/+0 |
| 2018-03-21 | review comments | QuietMisdreavus | -11/+13 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -10/+10 |
| 2018-03-20 | talk about force-unstable-if-unmarked | QuietMisdreavus | -0/+13 |
| 2018-03-20 | talk about --display-warnings | QuietMisdreavus | -0/+16 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -47/+16 |
| 2018-03-16 | talk about --resource-suffix | QuietMisdreavus | -0/+13 |
| 2018-03-16 | talk about --themes and --theme-checker | QuietMisdreavus | -0/+24 |
| 2018-03-16 | talk about --sort-modules-by-appearance | QuietMisdreavus | -0/+13 |
| 2018-03-16 | talk about --linker | QuietMisdreavus | -0/+13 |
| 2018-03-16 | talk about --crate-version | QuietMisdreavus | -0/+12 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -0/+16 |
| 2018-03-15 | talk about --playground-url | QuietMisdreavus | -0/+23 |
| 2018-03-16 | Rollup merge of #48961 - Songbird0:rustdoc_doctests_assertions, r=GuillaumeGomez | kennytm | -0/+16 |
| 2018-03-15 | talk about --markdown-(before|after)-content | QuietMisdreavus | -0/+28 |
| 2018-03-15 | add new section about CLI flags | QuietMisdreavus | -0/+7 |
| 2018-03-15 | fix link | QuietMisdreavus | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -20/+0 |
| 2018-03-14 | add headings to categorize the features | QuietMisdreavus | -6/+18 |
| 2018-03-14 | talk about doc(include) | QuietMisdreavus | -3/+19 |