| Age | Commit message (Expand) | Author | Lines |
| 2024-02-23 | Simplify existing code for setting `filecheck` flags | Zalathar | -11/+17 |
| 2024-02-23 | Add some simple meta-tests for the handling of `filecheck` flags | Zalathar | -0/+31 |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -455/+409 |
| 2024-02-22 | Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgr | bors | -485/+690 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -15/+15 |
| 2024-02-22 | Rollup merge of #121452 - jonathanpallant:patch-1, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2024-02-22 | Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2024-02-22 | Rollup merge of #121427 - nnethercote:fix-Rocket, r=oli-obk | Matthias Krüger | -11/+13 |
| 2024-02-22 | Rollup merge of #121401 - eltociear:patch-25, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-22 | Rollup merge of #121393 - Nadrieril:match-lowering-testcase, r=matthewjasper | Matthias Krüger | -260/+212 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -34/+451 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -175/+6 |
| 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 | -22/+35 |
| 2024-02-22 | overflow errors: change source to a concrete enum | lcnr | -91/+126 |
| 2024-02-22 | Auto merge of #121370 - jieyouxu:migrate-compiletest-directives, r=oli-obk | bors | -4845/+4882 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -97/+103 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -280/+180 |
| 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 | Update tidy target_specific_tests to account for `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-22 | Update tidy target_policy to account for `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-22 | Update compiletest to only accept `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+13 |
| 2024-02-22 | Update list of known directive names for diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+52 |
| 2024-02-22 | Fix tests/assembly/stack-protector/stack-protector-target-support.rs | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-02-22 | Auto merge of #121372 - clubby789:test-all-tests, r=onur-ozkan | bors | -6/+51 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -11/+15 |
| 2024-02-22 | Preserve the `Span` from `prove_predicate` all the way to registering opaque ... | Oli Scherer | -3/+19 |
| 2024-02-22 | Add new maintainers to nto-qnx.md | Jonathan Pallant | -0/+2 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+25 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -89/+37 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -84/+55 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -3/+4 |
| 2024-02-22 | Fix typo in metadata.rs doc comment | Johannes Rudolph | -1/+1 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -56/+81 |
| 2024-02-22 | Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubilee | bors | -37/+94 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -46/+98 |
| 2024-02-22 | Make some `IntoDiagnostic` impls generic. | Nicholas Nethercote | -10/+12 |
| 2024-02-22 | Fix panic when compiling `Rocket`. | Nicholas Nethercote | -1/+1 |
| 2024-02-22 | Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieu | bors | -9/+3 |
| 2024-02-22 | Remove `SharedEmitterMessage::AbortIfErrors`. | Nicholas Nethercote | -5/+1 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -24/+60 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -31/+24 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -449/+452 |
| 2024-02-21 | Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb | Matthias Krüger | -0/+87 |
| 2024-02-21 | Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-02-21 | Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkov | Matthias Krüger | -45/+60 |
| 2024-02-21 | Rollup merge of #121391 - Nadrieril:fix-liveness, r=compiler-errors | Matthias Krüger | -4/+11 |