| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | Auto merge of #123322 - matthewjasper:remove-mir-unsafeck, r=lcnr,compiler-er... | bors | -791/+2 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -791/+2 |
| 2024-04-03 | Auto merge of #123402 - workingjubilee:rollup-0j5ihn6, r=workingjubilee | bors | -31/+118 |
| 2024-04-03 | Auto merge of #122225 - DianQK:nits-120268, r=cjgillot | bors | -14/+56 |
| 2024-04-02 | Comments, comments, comments | Michael Goulet | -39/+92 |
| 2024-04-02 | Fix capture analysis for by-move closure bodies | Michael Goulet | -16/+50 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+3 |
| 2024-04-02 | Track reason for creating a `ReifyShim` | Matthew Maurer | -3/+3 |
| 2024-04-02 | Avoid an `is_empty()` followed by an index op in favor of a single fallible op | Oli Scherer | -3/+3 |
| 2024-04-02 | Prefer `UnordSet` over `FxHashSet` where possible | Oli Scherer | -3/+3 |
| 2024-03-29 | Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgr | bors | -6/+3 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -6/+3 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -2/+5 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -2/+5 |
| 2024-03-28 | and more | klensy | -6/+3 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+15 |
| 2024-03-27 | Rollup merge of #122860 - Zalathar:unused, r=cjgillot | Guillaume Gomez | -5/+1 |
| 2024-03-26 | Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -3/+3 |
| 2024-03-26 | Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-03-26 | coverage: Re-enable `UnreachablePropagation` for coverage builds | Zalathar | -5/+1 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -3/+3 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -12/+8 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -36/+24 |
| 2024-03-24 | simplify_branches: add comment | Ralf Jung | -0/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+3 |
| 2024-03-24 | Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r... | Matthias Krüger | -6/+4 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -22/+5 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -36/+24 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -4/+3 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -199/+7 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -6/+4 |
| 2024-03-22 | Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errors | Matthias Krüger | -199/+7 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -199/+7 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -1/+1 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -10/+6 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -24/+8 |
| 2024-03-22 | coverage: Clean up marker statements that aren't needed later | Zalathar | -1/+12 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -2/+145 |
| 2024-03-20 | Rollup merge of #122764 - Zalathar:loopy, r=oli-obk | Jacob Pratt | -35/+4 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | mentioned_items: avoid adding str/slice unsizing casts | Ralf Jung | -9/+16 |
| 2024-03-20 | mentioned_items: record all callee and coerced closure types, whether they ar... | Ralf Jung | -38/+45 |
| 2024-03-20 | mentioned items: also handle closure-to-fn-ptr coercions | Ralf Jung | -0/+16 |
| 2024-03-20 | mentioned items: also handle vtables | Ralf Jung | -1/+25 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -2/+91 |
| 2024-03-20 | Update documentation | Oli Scherer | -3/+0 |
| 2024-03-20 | Rename mir_const query to mir_built | Oli Scherer | -8/+8 |