| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-31 | const stabilizations: adjust run-pass tests. | Mazdak Farrokhzad | -6/+0 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -25/+42 |
| 2018-12-30 | Auto merge of #57158 - estebank:as-ref, r=zackmdavis | bors | -47/+91 |
| 2018-12-30 | Auto merge of #57185 - petrochenkov:impice4, r=estebank | bors | -26/+29 |
| 2018-12-29 | Auto merge of #56843 - csmoe:non-copy, r=davidtwco | bors | -48/+65 |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -25/+42 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -315/+946 |
| 2018-12-29 | Auto merge of #57197 - kennytm:rollup, r=kennytm | bors | -20/+20 |
| 2018-12-29 | Auto merge of #57181 - petrochenkov:impice3, r=estebank | bors | -0/+12 |
| 2018-12-29 | Rollup merge of #57159 - ids1024:closed-issue, r=Centril | kennytm | -20/+20 |
| 2018-12-29 | Auto merge of #57160 - petrochenkov:impice2, r=estebank | bors | -0/+33 |
| 2018-12-29 | Auto merge of #57140 - estebank:str-err, r=varkor | bors | -31/+49 |
| 2018-12-29 | Fixed stderr files for ui tests. | Alexander Regueiro | -12/+3 |
| 2018-12-29 | add non-copy note to stderr | csmoe | -45/+62 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -0/+16 |
| 2018-12-29 | resolve: Never override real bindings with `Def::Err`s from error recovery | Vadim Petrochenkov | -26/+29 |
| 2018-12-29 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -0/+12 |
| 2018-12-28 | Suggest `.as_ref()` when appropriate for `Option` and `Result` | Esteban Küber | -47/+91 |
| 2018-12-28 | Update src/test/ui/consts/const-nonzero.rs | Oliver Scherer | -1/+1 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -0/+9 |
| 2018-12-28 | Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay | bors | -0/+113 |
| 2018-12-28 | resolve: Fix an ICE in import validation | Vadim Petrochenkov | -0/+33 |
| 2018-12-27 | Update references to closed issue | Ian Douglas Scott | -20/+20 |
| 2018-12-27 | Auto merge of #56999 - petrochenkov:macrecov2, r=estebank | bors | -219/+579 |
| 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/+278 |
| 2018-12-27 | Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis | bors | -0/+34 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -130/+136 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -29/+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 | -11/+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 | -14/+5 |
| 2018-12-26 | Fixed handling of unit variants of aliased enums in type NS. | Alexander Regueiro | -159/+66 |
| 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 | -139/+419 |
| 2018-12-26 | Added tests for enums & enum aliases with various combinations of generic args. | Alexander Regueiro | -0/+139 |
| 2018-12-26 | Fixed issues raised in first review. | Alexander Regueiro | -46/+4 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -90/+164 |