| Age | Commit message (Expand) | Author | Lines |
| 2018-12-28 | Resolve `$crate`s for pretty-printing at more appropriate time | Vadim Petrochenkov | -27/+12 |
| 2018-12-28 | Add test demonstrating disintegration of `$crate` into `$` and `crate` | Vadim Petrochenkov | -0/+128 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -2/+2 |
| 2018-12-27 | Add tests | scalexm | -0/+54 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -130/+136 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -54/+5 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -44/+30 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -10/+2 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -87/+488 |
| 2018-12-27 | Auto merge of #57133 - SimonSapin:zero, r=oli-obk | bors | -2/+0 |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -5/+5 |
| 2018-12-26 | Add span label to unused string formatting argument | Esteban Küber | -30/+40 |
| 2018-12-26 | Point at correct span for arguments in format strings | Esteban Küber | -1/+9 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -10/+240 |
| 2018-12-26 | Changed resolution of enum variants to low priority. | Alexander Regueiro | -2/+2 |
| 2018-12-26 | Fixed ICE when type arguments are specified on `Self` type. | Alexander Regueiro | -28/+56 |
| 2018-12-26 | Fixed type inference for tuple struct variants. | Alexander Regueiro | -0/+4 |
| 2018-12-26 | Fixed handling of unit variants of aliased enums in type NS. | Alexander Regueiro | -156/+63 |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -274/+301 |
| 2018-12-26 | Fixed several ICEs. | Alexander Regueiro | -0/+29 |
| 2018-12-26 | Expanded tests for enum variants with generic args. | Alexander Regueiro | -105/+334 |
| 2018-12-26 | Added tests for enums & enum aliases with various combinations of generic args. | Alexander Regueiro | -0/+105 |
| 2018-12-26 | Fixed issues raised in first review. | Alexander Regueiro | -46/+4 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -90/+164 |
| 2018-12-26 | Fixed tests. | Alexander Regueiro | -10/+19 |
| 2018-12-26 | Added tests for feature. | Alexander Regueiro | -0/+116 |
| 2018-12-26 | Add closure cannot be moved note. | David Wood | -0/+6 |
| 2018-12-26 | Add union justifications to conflicting borrows. | David Wood | -117/+93 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -2/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -63857/+14174 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -853/+868 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -27/+18 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -853/+868 |
| 2018-12-23 | Rollup merge of #57078 - glaubitz:ignore-tests, r=nikic | Mazdak Farrokhzad | -1/+2 |
| 2018-12-23 | Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk | Mazdak Farrokhzad | -146/+75 |
| 2018-12-23 | Rollup merge of #57020 - estebank:return-span, r=zackmdavis | Mazdak Farrokhzad | -3/+12 |
| 2018-12-23 | Rollup merge of #56966 - varkor:raw-pointer-deref-parens, r=zackmdavis | Mazdak Farrokhzad | -3/+41 |
| 2018-12-23 | Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkov | Mazdak Farrokhzad | -0/+12 |
| 2018-12-23 | Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwco | Mazdak Farrokhzad | -5/+68 |
| 2018-12-23 | Rollup merge of #56188 - zackmdavis:if_i_may_suggest, r=davidtwco | Mazdak Farrokhzad | -40/+94 |
| 2018-12-23 | test: Ignore ui/target-feature-gate on s390x | John Paul Adrian Glaubitz | -1/+2 |
| 2018-12-23 | stabilize min_const_unsafe_fn -- revert const-size_of-cycle changes | Mazdak Farrokhzad | -0/+4 |
| 2018-12-23 | stabilize min_const_unsafe_fn --bless tests. | Mazdak Farrokhzad | -16/+12 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -139/+68 |
| 2018-12-23 | bless ui tests in compare mode | Niv Kaminer | -4/+4 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -14/+10 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -36/+94 |
| 2018-12-23 | Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelix | kennytm | -57/+44 |
| 2018-12-23 | Rollup merge of #57049 - cramertj:repr-packed, r=Centril | kennytm | -49/+10 |
| 2018-12-23 | Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obk | kennytm | -24/+35 |