| Age | Commit message (Expand) | Author | Lines |
| 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-13 | introduce SelfCtor | F001 | -3/+3 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+33 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -67/+0 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -0/+33 |
| 2018-08-31 | feature(doc_cfg): add docs for cfg(rustdoc) | QuietMisdreavus | -2/+6 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -3/+3 |
| 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-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -4/+4 |
| 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 | -4/+4 |
| 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-07-27 | add section in book | toidiu | -0/+45 |
| 2018-07-23 | update nightly book | mark | -2/+4 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -241/+0 |
| 2018-07-14 | Update lint plugin sample code. | eonil | -0/+2 |
| 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-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 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+23 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -17/+18 |
| 2018-05-27 | Auto merge of #51066 - est31:master, r=sfackler | bors | -2/+2 |
| 2018-05-26 | Point to the current box syntax tracking issue | est31 | -2/+2 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -0/+67 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -14/+0 |