| Age | Commit message (Expand) | Author | Lines |
| 2018-10-01 | Extra proc macro gates are now at #54727 | Alex Crichton | -5/+5 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -7/+2 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -2/+5 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+9 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -2/+5 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+6 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -7/+2 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -14/+7 |
| 2018-09-19 | Parse, feature-gate, and validate the #[marker] attribute | Scott McMurray | -0/+9 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+6 |
| 2018-09-18 | Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni... | bors | -0/+6 |
| 2018-09-18 | Rollup merge of #54299 - snaedis:issue-54246, r=varkor | Guillaume Gomez | -7/+10 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -6/+9 |
| 2018-09-17 | libsyntax: fix casing in error message | Alva Snædís | -1/+1 |
| 2018-09-17 | Add `feature(bind_by_move_pattern_guards)`. | Felix S. Klock II | -0/+6 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -0/+4 |
| 2018-09-13 | introduce SelfCtor | F001 | -11/+2 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+12 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -9/+2 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -30/+3 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -9/+2 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -7/+4 |
| 2018-09-10 | bump version | Jorge Aparicio | -1/+1 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -0/+3 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -0/+4 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -7/+4 |
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -30/+3 |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -1/+1 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+4 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -5/+2 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -5/+9 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -2/+0 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+12 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -0/+1 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -0/+1 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -0/+1 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -8/+21 |
| 2018-08-30 | Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=... | Pietro Albini | -1/+1 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+3 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -5/+15 |
| 2018-08-25 | Fix stabilisation version for macro_vis_matcher. | Jakub Kozlowski | -1/+1 |
| 2018-08-24 | address pnkfelix nits | Niko Matsakis | -1/+1 |
| 2018-08-24 | add a `user_substs` table and store the annotations in there | Niko Matsakis | -0/+6 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -41/+7 |
| 2018-08-23 | fix tidy | Jorge Aparicio | -4/+6 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -5/+13 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -4/+4 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -5/+4 |
| 2018-08-23 | Auto merge of #53235 - varkor:gat_impl_where, r=estebank | bors | -4/+9 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -5/+4 |