| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | Add tool_attributes feature to unstable book | Seiichi Uchida | -0/+26 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -30/+0 |
| 2018-04-22 | Add doc about doc alias feature | Guillaume Gomez | -0/+23 |
| 2018-04-17 | stabilize `slice_rsplit` feature | tinaun | -10/+0 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -1/+1 |
| 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-02 | Remove splice page from unstable book. | Thayne McCombs | -22/+0 |
| 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-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 #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -10/+10 |
| 2018-03-21 | Stabilize method `String::retain` | Murarth | -23/+0 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -10/+10 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -47/+16 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -20/+0 |
| 2018-03-08 | Stabilize const_indexing feature | Oliver Schneider | -19/+0 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -37/+0 |
| 2018-02-25 | Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify... | kennytm | -77/+0 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -37/+0 |
| 2018-02-17 | Fix unstable book | Guillaume Gomez | -0/+3 |
| 2018-02-12 | Delete information about 'entry_and_modify' from Unstable book | hedgehog1024 | -77/+0 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -0/+17 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -90/+0 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -23/+0 |
| 2018-02-01 | Fix lang items box example code | Volker Mische | -13/+8 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -23/+0 |
| 2018-01-30 | Add ? to unstable book | Mark Mansi | -0/+17 |
| 2018-01-30 | Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavus | kennytm | -3/+3 |
| 2018-01-17 | Punctuation and clarity fixes. | James Mantooth | -3/+3 |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -0/+176 |
| 2018-01-13 | Enforce dashes in the unstable book file names | est31 | -0/+0 |
| 2018-01-03 | Add docs for `crate_in_paths`, `extern_in_paths` and `extern_absolute_paths` ... | Vadim Petrochenkov | -0/+137 |
| 2018-01-03 | Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv | kennytm | -7/+0 |
| 2017-12-28 | Add an entry in the unstable book | Matt Peterson | -0/+14 |
| 2017-12-03 | Fix invalid link to lint_plugin_test.rs | Kenjiro Nakayama | -1/+1 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -0/+90 |