| Age | Commit message (Expand) | Author | Lines |
| 2018-10-24 | Prohibit macro-expanded `extern crate` items shadowing crates passed with `--... | Vadim Petrochenkov | -1/+16 |
| 2018-10-24 | Feature gate extern prelude additions from `extern crate` items | Vadim Petrochenkov | -0/+106 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -98/+17 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -2/+3 |
| 2018-10-11 | review comments | Esteban Küber | -1/+1 |
| 2018-10-10 | Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=Manishearth | Manish Goregaokar | -49/+0 |
| 2018-10-10 | Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkov | Manish Goregaokar | -0/+46 |
| 2018-10-09 | Reword `rustc_on_unimplemented` errors for `Iterator` | Esteban Küber | -2/+3 |
| 2018-10-09 | Remove feature-gate tests | flip1995 | -49/+0 |
| 2018-10-07 | cfg-attr-multi: Change issue number to actual tracking issue | Havvy (Ryan Scheel) | -2/+2 |
| 2018-10-07 | cfg_attr_multi: Feature gate | Havvy (Ryan Scheel) | -0/+46 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -38/+11 |
| 2018-09-30 | Added help message for `impl_trait_in_bindings` feature gate. | Alexander Regueiro | -0/+4 |
| 2018-09-27 | Updated stderr test files. | Alexander Regueiro | -0/+2 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -26/+0 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -1/+39 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+30 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -1/+39 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -26/+0 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -26/+0 |
| 2018-09-19 | Parse, feature-gate, and validate the #[marker] attribute | Scott McMurray | -0/+30 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -1/+1 |
| 2018-09-17 | libsyntax: fix casing in error message | Alva Snædís | -3/+3 |
| 2018-09-13 | introduce SelfCtor | F001 | -39/+41 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+39 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -35/+0 |
| 2018-09-09 | update ui tests | Jorge Aparicio | -32/+2 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -32/+0 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -36/+121 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+30 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -3/+35 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+1 |
| 2018-08-23 | fix tidy | Jorge Aparicio | -0/+32 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -12/+12 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -17/+19 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -26/+0 |
| 2018-08-23 | Auto merge of #53235 - varkor:gat_impl_where, r=estebank | bors | -4/+17 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -26/+0 |
| 2018-08-22 | Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertj | Guillaume Gomez | -0/+105 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -32/+32 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -30/+0 |
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -25/+0 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -32/+32 |
| 2018-08-19 | Rename `catch_expr` feature to `try_blocks` | Scott McMurray | -2/+2 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -6/+8 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -30/+0 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -0/+27 |
| 2018-08-18 | Added feature gate. | Alexander Regueiro | -0/+27 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -3/+1 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -3/+1 |