| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obk | Matthias Krüger | -676/+1191 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -0/+27 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -246/+193 |
| 2024-02-23 | lint-overflowing-ops: unify cases and remove redundancy | Ralf Jung | -676/+1191 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -0/+27 |
| 2024-02-23 | Rollup merge of #121482 - nnethercote:fix-121455, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-02-23 | Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnr | Matthias Krüger | -0/+85 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -77/+62 |
| 2024-02-23 | Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnr | Matthias Krüger | -0/+112 |
| 2024-02-23 | Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercote | bors | -1184/+1169 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -126/+452 |
| 2024-02-23 | Allow for a missing `adt_def` in `NamePrivacyVisitor`. | Nicholas Nethercote | -0/+15 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+85 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+112 |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -169/+104 |
| 2024-02-22 | Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgr | bors | -60/+406 |
| 2024-02-22 | Fix rebase | Esteban Küber | -4/+7 |
| 2024-02-22 | fix test | Esteban Küber | -1/+1 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -41/+41 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -39/+39 |
| 2024-02-22 | Better account for associated const found for fn call expr | Esteban Küber | -8/+10 |
| 2024-02-22 | fix test | Esteban Küber | -0/+4 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -40/+123 |
| 2024-02-22 | Consider methods from traits when suggesting typos | Esteban Küber | -47/+144 |
| 2024-02-22 | Provide more and more accurate suggestions when calling the wrong method | Esteban Küber | -3/+22 |
| 2024-02-22 | On type error of method call arguments, look at confusables for suggestion | Esteban Küber | -1/+19 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -2/+102 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -77/+62 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -14/+14 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -0/+401 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -60/+5 |
| 2024-02-22 | Remove some annotations that just specify the default | Oli Scherer | -17/+13 |
| 2024-02-22 | do not use <: in subtyping overflow msg | lcnr | -15/+15 |
| 2024-02-22 | overflow errors: change source to a concrete enum | lcnr | -42/+37 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -7/+32 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -133/+48 |
| 2024-02-22 | Re-bless tests/pretty | 许杰友 Jieyou Xu (Joe) | -38/+38 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -4775/+4775 |
| 2024-02-22 | Ignore tidy linelength | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-02-22 | Fix tests/assembly/stack-protector/stack-protector-target-support.rs | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-02-22 | remove exception | James Dietz | -8/+8 |
| 2024-02-22 | Preserve the `Span` from `prove_predicate` all the way to registering opaque ... | Oli Scherer | -1/+15 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -80/+8 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -53/+14 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -2/+2 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -7/+1 |
| 2024-02-21 | consolidate tests | James Dietz | -1184/+1169 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -16/+95 |
| 2024-02-21 | Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb | Matthias Krüger | -0/+87 |