| Age | Commit message (Expand) | Author | Lines |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+176 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -30/+129 |
| 2023-01-13 | Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco | bors | -1374/+2295 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+15 |
| 2023-01-13 | Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwco | Yuki Okushi | -23/+23 |
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -7/+3 |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -73/+76 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -63/+4 |
| 2023-01-12 | Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb | nils | -1/+43 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -5/+8 |
| 2023-01-12 | Rollup merge of #105806 - mejrs:eager2, r=davidtwco | nils | -4/+21 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -53/+71 |
| 2023-01-12 | Mark ZST as FFI-safe if all its fields are PhantomData | Arthur Carcano | -23/+23 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -1073/+1249 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -53/+71 |
| 2023-01-11 | Rollup merge of #106739 - WaffleLapkin:astconv, r=estebank | Michael Goulet | -664/+628 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -7/+25 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -34/+94 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -3/+3 |
| 2023-01-11 | Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnr | Michael Goulet | -46/+70 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -319/+429 |
| 2023-01-12 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+15 |
| 2023-01-12 | Rollup merge of #106748 - clubby789:on-unimplemented-fmt-verify, r=compiler-e... | Matthias Krüger | -29/+32 |
| 2023-01-12 | Rollup merge of #106732 - durin42:dmitrig-arrayref-ctor, r=nikic | Matthias Krüger | -12/+13 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -34/+57 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -10/+61 |
| 2023-01-12 | Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726 | Matthias Krüger | -3/+1 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -3/+9 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -17/+77 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -8/+6 |
| 2023-01-12 | fix fn_sig ice | Deadbeef | -2/+13 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -20/+50 |
| 2023-01-12 | suggest adding const_trait_impl if error because of that | Deadbeef | -1/+13 |
| 2023-01-12 | gate const closures | Deadbeef | -1/+12 |
| 2023-01-12 | parse const closures | Deadbeef | -6/+43 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -13/+149 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -7/+3 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -63/+4 |
| 2023-01-11 | Clean up `OnUnimplementedFormatString::verify` | clubby789 | -29/+32 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -17/+77 |
| 2023-01-11 | Translate `Overlap` eagerly | mejrs | -12/+18 |
| 2023-01-11 | Some cleanup, oops | mejrs | -5/+0 |
| 2023-01-11 | Don't recommend `if let` if `let else` works | mejrs | -49/+18 |
| 2023-01-11 | Migrate pattern matching | mejrs | -189/+278 |
| 2023-01-11 | Migrate usefulness.rs | mejrs | -6/+47 |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -22/+48 |
| 2023-01-11 | Translate const_to_pat.rs | mejrs | -138/+122 |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -1/+176 |
| 2023-01-11 | Support eager subdiagnostics again | mejrs | -4/+21 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -10/+61 |