| Age | Commit message (Expand) | Author | Lines |
| 2023-02-01 | migrate parser::ty to diagnostic structs | Xiretza | -0/+35 |
| 2023-02-01 | rustc_parse: migrate more to diagnostic structs | Xiretza | -0/+149 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -0/+12 |
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -0/+119 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -1/+75 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+2 |
| 2023-01-28 | Migrate some range parsing diagnostics | clubby789 | -0/+11 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-01-27 | Fix some Fluent typos | clubby789 | -3/+3 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -4/+12 |
| 2023-01-26 | Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco | Matthias Krüger | -3/+19 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -3/+0 |
| 2023-01-26 | Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa | Matthias Krüger | -3/+0 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-01-24 | Move FFI attribute validation to `check_attr` | inquisitivecrystal | -0/+12 |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -0/+1 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -13/+13 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -1/+2 |
| 2023-01-19 | Fix broken format strings in `infer.ftl` | clubby789 | -8/+8 |
| 2023-01-19 | Autoderive ExternBlockSuggestion | mejrs | -1/+2 |
| 2023-01-18 | Fix #107090, fix missing arguments for fluent | yukang | -13/+13 |
| 2023-01-17 | Migrate mir_build's borrow conflicts | mejrs | -4/+12 |
| 2023-01-17 | Handle diagnostics customization on the fluent side | Oli Scherer | -1/+19 |
| 2023-01-17 | Empty regions don't exist anymore, remove them from fluent | Oli Scherer | -2/+0 |
| 2023-01-17 | Rollup merge of #106949 - compiler-errors:is-poly, r=BoxyUwU | Matthias Krüger | -6/+6 |
| 2023-01-17 | Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank | Matthias Krüger | -0/+2 |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -6/+6 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -0/+4 |
| 2023-01-14 | suggest fix for attempted integer identifier in patterns | Ezra Shaw | -0/+2 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -0/+3 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -0/+3 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -0/+3 |
| 2023-01-13 | Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwco | Yuki Okushi | -0/+3 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -0/+11 |
| 2023-01-13 | Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco | bors | -2/+59 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -1/+0 |
| 2023-01-12 | [RFC 2397] Deny incorrect locations | Caio | -0/+3 |
| 2023-01-11 | Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnr | Michael Goulet | -4/+4 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -0/+61 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -0/+6 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -1/+0 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -0/+21 |
| 2023-01-11 | Translate `Overlap` eagerly | mejrs | -2/+0 |
| 2023-01-11 | Don't recommend `if let` if `let else` works | mejrs | -1/+1 |
| 2023-01-11 | Migrate pattern matching | mejrs | -4/+32 |
| 2023-01-11 | Migrate usefulness.rs | mejrs | -2/+12 |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -1/+7 |
| 2023-01-11 | Translate const_to_pat.rs | mejrs | -0/+19 |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -0/+11 |