| Age | Commit message (Expand) | Author | Lines |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -2/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -2/+36 |
| 2024-03-24 | Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r... | Matthias Krüger | -4/+15 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -2/+2 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -13/+3 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -13/+3 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -25/+28 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -2/+23 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -3/+3 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -2/+1 |
| 2024-03-23 | tag_for_variant follow-ups | Ralf Jung | -25/+28 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -68/+304 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -4/+15 |
| 2024-03-22 | Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errors | Matthias Krüger | -68/+304 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -68/+304 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -10/+8 |
| 2024-03-22 | Rollup merge of #122542 - Zalathar:cleanup, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-03-22 | Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk | Matthias Krüger | -3/+14 |
| 2024-03-22 | coverage: Clean up marker statements that aren't needed later | Zalathar | -1/+12 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -1/+3 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+3 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+2 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -4/+4 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -5/+7 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -5/+7 |
| 2024-03-18 | Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -8/+7 |
| 2024-03-18 | add_retag: ensure box-to-raw-ptr casts are preserved for Miri | Ralf Jung | -2/+2 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -2/+23 |
| 2024-03-17 | interpret/memory: explain why we use == on bool | Ralf Jung | -0/+2 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -1/+18 |
| 2024-03-15 | interpret/allocation: fix aliasing issue in interpreter and refactor getters ... | Ralf Jung | -3/+14 |
| 2024-03-14 | remove unnecessary sized checks | Lukas Markeffsky | -4/+4 |
| 2024-03-14 | Rename some things around validation error reporting to signal that it is in ... | Oli Scherer | -13/+15 |
| 2024-03-14 | Move the entire success path into `eval_body_using_ecx` | Oli Scherer | -41/+33 |
| 2024-03-14 | Move validation into eval_body_using_ecx | Oli Scherer | -6/+4 |
| 2024-03-14 | Share the `InterpCx` creation between static and const evaluation | Oli Scherer | -19/+11 |
| 2024-03-14 | Remove an argument that can be computed cheaply | Oli Scherer | -7/+3 |
| 2024-03-14 | Directly pass in the stack instead of computing it from a machine | Oli Scherer | -5/+6 |
| 2024-03-14 | Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno... | Oli Scherer | -36/+31 |
| 2024-03-14 | Move InterpCx into eval_in_interpreter | Oli Scherer | -9/+9 |
| 2024-03-14 | Move error handling into const_validate_mplace | Oli Scherer | -11/+6 |
| 2024-03-14 | Move only usage of `take_static_root_alloc` to its definition and inline it | Oli Scherer | -24/+19 |
| 2024-03-14 | Generalize `eval_in_interpreter` with a helper trait | Oli Scherer | -10/+34 |
| 2024-03-14 | Fix accidental re-addition of removed code in a previous PR | Oli Scherer | -3/+0 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -70/+59 |
| 2024-03-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2024-03-13 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -6/+13 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -2/+4 |