| Age | Commit message (Expand) | Author | Lines |
| 2021-12-11 | better span for unexpected normalization failure in CTFE engine | Ralf Jung | -2/+2 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -2/+2 |
| 2021-12-11 | Rollup merge of #90081 - woppopo:const_write_bytes, r=oli-obk | Matthias Krüger | -0/+24 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-12-05 | allow for failure of subst_normalize_erasing_regions in const_eval | b-naber | -11/+23 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+0 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -0/+1 |
| 2021-11-29 | CTFE: support assert_zero_valid and assert_uninit_valid | Ralf Jung | -1/+25 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+1 |
| 2021-11-27 | Miri: fix alignment check in array initialization | Ralf Jung | -1/+5 |
| 2021-11-24 | Make `intrinsics::write_bytes` const | woppopo | -0/+24 |
| 2021-11-23 | explain why CTFE/Miri perform truncation on shift offset | Ralf Jung | -1/+6 |
| 2021-11-20 | Revert "require full validity when determining the discriminant of a value" | Ralf Jung | -12/+0 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -32/+55 |
| 2021-11-19 | Rollup merge of #90895 - RalfJung:read-discriminant-valid, r=oli-obk | Yuki Okushi | -0/+12 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -32/+55 |
| 2021-11-14 | require full validity when determining the discriminant of a value | Ralf Jung | -0/+12 |
| 2021-11-13 | fix ICE on Miri/CTFE copy of half a pointer | Ralf Jung | -7/+6 |
| 2021-11-10 | Auto merge of #88670 - camelid:miri-uninit-num, r=RalfJung | bors | -5/+12 |
| 2021-11-09 | miri: Detect uninitialized integers and floats | Noah Lev | -5/+12 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -8/+4 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -4/+11 |
| 2021-10-21 | Configure saved panic locations based on location-detail flag | Hudson Ayers | -4/+11 |
| 2021-10-20 | Remove `box_alloc` from `Machine` trait. | Gary Guo | -7/+1 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -5/+0 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+2 |
| 2021-10-15 | Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obk | Matthias Krüger | -1/+15 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -1/+15 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -1/+1 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -1/+1 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -1/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -1/+2 |
| 2021-09-29 | CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec... | Ralf Jung | -7/+9 |
| 2021-09-29 | remove outdated comment | Ralf Jung | -1/+0 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+6 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -1/+1 |
| 2021-09-14 | Remove implementation of `min_align_of` intrinsic | Tomasz Miąsko | -7/+2 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -8/+10 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -8/+10 |
| 2021-09-09 | Rename `(un)signed` to `(un)signed_int` | Andreas Liljeqvist | -2/+2 |
| 2021-09-09 | Move `unsigned_max` etc into `Size` again | Andreas Liljeqvist | -6/+4 |
| 2021-09-09 | Remove clone | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -16/+13 |
| 2021-09-09 | Add methods for checking for full ranges to `Scalar` and `WrappingRange` | Andreas Liljeqvist | -15/+13 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -0/+9026 |