| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | Update src/doc/unstable-book/src/language-features/member-constraints.md | Niko Matsakis | -1/+1 |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -0/+29 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -36/+0 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -35/+1 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -35/+1 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -0/+37 |
| 2019-06-19 | Closures implement Copy and Clone, generators don't | Jake Goulding | -1/+1 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -1/+1 |
| 2019-06-15 | type_alias_enum_variants: Remove from unstable book. | Mazdak Farrokhzad | -36/+0 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -0/+176 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -42/+0 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -3/+3 |
| 2019-05-31 | Rollup merge of #61372 - mati865:books, r=Centril,GuillaumeGomez | Pietro Albini | -16/+16 |
| 2019-05-30 | Migrate unstable-book to MdBook2 | Mateusz Mikuła | -16/+16 |
| 2019-05-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -42/+0 |
| 2019-05-15 | Stabilize RefCell::try_borrow_unguarded | Simon Sapin | -7/+0 |
| 2019-04-14 | Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehuss | Mazdak Farrokhzad | -0/+1 |
| 2019-04-11 | Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus | bors | -0/+7 |
| 2019-04-07 | Change root path for unstable-book | Bastian Gruber | -0/+3 |
| 2019-04-06 | Add book.toml to tools/unstable, add copy_book_toml to scipt | Bastian Gruber | -2/+0 |
| 2019-04-05 | Add ignore to doc code | Masaki Hara | -2/+2 |
| 2019-04-05 | Simplify fnbox docs. | Masaki Hara | -235/+15 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -98/+0 |
| 2019-04-05 | Fix failing tests. | Masaki Hara | -1/+1 |
| 2019-04-05 | Add unstable-book articles on fnbox and boxed_closure_impls. | Masaki Hara | -0/+350 |
| 2019-03-30 | Add book.toml with title to unstable-book doc | Bastian Gruber | -0/+2 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -5/+6 |
| 2019-03-29 | Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+3 |
| 2019-03-29 | Update documentation. | David Wood | -5/+6 |
| 2019-03-27 | Update books | Eric Huss | -3/+3 |
| 2019-03-22 | extend on-unimplemented docs | Esteban Küber | -2/+3 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+12 |
| 2019-03-15 | Revert "Remove RefCell::borrow_state" | Anthony Ramine | -0/+7 |
| 2019-02-27 | Add c_variadic to the unstable-book | Dan Robertson | -0/+50 |
| 2019-01-31 | Clarify semantics of #[repr(align(x))] on enums | Niklas Fiekas | -0/+16 |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+26 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -13/+18 |
| 2019-01-26 | Change crate-visibility-modifier issue number in The Unstable Book | Hirokazu Hata | -2/+2 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+2 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+11 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -40/+0 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -40/+0 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -2/+2 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -28/+0 |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -20/+0 |
| 2019-01-03 | Update src/doc/unstable-book/src/language-features/re-rebalance-coherence.md | varkor | -1/+1 |
| 2019-01-03 | Add some docs about the new feature to the unstable book | Georg Semmler | -0/+23 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -0/+36 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -2/+2 |
| 2018-12-26 | Added chapter to Unstable Book. | Alexander Regueiro | -0/+36 |