| Age | Commit message (Expand) | Author | Lines |
| 2018-10-24 | Destabilize 2018 edition | Pietro Albini | -14/+13 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+67 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -92/+0 |
| 2018-09-16 | Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomez | Guillaume Gomez | -0/+7 |
| 2018-09-14 | Add a small search box to seach Rust's standary library | Kazuyoshi Kato | -0/+7 |
| 2018-09-13 | introduce SelfCtor | F001 | -3/+3 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+33 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -67/+0 |
| 2018-09-12 | Rollup merge of #54073 - behnam:docs-1, r=frewsxcv | kennytm | -7/+10 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -67/+0 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -157/+0 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-08 | docs: Use dollar sign for all bash prompts | Behnam Esfahbod | -7/+10 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -13/+14 |
| 2018-09-08 | Rollup merge of #54040 - steveklabnik:update-books, r=Mark-Simulacrum | kennytm | -0/+0 |
| 2018-09-07 | update books for next release | steveklabnik | -0/+0 |
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -2/+2 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -0/+33 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -13/+15 |
| 2018-08-31 | feature(doc_cfg): add docs for cfg(rustdoc) | QuietMisdreavus | -13/+15 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -0/+15 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -3/+3 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -0/+0 |
| 2018-08-24 | Rollup merge of #53614 - RalfJung:nomicon, r=kennytm | kennytm | -0/+0 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -30/+0 |
| 2018-08-23 | update the unstable book | Jorge Aparicio | -3/+3 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -7/+9 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -26/+0 |
| 2018-08-22 | update nomicon and book | Ralf Jung | -0/+0 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -9/+9 |
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -2/+2 |
| 2018-08-19 | Rename `catch_expr` feature to `try_blocks` | Scott McMurray | -3/+3 |
| 2018-08-19 | Fix the unstable book | Scott McMurray | -5/+7 |
| 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 |