| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | coverage: Don't bother storing the source file in `Instrumentor` | Zalathar | -4/+3 |
| 2023-12-15 | coverage: Extract `is_eligible_for_coverage` | Zalathar | -14/+25 |
| 2023-12-15 | coverage: Simplify parts of `InstrumentCoverage::run_pass` | Zalathar | -8/+6 |
| 2023-12-15 | coverage: Assert that the instrumentor never sees promoted MIR | Zalathar | -9/+3 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -45/+64 |
| 2023-12-15 | Remove `Handler::emit_diag_at_span`. | Nicholas Nethercote | -23/+9 |
| 2023-12-15 | Avoid `DiagnosticBuilder::<T>::new` calls. | Nicholas Nethercote | -4/+4 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -13/+15 |
| 2023-12-14 | Auto merge of #16125 - HKalbasi:rustc-tests, r=HKalbasi | bors | -5/+288 |
| 2023-12-15 | Run rust-analyzer on rustc tests in metrics | hkalbasi | -5/+288 |
| 2023-12-14 | Auto merge of #118949 - matthiaskrgr:rollup-rdzlb9h, r=matthiaskrgr | bors | -108/+168 |
| 2023-12-14 | fix `x clean` for cross-compiled artifacts | onur-ozkan | -2/+8 |
| 2023-12-14 | Rollup merge of #118945 - Enselic:remove-trailing, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-12-14 | Rollup merge of #118935 - RalfJung:interpret-downcast, r=saethlin | Matthias Krüger | -0/+18 |
| 2023-12-14 | Rollup merge of #118914 - compiler-errors:eager-alias-relate, r=lcnr | Matthias Krüger | -13/+71 |
| 2023-12-14 | Rollup merge of #118910 - GuillaumeGomez:js-object-to-map, r=notriddle | Matthias Krüger | -93/+77 |
| 2023-12-14 | Auto merge of #118375 - ouz-a:add_emit_stable_mir_tests, r=celinval | bors | -14/+280 |
| 2023-12-14 | Move special methods from ClosureKind back into rustc | Michael Goulet | -57/+27 |
| 2023-12-14 | Unconditionally register alias-relate in projection goal | Michael Goulet | -13/+71 |
| 2023-12-14 | Use the Waker::noop API in tests | Michael Goulet | -82/+41 |
| 2023-12-14 | Change expr_trailing_brace to an exhaustive match to force new expression kin... | GearsDatapacks | -3/+428 |
| 2023-12-14 | rustc_mir_build: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+0 |
| 2023-12-14 | rustc_mir_build: Make non-exhaustive non-empty match diagnotics deterministic | Martin Nordholts | -3/+3 |
| 2023-12-14 | Recurse into let bindings if possible in ref casting lint | Urgau | -9/+41 |
| 2023-12-14 | Refactor and rename some functions in ref casting lint | Urgau | -40/+54 |
| 2023-12-14 | Extract casting detection logic in it's own function | Urgau | -19/+24 |
| 2023-12-14 | remove `instant` from allowed dependencies | Rémy Rakic | -1/+0 |
| 2023-12-14 | rustc_codegen_ssa: Remove trailing spaces in Display impl for CguReuse | Martin Nordholts | -2/+2 |
| 2023-12-14 | update measureme to 10.1.2 to deduplicate parking_lot | Rémy Rakic | -34/+9 |
| 2023-12-14 | Auto merge of #118937 - lcnr:rename-solver-flag, r=compiler-errors | bors | -333/+345 |
| 2023-12-14 | add stable_mir output test | ouz-a | -14/+280 |
| 2023-12-14 | Include an additional cherry-pick | Nikita Popov | -0/+0 |
| 2023-12-14 | Fix bootstrap test failures | Nikita Popov | -21/+21 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-14 | review | lcnr | -1/+1 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -16/+16 |
| 2023-12-14 | update use of feature flags | lcnr | -228/+227 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -89/+102 |
| 2023-12-14 | Fix target_feature config in portable-simd | Urgau | -1/+1 |
| 2023-12-14 | Don't forget pure rustc target features in check-cfg | Urgau | -3/+10 |
| 2023-12-14 | Rustup to rustc 1.76.0-nightly (eeff92ad3 2023-12-13) | bjorn3 | -1/+1 |
| 2023-12-14 | Use all the known features in check-cfg | Urgau | -17/+26 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -442/+450 |
| 2023-12-14 | Auto merge of #118789 - jyn514:dry-run, r=onur-ozkan | bors | -2/+2 |
| 2023-12-14 | Fix cases where std accidentally relied on inline(never) | Ben Kimock | -11/+37 |
| 2023-12-14 | Sync from rust eeff92ad32c2627876112ccfe812e19d38494087 | bjorn3 | -60/+0 |
| 2023-12-14 | Remove `ModuleId` from `TypeOwnerId` | Lukas Wirth | -45/+112 |
| 2023-12-14 | Use Map instead of Object for source files and search index | Guillaume Gomez | -93/+77 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -97/+68 |
| 2023-12-14 | Auto merge of #16121 - Veykril:assert-messages, r=Veykril | bors | -2/+2 |