| Age | Commit message (Expand) | Author | Lines |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -15/+0 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -9/+9 |
| 2018-08-19 | Remove a now-unnecessary paragraph. | Masaki Hara | -19/+0 |
| 2018-08-19 | Update the unstable book regarding [e; dyn n]. | Masaki Hara | -3/+3 |
| 2018-08-19 | Add an unstable-book article about unsized_locals. | Masaki Hara | -0/+199 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -0/+24 |
| 2018-08-18 | Added page for feature to unstable book. | Alexander Regueiro | -0/+24 |
| 2018-08-17 | rustc_resolve: don't allow paths starting with `::crate`. | Eduard-Mihai Burtescu | -8/+3 |
| 2018-08-17 | Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster | kennytm | -10/+0 |
| 2018-08-15 | Remove outdated Unstable Book sections | varkor | -10/+0 |
| 2018-08-13 | review comment | Esteban Küber | -1/+1 |
| 2018-08-11 | Extend documentation of `rustc_on_unimplemented` | Esteban Küber | -2/+95 |
| 2018-08-01 | Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-07-31 | Auto merge of #52863 - steveklabnik:update-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-07-30 | update books for new release | steveklabnik | -0/+0 |
| 2018-07-30 | Remove references to AUTHORS.txt file | Donato Sciarra | -1/+1 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -0/+0 |
| 2018-07-27 | uodate reference again to hopefully fix all link issues | Ralf Jung | -0/+0 |
| 2018-07-27 | add section in book | toidiu | -0/+45 |
| 2018-07-27 | update reference to fix links | Ralf Jung | -0/+0 |
| 2018-07-23 | update nightly book | mark | -2/+4 |
| 2018-07-18 | Fix links in rustdoc book. | Eric Huss | -2/+2 |
| 2018-07-17 | Rollup merge of #52338 - RalfJung:miri, r=oli-obk | kennytm | -241/+0 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -241/+0 |
| 2018-07-16 | update nomicon | Ralf Jung | -0/+0 |
| 2018-07-14 | Update lint plugin sample code. | eonil | -0/+2 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+35 |
| 2018-07-04 | Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez | bors | -0/+17 |
| 2018-07-04 | rustdoc book on codeblock hash escaping | Lucas Morales | -0/+17 |
| 2018-07-04 | Unstable book documentation of tool lints | flip1995 | -0/+35 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+28 |
| 2018-06-25 | make the `while let` loop terminate | Niko Matsakis | -1/+1 |
| 2018-06-22 | Rollup merge of #51158 - ogham:patch-1, r=steveklabnik | kennytm | -0/+24 |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-06-12 | rustdoc: add --extern-html-root-url flag | QuietMisdreavus | -0/+15 |
| 2018-06-12 | update wording, do not change parser | Niko Matsakis | -6/+11 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -176/+0 |
| 2018-06-11 | Mark alloc_jemalloc as perma-unstable | Simon Sapin | -13/+0 |
| 2018-06-11 | Move Unstable Book sections for #[global_allocator] and System to std::alloc ... | Simon Sapin | -148/+0 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -1/+0 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -3/+3 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -13/+0 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -4/+4 |
| 2018-06-05 | Rollup merge of #51183 - teiesti:rustdoc-book-termination, r=steveklabnik | Mark Simulacrum | -11/+30 |
| 2018-06-05 | Rollup merge of #50852 - mandeep:fix-rustdoc-example-testing, r=GuillaumeGomez | Mark Simulacrum | -2/+4 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+23 |
| 2018-06-05 | Improve wording | Tobias Stolzmann | -2/+3 |
| 2018-06-05 | Update rustdoc book to suggest using Termination trait instead of hidden ‘f... | Tobias Stolzmann | -11/+29 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -17/+18 |
| 2018-05-29 | Phrasing tweak in doctest docs | Benjamin Sago | -1/+1 |