| Age | Commit message (Expand) | Author | Lines |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -1/+3 |
| 2021-12-20 | don't ICE on variadic function calls | Ralf Jung | -2/+9 |
| 2021-12-20 | also compare ArgAttributes | Ralf Jung | -29/+38 |
| 2021-12-20 | compare calling convention instead of call ABI | Ralf Jung | -37/+9 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -107/+190 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-15 | miri: lift restriction on extern types being the only field in a struct | Tomasz Miąsko | -27/+11 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | Rollup merge of #91856 - ouz-a:master, r=oli-obk | Matthias Krüger | -2/+3 |
| 2021-12-14 | comment update | ouz-a | -1/+1 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_const_eval` | LegionMammal978 | -12/+13 |
| 2021-12-14 | Add regression test and comment | ouz-a | -1/+2 |
| 2021-12-13 | formatting | ouz-a | -1/+1 |
| 2021-12-13 | Looser check for binary_op_overflow | ouz-a | -1/+1 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -0/+1 |
| 2021-12-12 | Rollup merge of #91815 - RalfJung:span, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -2/+2 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -0/+1 |
| 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 |