| Age | Commit message (Expand) | Author | Lines |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -17/+8 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -8/+17 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -1/+29 |
| 2022-02-02 | Rollup merge of #93546 - tmiasko:validate-switch-int, r=oli-obk | Matthias Krüger | -0/+18 |
| 2022-02-02 | Fixup changes that aren't neccessary anymore | Oli Scherer | -2/+2 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -8/+17 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-02-01 | Validate that values in switch int terminator are unique | Tomasz Miąsko | -0/+18 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -3/+2 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+27 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -3/+2 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -5/+15 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -21/+39 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+17 |
| 2022-01-20 | update comments | lcnr | -1/+5 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -1/+1 |
| 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 |