| Age | Commit message (Expand) | Author | Lines |
| 2024-02-21 | Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obk | Matthias Krüger | -135/+160 |
| 2024-02-21 | Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-se | bors | -1/+1 |
| 2024-02-22 | Inline and remove `abort_on_err`. | Nicholas Nethercote | -17/+14 |
| 2024-02-22 | Replace unnecessary `abort_if_errors`. | Nicholas Nethercote | -23/+13 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -15/+18 |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -35/+76 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -31/+39 |
| 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 | Inline `simplify_match_pair` | Nadrieril | -34/+18 |
| 2024-02-21 | Process bindings and ascriptions in `MatchPair::new()` | Nadrieril | -90/+77 |
| 2024-02-21 | Introduce `TestCase` enum to replace most matching on `PatKind` | Nadrieril | -143/+132 |
| 2024-02-21 | Tiny simplification | Nadrieril | -24/+16 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -36/+9 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -1/+1 |
| 2024-02-21 | Prevent cycle in implied predicates computation | Michael Goulet | -8/+22 |
| 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 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |
| 2024-02-22 | Fix typo in serialized.rs | Ikko Eltociear Ashimine | -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 | -369/+347 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -127/+145 |
| 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 | -3/+24 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -10/+26 |
| 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 | -169/+207 |
| 2024-02-21 | Unify dylib loading between proc macros and codegen backends | bjorn3 | -44/+60 |
| 2024-02-21 | Fix liveness analysis in the presence of never patterns | Nadrieril | -4/+11 |
| 2024-02-21 | Split off `test_candidates` into several functions and improve comments | Nadrieril | -151/+218 |
| 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 | -5/+10 |
| 2024-02-21 | Tweak block management | Nadrieril | -13/+11 |
| 2024-02-21 | llvm-wrapper: fix warning C4305 | klensy | -1/+1 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -14/+164 |
| 2024-02-21 | llvm-wrapper: fix warning C4244 | klensy | -7/+7 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -3/+6 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -1/+20 |
| 2024-02-21 | Rollup merge of #121304 - compiler-errors:ext, r=nnethercote | Dylan DPC | -0/+14 |
| 2024-02-21 | Rollup merge of #121288 - tshepang:make-expand-translatable, r=michaelwoerister | Dylan DPC | -10/+52 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -155/+115 |
| 2024-02-21 | Auto merge of #120588 - alexcrichton:wasm-rmeta-object, r=wesleywiser,bjorn3 | bors | -21/+69 |
| 2024-02-21 | Remove an `unchecked_error_guaranteed` call. | Nicholas Nethercote | -19/+8 |
| 2024-02-21 | Docs for extension proc-macro | Michael Goulet | -0/+14 |