| Age | Commit message (Expand) | Author | Lines |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -13/+13 |
| 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-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -0/+30 |
| 2019-07-06 | Update rustc-guide | Yuki Okushi | -0/+0 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -2/+2 |
| 2019-07-03 | Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r... | bors | -0/+29 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -0/+154 |
| 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 | Revert "implicit `Option`-returning doctests" | Guillaume Gomez | -13/+0 |
| 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 #62156 - ehuss:update-books, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -35/+1 |
| 2019-06-26 | Update books | Eric Huss | -0/+0 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -0/+37 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -35/+1 |
| 2019-06-22 | Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichton | Mazdak Farrokhzad | -2/+3 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -0/+37 |
| 2019-06-21 | rustc-book: Add documentation on how to use PGO. | Michael Woerister | -0/+154 |
| 2019-06-20 | Update mdbook | Eric Huss | -0/+0 |
| 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-12 | Rollup merge of #61734 - mati865:books, r=alexcrichton | Mazdak Farrokhzad | -0/+0 |
| 2019-06-11 | Migrate rust-by-example to MdBook2 | Mateusz Mikuła | -0/+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-08 | Auto merge of #61672 - Centril:rollup-jxo89ir, r=Centril | bors | -6/+4 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -6/+4 |
| 2019-06-08 | Auto merge of #61529 - ehuss:update-books, r=GuillaumeGomez | bors | -0/+0 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -3/+3 |
| 2019-06-04 | Update books | Eric Huss | -0/+0 |
| 2019-05-31 | Rollup merge of #61372 - mati865:books, r=Centril,GuillaumeGomez | Pietro Albini | -22/+22 |
| 2019-05-30 | Migrate rustdoc book to MdBook2 | Mateusz Mikuła | -6/+6 |
| 2019-05-30 | Migrate unstable-book to MdBook2 | Mateusz Mikuła | -16/+16 |
| 2019-05-30 | Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+13 |
| 2019-05-30 | Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton | Mazdak Farrokhzad | -7/+0 |
| 2019-05-28 | implicit `Option`-returning doctests | Andre Bogus | -0/+13 |
| 2019-05-28 | rustc-book: Update the rustc/clang compatibility table for xLTO. | Michael Woerister | -2/+3 |
| 2019-05-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -42/+0 |
| 2019-05-26 | docs: fix typo #61197 | airt | -1/+1 |
| 2019-05-24 | Fixed type-alias-bounds lint doc | Cerberuser | -4/+7 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -43/+2 |
| 2019-05-17 | Rollup merge of #60791 - ehuss:update-books, r=Mark-Simulacrum | Manish Goregaokar | -0/+0 |