| Age | Commit message (Expand) | Author | Lines |
| 2024-09-15 | interpret: get_ptr_alloc_mut: lookup allocation only once | Ralf Jung | -24/+40 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -47/+81 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -8/+8 |
| 2024-09-13 | interpret: simplify SIMD type handling | Ralf Jung | -52/+40 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -8/+8 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -7/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -7/+15 |
| 2024-09-11 | Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errors | Jubilee | -1/+8 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -7/+2 |
| 2024-09-11 | miri: fix overflow detection for unsigned pointer offset | Ralf Jung | -1/+8 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -7/+15 |
| 2024-09-10 | interpret: mark some hot functions inline(always) | Ralf Jung | -0/+5 |
| 2024-09-10 | turn errors that should be impossible due to our static checks into ICEs | Ralf Jung | -21/+40 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -32/+47 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -12/+27 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-08 | clarify comments and names in check_validity_requirement | Ralf Jung | -9/+11 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -35/+335 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -132/+264 |
| 2024-09-08 | interpret: factor out common code for place mutation | Ralf Jung | -81/+89 |
| 2024-09-08 | interpret: make Writeable trait about a to_place operation | Ralf Jung | -18/+13 |
| 2024-09-08 | interpret: remove Readable trait, we can use Projectable instead | Ralf Jung | -43/+17 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -1/+1 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -25/+26 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_const_eval`. | Nicholas Nethercote | -25/+26 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -6/+6 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -11/+1 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -11/+1 |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -5/+7 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -3/+1 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -5/+7 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -11/+1 |
| 2024-08-29 | interpret/visitor: make memory order iteration slightly more efficient | Ralf Jung | -9/+10 |
| 2024-08-28 | Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -42/+24 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -1/+11 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -1/+0 |
| 2024-08-27 | interpret: add missing alignment check in raw_eq | Ralf Jung | -5/+5 |
| 2024-08-27 | Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw... | Matthias Krüger | -2/+8 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -1/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+0 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -42/+24 |
| 2024-08-26 | const-eval: do not make UbChecks behavior depend on current crate's flags | Ralf Jung | -1/+11 |
| 2024-08-26 | Auto merge of #129508 - RalfJung:transient-locals, r=cjgillot | bors | -18/+32 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -3/+3 |
| 2024-08-25 | make it possible to enable const_precise_live_drops per-function | Ralf Jung | -2/+8 |
| 2024-08-25 | dont iterate over the bitset | Ralf Jung | -4/+2 |
| 2024-08-25 | only visit reachable blocks, do not use a visitor | Ralf Jung | -28/+16 |