| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieu | bors | -9/+3 |
| 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 |
| 2024-02-21 | Rollup merge of #121373 - Zalathar:test-revision, r=oli-obk | Matthias Krüger | -65/+81 |
| 2024-02-21 | Rollup merge of #121336 - davidtwco:triagebot-notifications, r=wesleywiser | Matthias Krüger | -0/+4 |
| 2024-02-21 | Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obk | Matthias Krüger | -179/+34 |
| 2024-02-21 | Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obk | Matthias Krüger | -155/+174 |
| 2024-02-21 | Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-se | bors | -232/+303 |
| 2024-02-22 | Inline and remove `abort_on_err`. | Nicholas Nethercote | -20/+16 |
| 2024-02-22 | Replace unnecessary `abort_if_errors`. | Nicholas Nethercote | -23/+13 |
| 2024-02-22 | Refactor `run_global_ctxt`. | Nicholas Nethercote | -7/+10 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -16/+19 |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -41/+76 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -35/+41 |
| 2024-02-22 | Remove `EarlyDiagCtxt::abort_if_errors`. | Nicholas Nethercote | -7/+2 |
| 2024-02-22 | Remove dead `expect_error_or_delayed_bug` method. | Nicholas Nethercote | -8/+0 |
| 2024-02-22 | Remove an out-of-date comment. | Nicholas Nethercote | -1/+0 |
| 2024-02-21 | Auto merge of #121321 - compiler-errors:yeet-querytyperelating, r=lcnr | bors | -698/+462 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -232/+303 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -599/+451 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -13/+13 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -106/+18 |
| 2024-02-21 | Add a non-lifetime-binders test | Michael Goulet | -0/+60 |
| 2024-02-21 | Add an ATB test | Michael Goulet | -0/+27 |
| 2024-02-21 | Auto merge of #121400 - fmease:rollup-8m29g7a, r=fmease | bors | -973/+1202 |
| 2024-02-21 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |
| 2024-02-21 | Rollup merge of #121396 - RalfJung:mir-const-value-inspect, r=oli-obk | León Orell Valerian Liehr | -12/+35 |
| 2024-02-21 | Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk | León Orell Valerian Liehr | -19/+8 |
| 2024-02-21 | Rollup merge of #121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-er... | León Orell Valerian Liehr | -372/+350 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -151/+169 |
| 2024-02-21 | Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obk | León Orell Valerian Liehr | -23/+44 |
| 2024-02-21 | Rollup merge of #121340 - GrigorenkoPV:bootstrap-clippy, r=onur-ozkan | León Orell Valerian Liehr | -326/+317 |
| 2024-02-21 | Rollup merge of #121175 - Nadrieril:simplify-or-selection, r=matthewjasper | León Orell Valerian Liehr | -40/+51 |
| 2024-02-21 | Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease | León Orell Valerian Liehr | -30/+228 |
| 2024-02-21 | compiletest: support auxiliaries with auxiliaries | David Wood | -23/+44 |
| 2024-02-21 | make it possible for outside crates to inspect a mir::ConstValue with the int... | Ralf Jung | -12/+35 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -174/+292 |
| 2024-02-21 | Unify dylib loading between proc macros and codegen backends | bjorn3 | -45/+60 |
| 2024-02-21 | Fix liveness analysis in the presence of never patterns | Nadrieril | -4/+11 |
| 2024-02-21 | Test one or pattern at a time | Nadrieril | -29/+42 |
| 2024-02-21 | coverage: Simplify (non-closure) covspans truncating each other | Zalathar | -7/+7 |
| 2024-02-21 | coverage: Remove `pending_dups` from the span refiner | Zalathar | -164/+16 |
| 2024-02-21 | coverage: Eagerly deduplicate covspans with the same span | Zalathar | -15/+18 |
| 2024-02-21 | Tweak block management | Nadrieril | -13/+11 |
| 2024-02-21 | Flatten the parse logic in `line_directive` | Zalathar | -18/+13 |
| 2024-02-21 | Consistently refer to a test's `revision` instead of `cfg` | Zalathar | -41/+44 |
| 2024-02-21 | Improve internal docs for the `HeaderLine` callback struct | Zalathar | -8/+26 |