| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -1/+62 |
| 2018-12-31 | Update tests after rebase | Esteban Küber | -0/+4 |
| 2018-12-31 | Address review comments | Esteban Küber | -7/+55 |
| 2018-12-31 | Suggest using raw identifiers in 2018 edition when using keywords | Esteban Küber | -7/+35 |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -1/+1 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -0/+25 |
| 2018-12-30 | Tweak E0308 error for clarity | Esteban Küber | -40/+37 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -115/+135 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 |
| 2018-12-30 | Point at function name span | Esteban Küber | -30/+71 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -121/+83 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -14/+9 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -25/+42 |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -8/+8 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -29/+33 |
| 2018-12-30 | Fix unresolved inference variable ICE. | David Wood | -1/+34 |
| 2018-12-30 | Add explicit error annotations to test. | David Wood | -1/+3 |
| 2018-12-30 | Support user type annotations in `ref` bindings. | David Wood | -0/+19 |
| 2018-12-30 | Type annotations in associated constant patterns. | David Wood | -0/+47 |
| 2018-12-30 | Add test for unreachable well-formedness. | David Wood | -0/+18 |
| 2018-12-30 | Always check well-formedness. | David Wood | -8/+21 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -11/+11 |
| 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 | Do not complain about missing crate named as a keyword | Esteban Küber | -0/+25 |
| 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 | -311/+788 |
| 2018-12-29 | Auto merge of #57197 - kennytm:rollup, r=kennytm | bors | -20/+20 |
| 2018-12-29 | resolve: Simplify treatment of ambiguity errors | Vadim Petrochenkov | -23/+15 |
| 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 | update tests line numbers | Matthias Krüger | -13/+13 |
| 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 | 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 | remove remaining copyright headers | Matthias Krüger | -38/+0 |
| 2018-12-28 | Add specific diagnostic for transmuting between equal associated types | varkor | -0/+20 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -113/+113 |
| 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 | -237/+573 |