| Age | Commit message (Expand) | Author | Lines |
| 2023-08-09 | Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -0/+3 |
| 2023-08-09 | Convert Const to Allocation in smir | ouz-a | -0/+3 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -2/+0 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -60/+77 |
| 2023-08-03 | Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -60/+77 |
| 2023-08-02 | avoid 'miri' when refering to the shared interpreter | Ralf Jung | -2/+2 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -2/+2 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -13/+9 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -7/+2 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -3/+1 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -3/+1 |
| 2023-07-25 | add some sanity checks in write_immediate_no_validate | Ralf Jung | -1/+9 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -2/+6 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -3/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -8/+23 |
| 2023-07-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -22/+8 |
| 2023-07-21 | support non-null pointer niches in CTFE | Moulins | -1/+0 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -2/+2 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -2/+2 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -13/+13 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -17/+9 |
| 2023-06-14 | add InlineConst check | James Dietz | -1/+4 |
| 2023-06-04 | Use 128 bits for TypeId hash | Thom Chiovoloni | -0/+9 |
| 2023-06-01 | improve debug message by eagerly translating | Deadbeef | -13/+1 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -265/+254 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -7/+0 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -2/+4 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -10/+44 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+4 |
| 2023-04-28 | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | -0/+4 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -1/+3 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -8/+8 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-17 | Bypass the varint path when encoding InitMask | Ben Kimock | -1/+31 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-09 | fixup! Improve `Allocation::hash | Nilstrieb | -1/+1 |
| 2023-04-09 | Improve `Allocation::hash | Nilstrieb | -9/+17 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+2 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-27 | readability tweaks | Rémy Rakic | -22/+22 |
| 2023-03-27 | add more InitMask test coverage | Rémy Rakic | -0/+175 |
| 2023-03-27 | make InitMask lazy for fully init/uninit cases | Rémy Rakic | -58/+225 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -17/+69 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-02-28 | Make zeroed return an Option | Rune Tynan | -13/+8 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -14/+4 |
| 2023-02-20 | Remove unused lifetime | Rune Tynan | -1/+1 |