| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -12/+45 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -2/+2 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -28/+80 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -2/+2 |
| 2023-02-28 | Make zeroed return an Option | Rune Tynan | -13/+8 |
| 2023-02-27 | Update MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -7/+10 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -10/+25 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -14/+4 |
| 2023-02-20 | Remove unused lifetime | Rune Tynan | -1/+1 |
| 2023-02-20 | Add mentioned from_raw_bytes constructor | Rune Tynan | -0/+17 |
| 2023-02-20 | Allow non-`Box` allocations in preparation for aligned const allocations for ... | Rune Tynan | -28/+84 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -1/+1 |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -7/+5 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -7/+5 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -3/+3 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -5/+3 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -2/+2 |
| 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 | -18/+18 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -18/+18 |
| 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 | -21/+8 |
| 2023-02-14 | Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-02-14 | Use derive attributes for uninteresting traversals | Alan Egerton | -17/+2 |
| 2023-02-14 | interpret: rename Pointer::from_addr → from_addr_invalid | Ralf Jung | -4/+6 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -3/+7 |
| 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 | -5/+5 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -2/+2 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -4/+4 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -1/+1 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -1/+6 |
| 2023-02-06 | Complete for_each_aliasing_place. | Camille GILLOT | -0/+8 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -12/+19 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -8/+7 |
| 2023-01-31 | Review changes | Maybe Waffle | -2/+2 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -7/+3 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -1/+4 |
| 2023-01-30 | use a more descriptive name | Tshepang Mbambo | -3/+6 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+9 |