| Age | Commit message (Expand) | Author | Lines |
| 2019-01-10 | Stabilize `uniform_paths` | Vadim Petrochenkov | -79/+0 |
| 2019-01-10 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -15/+3 |
| 2018-12-04 | Update tests | Oliver Scherer | -2/+10 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -29/+0 |
| 2018-12-01 | Update tracking issue for `extern_crate_self` | Vadim Petrochenkov | -1/+1 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -0/+14 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -29/+0 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -41/+0 |
| 2018-11-30 | Moved feature-gate tests to correct dir. | Alexander Regueiro | -0/+118 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -41/+0 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -30/+0 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -121/+0 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -3/+3 |
| 2018-11-18 | resolve: Reintroduce feature gate for uniform paths in imports | Vadim Petrochenkov | -8/+68 |
| 2018-11-18 | resolve: Resolve single-segment imports using in-scope resolution on 2018 edi... | Vadim Petrochenkov | -3/+3 |
| 2018-11-08 | Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakis | bors | -2/+2 |
| 2018-11-07 | remove `#[rustc_error]` from ui/ tests that remain compile-fail tests. | Felix S. Klock II | -2/+2 |
| 2018-11-07 | Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov | kennytm | -2/+26 |
| 2018-11-06 | Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi... | kennytm | -24/+11 |
| 2018-11-06 | Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix | kennytm | -44/+12 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -7/+43 |
| 2018-11-05 | For feature-gate-nll test, turn off testing modes that externally enable NLL. | Felix S. Klock II | -24/+11 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -0/+24 |
| 2018-11-02 | Remove deprecated unstable `#[panic_implementation]` | Vadim Petrochenkov | -32/+0 |
| 2018-11-02 | Fix tracking issue numbers for some unstable features | Vadim Petrochenkov | -12/+12 |
| 2018-10-31 | Fix feature gate only being checked on first repr attr. | Cameron Hart | -2/+26 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -0/+15 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -7/+43 |
| 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 |