| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -1/+2 |
| 2019-11-03 | Allow foreign exceptions to unwind through Rust code | Amanieu d'Antras | -2/+1 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -76/+0 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+80 |
| 2019-10-09 | Move unstable book entry into compiler flags directory | Igor Aleksanov | -0/+0 |
| 2019-10-09 | Add an entry to the unstable book | Igor Aleksanov | -0/+80 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+5 |
| 2019-09-11 | Stabilize `param_attrs` in Rust 1.39.0 | Caio | -27/+0 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -3/+3 |
| 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 |