| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-03-20 | Replace `mir_built` query with a hook and use mir_const everywhere instead | Oli Scherer | -7/+6 |
| 2024-03-20 | coverage: Tidy imports in `rustc_mir_transform::coverage::counters` | Zalathar | -4/+4 |
| 2024-03-20 | coverage: Remove incorrect assertions from counter allocation | Zalathar | -31/+0 |
| 2024-03-19 | Add a few more comments | Michael Goulet | -0/+9 |
| 2024-03-19 | Fix ABI for FnMut/Fn impls for async closures | Michael Goulet | -5/+19 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -124/+12 |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -10/+0 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -3/+1 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -10/+0 |
| 2024-03-18 | Rollup merge of #122701 - compiler-errors:allocator-suspend, r=oli-obk | Matthias Krüger | -4/+10 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -3/+1 |
| 2024-03-18 | Detect allocator for box in must_not_suspend lint | Michael Goulet | -4/+10 |
| 2024-03-18 | Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk | Matthias Krüger | -8/+32 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -4/+4 |
| 2024-03-18 | add_retag: ensure box-to-raw-ptr casts are preserved for Miri | Ralf Jung | -8/+32 |
| 2024-03-18 | Rollup merge of #122656 - RalfJung:simplify-cfg, r=compiler-errors | Matthias Krüger | -6/+9 |
| 2024-03-17 | simplify_cfg: rename some passes so that they make more sense | Ralf Jung | -6/+9 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -3/+2 |
| 2024-03-15 | Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obk | Matthias Krüger | -2/+5 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -2/+5 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -47/+121 |
| 2024-03-14 | Rollup merge of #122368 - pavedroad:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -1/+1 |