| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+7 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -2/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -3/+3 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -3/+3 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -1/+5 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+25 |
| 2024-04-02 | Forbid implicit nested statics in thread local statics | Oli Scherer | -1/+5 |
| 2024-03-31 | Don't inherit codegen attrs from parent static | Michael Goulet | -3/+8 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+25 |
| 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 | -11/+1 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -11/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -3/+5 |
| 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 | -1/+1 |
| 2024-03-23 | tag_for_variant follow-ups | Ralf Jung | -3/+5 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -67/+89 |
| 2024-03-22 | Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errors | Matthias Krüger | -67/+89 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -67/+89 |
| 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 | -7/+5 |
| 2024-03-22 | Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk | Matthias Krüger | -3/+14 |
| 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 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -8/+7 |
| 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-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 | Move the entire success path into `eval_body_using_ecx` | Oli Scherer | -1/+1 |
| 2024-03-14 | Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno... | Oli Scherer | -29/+27 |
| 2024-03-14 | Move InterpCx into eval_in_interpreter | Oli Scherer | -1/+1 |
| 2024-03-14 | Move only usage of `take_static_root_alloc` to its definition and inline it | Oli Scherer | -10/+15 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -70/+58 |
| 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 | -4/+8 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -2/+4 |
| 2024-03-12 | Exhaustively match on the mutability and nestedness | Oli Scherer | -7/+9 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -4/+4 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -31/+98 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -9/+10 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -6/+43 |
| 2024-03-10 | remove unnecessary frame parameter from after_local_allocated | Ralf Jung | -4/+4 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -4/+10 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -6/+43 |