| Age | Commit message (Expand) | Author | Lines |
| 2024-02-27 | ffi_unwind_calls: treat RustIntrinsic like regular Rust calls | Ralf Jung | -4/+9 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -1/+0 |
| 2024-02-26 | Do not const pop unions | Gurinder Singh | -14/+26 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+0 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -0/+4 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+4 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -3/+26 |
| 2024-02-23 | Rollup merge of #121492 - Zalathar:hole, r=fmease | Matthias Krüger | -65/+62 |
| 2024-02-23 | coverage: Rename `is_closure` to `is_hole` | Zalathar | -60/+59 |
| 2024-02-23 | coverage: Remove some lingering references to `pending_dups` | Zalathar | -6/+4 |
| 2024-02-23 | coverage: Use variable name `this` in `CoverageGraph::from_mir` | Zalathar | -7/+6 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+17 |
| 2024-02-21 | Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obk | Matthias Krüger | -169/+26 |
| 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 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -6/+2 |
| 2024-02-20 | Rollup merge of #121286 - gurry:constprop-lint-rename, r=oli-obk | Nilstrieb | -17/+19 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -0/+3 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -0/+3 |
| 2024-02-20 | Rename `ConstPropLint` to `KnownPanicsLint` | Gurinder Singh | -17/+19 |
| 2024-02-19 | Make intrinsic fallback bodies cross-crate inlineable | Nilstrieb | -0/+17 |
| 2024-02-18 | Remove const_prop.rs | Gurinder Singh | -168/+153 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-17 | Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiser | Guillaume Boisseau | -4/+9 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -5/+0 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -11/+9 |
| 2024-02-16 | coverage: Discard spans that fill the entire function body | Zalathar | -4/+9 |
| 2024-02-16 | Rollup merge of #121147 - tmiasko:no-debug-body, r=compiler-errors | Guillaume Gomez | -4/+2 |
| 2024-02-15 | Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillot | bors | -0/+6 |
| 2024-02-15 | Avoid debug logging entire MIR body | Tomasz Miąsko | -4/+2 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+1 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -3/+2 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -3/+2 |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+6 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -1/+2 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -5/+6 |
| 2024-02-14 | Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errors | Oli Scherer | -5/+9 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -5/+6 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Fix handling of adjustment casts. | Camille GILLOT | -5/+9 |
| 2024-02-13 | coverage: Simplify code for adding `prev` to pending dups | Zalathar | -40/+12 |
| 2024-02-13 | coverage: Move `prev_original_span` into `PrevCovspan` | Zalathar | -19/+11 |
| 2024-02-13 | coverage: Split `CoverageSpan` into several distinct structs | Zalathar | -83/+139 |
| 2024-02-13 | coverage: Don't track `curr_original_span` explicitly | Zalathar | -11/+2 |
| 2024-02-13 | coverage: When merging spans, keep `prev` and merge `curr` into it | Zalathar | -9/+3 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -32/+30 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -3/+4 |
| 2024-02-12 | Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obk | Matthias Krüger | -0/+12 |