| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -6/+13 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+18 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -24/+13 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -2/+18 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+2 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -2/+2 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -10/+7 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -10/+7 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -18/+13 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -5/+1 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -17/+5 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -12/+27 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+3 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -3/+4 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -6/+12 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -7/+5 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -2/+2 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -2/+2 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -0/+8 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -2/+0 |
| 2023-02-14 | Use derive attributes for uninteresting traversals | Alan Egerton | -2/+0 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+6 |
| 2023-02-13 | Make atomic structural impls generic over Interner | Alan Egerton | -1/+5 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -3/+3 |
| 2023-02-06 | Complete for_each_aliasing_place. | Camille GILLOT | -0/+8 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -6/+15 |
| 2023-01-31 | Review changes | Maybe Waffle | -1/+1 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -5/+1 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+1 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+1 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -3/+0 |
| 2023-01-21 | Consistently use dominates instead of is_dominated_by | Tomasz Miąsko | -1/+1 |
| 2023-01-17 | Refactor basic blocks control flow caches | Tomasz Miąsko | -3/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |