| Age | Commit message (Expand) | Author | Lines |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -5/+5 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -0/+36 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -5/+0 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -8/+0 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -0/+0 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -0/+0 |
| 2019-07-28 | Update unstable book wrt. subslice patterns. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -0/+11 |
| 2019-07-14 | Add newline | Caio | -1/+1 |
| 2019-07-14 | Chapter for param_attrs | Caio | -0/+27 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -1/+2 |
| 2019-07-09 | Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichton | Mazdak Farrokhzad | -0/+9 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -0/+9 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -0/+11 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -2/+2 |
| 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-30 | Switch tracking issue for 'slice_patterns'. | Mazdak Farrokhzad | -2/+2 |
| 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 |