| Age | Commit message (Expand) | Author | Lines |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -2/+20 |
| 2023-02-25 | Explain that this is UB catching instead of malformed MIR. | Camille GILLOT | -0/+7 |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -2/+13 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -3/+3 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -2/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -18/+20 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+2 |
| 2023-02-10 | revert #107074 | lcnr | -1/+10 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-05 | rustc_const_eval: remove huge error imports | est31 | -37/+35 |
| 2023-02-02 | Stop deaggregating enums in MIR. | Camille GILLOT | -17/+5 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -1/+1 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+2 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -2/+2 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-26 | Rollup merge of #107074 - lcnr:validate-dont-skip-opaque, r=compiler-errors | Matthias Krüger | -6/+1 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+2 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -4/+1 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -76/+72 |
| 2023-01-19 | remove unnecessary check for opaque types | lcnr | -6/+1 |
| 2023-01-17 | tidy | Waffle Maybe | -1/+1 |
| 2023-01-17 | `rustc_const_eval`: remove `ref` patterns (+some pattern matching imps) | Maybe Waffle | -76/+72 |
| 2023-01-16 | Avoid trivial checks on cleanup control flow in MIR validator | Jakob Degen | -4/+11 |
| 2023-01-16 | Add cycle checking to cleanup control flow validation | Jakob Degen | -18/+47 |
| 2023-01-16 | Document wf constraints on control flow in cleanup blocks | Jakob Degen | -5/+57 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -1/+1 |
| 2023-01-12 | fix fn_sig ice | Deadbeef | -2/+13 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -0/+14 |
| 2023-01-12 | suggest adding const_trait_impl if error because of that | Deadbeef | -1/+13 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -8/+6 |
| 2022-12-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+2 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -3/+6 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -2/+2 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Don't require owned data in `MaybeStorageLive` | Jakob Degen | -2/+2 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -11/+2 |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -1/+5 |
| 2022-12-02 | Rollup merge of #105136 - RalfJung:deref-promotion-comment, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-12-01 | clarify comment on Deref promotion | Ralf Jung | -4/+4 |