| Age | Commit message (Expand) | Author | Lines |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -8/+18 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -3/+5 |
| 2018-12-26 | Fixed issues raised in first review. | Alexander Regueiro | -46/+4 |
| 2018-12-26 | Fixed tests. | Alexander Regueiro | -10/+18 |
| 2018-12-26 | Added tests for feature. | Alexander Regueiro | -0/+97 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1655/+358 |
| 2018-12-23 | Rollup merge of #57049 - cramertj:repr-packed, r=Centril | kennytm | -37/+0 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -37/+0 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -22/+34 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -8/+89 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -33/+0 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -28/+0 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -28/+0 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -26/+0 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -15/+27 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -0/+29 |
| 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-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -0/+24 |
| 2018-12-02 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -15/+3 |
| 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-30 | Add precise_pointer_size_matching feature | varkor | -0/+29 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -0/+31 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -31/+0 |
| 2018-11-30 | Also test the `const_let` feature gate in statics | Oliver Scherer | -1/+54 |
| 2018-11-30 | Stabilize `const_let` inside const functions | Oliver Scherer | -9/+37 |
| 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 |