| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Split `Single` ctor into more specific variants | Nadrieril | -52/+80 |
| 2023-12-15 | Rollup merge of #118974 - workingjubilee:why-worry-about-enum-abi, r=davidtwco | Matthias Krüger | -6/+14 |
| 2023-12-15 | Rollup merge of #118962 - compiler-errors:bugs, r=TaKO8Ki | Matthias Krüger | -229/+325 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -26/+24 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -203/+301 |
| 2023-12-15 | Remove an unneeded allocation | Arthur Carcano | -1/+1 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -15/+47 |
| 2023-12-15 | Rollup merge of #118909 - Urgau:cleanup-improvement-invalid_ref_casting, r=est31 | Guillaume Gomez | -57/+81 |
| 2023-12-15 | Rollup merge of #118863 - Enselic:rustc_mir-build-query-stability, r=michaelw... | Guillaume Gomez | -4/+3 |
| 2023-12-15 | Annotate panic! reasons during enum layout | Jubilee Young | -6/+14 |
| 2023-12-15 | Auto merge of #118970 - aliemjay:rollup-or33al2, r=aliemjay | bors | -54/+106 |
| 2023-12-15 | Rollup merge of #118964 - compiler-errors:resolve, r=aliemjay | Ali MJ Al-Nasrawy | -35/+12 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -19/+94 |
| 2023-12-15 | Auto merge of #118966 - matthiaskrgr:rollup-sdvjwy6, r=matthiaskrgr | bors | -179/+212 |
| 2023-12-14 | Revert signature change for AssertMessage description | Celina G. Val | -34/+21 |
| 2023-12-15 | Add better ICE messages for some undescriptive panics | Ross Smyth | -4/+11 |
| 2023-12-15 | Rollup merge of #118929 - Zalathar:look-hir, r=cjgillot | Matthias Krüger | -70/+77 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -109/+135 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -35/+12 |
| 2023-12-15 | Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote | bors | -10/+37 |
| 2023-12-14 | Address PR comments | Celina G. Val | -49/+52 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -108/+114 |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -446/+456 |
| 2023-12-15 | coverage: Check that the function signature span precedes the body | Zalathar | -2/+4 |
| 2023-12-15 | coverage: Compare span source files without involving `Lrc<SourceFile>` | Zalathar | -11/+14 |
| 2023-12-15 | coverage: Inline and simplify `fn_sig_and_body` | Zalathar | -14/+9 |
| 2023-12-15 | coverage: Use `LocalDefId` in `extract_hir_info` | Zalathar | -10/+8 |
| 2023-12-15 | coverage: Extract helper for getting HIR info for coverage | Zalathar | -28/+35 |
| 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 | -40/+61 |
| 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 #118949 - matthiaskrgr:rollup-rdzlb9h, r=matthiaskrgr | bors | -13/+43 |
| 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 | Auto merge of #118375 - ouz-a:add_emit_stable_mir_tests, r=celinval | bors | -13/+30 |
| 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 | -11/+23 |
| 2023-12-14 | Change expr_trailing_brace to an exhaustive match to force new expression kin... | GearsDatapacks | -3/+32 |
| 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 | -1/+6 |
| 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 | rustc_codegen_ssa: Remove trailing spaces in Display impl for CguReuse | Martin Nordholts | -2/+2 |
| 2023-12-14 | add stable_mir output test | ouz-a | -13/+30 |