| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+2 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_const_eval`. | Nicholas Nethercote | -2/+2 |
| 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 | 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 #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-25 | Avoid taking reference of &TyKind | Michael Goulet | -3/+3 |
| 2024-08-24 | interpret: ImmTy: tighten sanity checks in offset logic | Ralf Jung | -6/+15 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -1/+1 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -6/+6 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -4/+32 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -1/+1 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -5/+8 |
| 2024-08-09 | interpret: make identity upcasts a NOP again to avoid them generating a new r... | Ralf Jung | -0/+6 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -6/+6 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -5/+4 |
| 2024-08-07 | Disallow enabling features without their implied features | Caleb Zulawski | -7/+1 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -3/+10 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -4/+26 |
| 2024-08-06 | various cleanups based on review | Ralf Jung | -55/+54 |
| 2024-08-06 | make some Frame fields more private | Ralf Jung | -4/+12 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -1220/+1251 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -38/+46 |
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -76/+127 |
| 2024-08-02 | Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-02 | Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -3/+0 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -1/+1 |
| 2024-08-01 | fix the way we detect overflow for inbounds arithmetic (and tweak the error m... | Ralf Jung | -8/+14 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -23/+7 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -46/+69 |
| 2024-07-31 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -3/+0 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -7/+2 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -54/+68 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -104/+68 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -7/+2 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -7/+13 |