| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -4/+4 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -4/+4 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-17 | Undo questionable changes | Maybe Waffle | -1/+1 |
| 2023-01-17 | `rustc_const_eval`: remove `ref` patterns (+some pattern matching imps) | Maybe Waffle | -5/+5 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -0/+1 |
| 2022-12-15 | simplify alignment_check_failed a bit | Ralf Jung | -14/+5 |
| 2022-12-15 | Reuse the ctfe error emitting logic for the future incompat lint | Oli Scherer | -17/+22 |
| 2022-12-15 | Factor decorate closure out into a method | Oli Scherer | -70/+65 |
| 2022-12-15 | Move alignment failure error reporting to machine | Oli Scherer | -2/+37 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -10/+31 |
| 2022-12-15 | always check alignment during CTFE | Ralf Jung | -1/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -5/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -4/+4 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -3/+3 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-27 | interpret: get rid of run() function | Ralf Jung | -1/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -13/+16 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -90/+44 |
| 2022-11-19 | fix const `align_offset` implementation | Lukas Markeffsky | -3/+6 |
| 2022-11-19 | replace potential ICE with graceful error (`no_core` only) | Lukas Markeffsky | -3/+2 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -43/+88 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -23/+106 |
| 2022-11-19 | unify inherent impls of `CompileTimeEvalContext` | Lukas Markeffsky | -46/+44 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -13/+16 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -9/+9 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -8/+8 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -2/+2 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -56/+16 |
| 2022-10-18 | Remove allow(rustc::potential_query_instability) in rustc_const_eval | CastilloDel | -8/+8 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -16/+56 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -105/+21 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -3/+3 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -4/+4 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -2/+2 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -2/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -27/+24 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -15/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -17/+8 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -3/+18 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -15/+5 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -3/+5 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -3/+5 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -3/+18 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -8/+13 |