| Age | Commit message (Expand) | Author | Lines |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -8/+8 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -6/+6 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -17/+9 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -2/+4 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+5 |
| 2022-01-20 | update comments | lcnr | -1/+5 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -2/+0 |
| 2022-01-15 | initial revert | Ellen | -8/+4 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -2/+0 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -3/+3 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -6/+12 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -12/+1 |
| 2021-12-31 | Extend check for UnsafeCell in consts to cover unions | Tomasz Miąsko | -1/+8 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -136/+209 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -2/+2 |
| 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 |