| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Short-circuit some trivially const Drop types | Michael Goulet | -10/+9 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -12/+31 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -7/+0 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -22/+13 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -10/+9 |
| 2022-01-15 | initial revert | Ellen | -22/+13 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -7/+0 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-01-11 | Deduplicate lines in long const-eval stack trace | Michael Goulet | -1/+29 |
| 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 | -7/+13 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -21/+1 |
| 2021-12-31 | Extend check for UnsafeCell in consts to cover unions | Tomasz Miąsko | -1/+8 |
| 2021-12-30 | Error when selected impl is not const in constck | Deadbeef | -1/+5 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -139/+222 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -4/+6 |
| 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 | const_eval machine: use original instance for replaced MIR bodies | Ralf Jung | -1/+11 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -109/+192 |
| 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-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 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 | -83/+123 |
| 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 | -4/+6 |
| 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 | -4/+6 |
| 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-08 | Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk | Matthias Krüger | -11/+23 |
| 2021-12-08 | Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser | Matthias Krüger | -10/+66 |
| 2021-12-05 | allow for failure of subst_normalize_erasing_regions in const_eval | b-naber | -11/+23 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -0/+4 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -17/+19 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -6/+4 |
| 2021-12-02 | Update passes with new interface | Dylan MacKenzie | -0/+4 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -6/+2 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -6/+2 |