| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -13/+16 |
| 2024-05-04 | Rollup merge of #124720 - RalfJung:interpret-drop, r=compiler-errors | Matthias Krüger | -6/+9 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -0/+6 |
| 2024-05-04 | interpret: Drop: always evaluate place | Ralf Jung | -6/+3 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -6/+3 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -4/+21 |
| 2024-05-03 | Let miri and const eval execute intrinsics' fallback bodies | Oli Scherer | -4/+21 |
| 2024-05-02 | interpret: hide some reexports in rustdoc | Ralf Jung | -0/+1 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -4/+2 |
| 2024-04-23 | interpret: sanity-check that required_consts captures all consts that can fail | Ralf Jung | -13/+16 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -10/+21 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -24/+50 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+1 |
| 2024-04-21 | Address PR feedback | Scott McMurray | -15/+12 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -1/+27 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -24/+50 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -58/+82 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -7/+6 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -56/+81 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -2/+2 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -84/+101 |
| 2024-04-17 | Use less fragile error handling | Oli Scherer | -15/+11 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -20/+26 |
| 2024-04-17 | Simplify alloc id mutability check | Oli Scherer | -10/+15 |
| 2024-04-17 | Deduplicate logic for checking the mutability of allocations | Oli Scherer | -79/+75 |
| 2024-04-17 | Run the "is this static mutable" logic the same way as in `in_mutable_memory` | Oli Scherer | -14/+16 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -7/+19 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -18/+18 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -11/+24 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+1 |
| 2024-04-16 | Rollup merge of #124024 - RalfJung:interpret-comment, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-04-16 | interpret: remove outdated comment | Ralf Jung | -3/+0 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -0/+2 |
| 2024-04-16 | Add an assertion in const eval | Maybe Waffle | -2/+8 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -8/+13 |
| 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 |