| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-24 | Rollup merge of #129505 - RalfJung:imm-ty-offset, r=davidtwco | Matthias Krüger | -6/+15 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -14/+10 |
| 2024-08-24 | const checking: properly compute the set of transient locals | Ralf Jung | -17/+45 |
| 2024-08-24 | interpret: ImmTy: tighten sanity checks in offset logic | Ralf Jung | -6/+15 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -48/+12 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -12/+12 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -12/+12 |
| 2024-08-20 | ctfe: make CompileTimeInterpCx type alias public | Ralf Jung | -2/+5 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -9/+9 |
| 2024-08-17 | make writes_through_immutable_pointer a hard error | Ralf Jung | -14/+10 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -1/+0 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -11/+11 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -4/+32 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -7/+11 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -1/+1 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -1/+1 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -1/+1 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -7/+11 |
| 2024-08-10 | rustc_const_eval: make LazyLock suggestion translatable | Pavel Grigorenko | -1/+4 |
| 2024-08-10 | rustc_const_eval: make message about "const stable" translatable | Pavel Grigorenko | -2/+4 |
| 2024-08-10 | rustc_const_eval: remove redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -2/+0 |
| 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 | -11/+11 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -6/+5 |
| 2024-08-08 | Normalize struct tail properly in disalignment check | Michael Goulet | -1/+1 |
| 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-07 | Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgr | bors | -1230/+1269 |
| 2024-08-06 | Rollup merge of #128720 - y21:issue119620, r=compiler-errors | Matthias Krüger | -5/+5 |
| 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 | -1230/+1262 |
| 2024-08-06 | pass the right `ParamEnv` to `might_permit_raw_init_strict` | y21 | -5/+5 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -39/+47 |
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -78/+129 |
| 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 | -6/+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 | -9/+15 |
| 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 | -71/+114 |
| 2024-07-31 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -6/+0 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -11/+3 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -79/+119 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -177/+130 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -11/+3 |