| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -10/+10 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-03-03 | Rollup merge of #107981 - lcnr:canonicalization-uwu, r=compiler-errors | Matthias Krüger | -7/+83 |
| 2023-03-03 | canonicalization | lcnr | -7/+83 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -12/+45 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -5/+5 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -5/+5 |
| 2023-03-03 | Remove NormalizationError::ConstantKind | Michael Goulet | -3/+0 |
| 2023-03-02 | Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 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 | -44/+39 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -1/+6 |
| 2023-03-02 | Make `ExprKind` the first field in `thir::Expr` | Nilstrieb | -3/+3 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-03-01 | Make associated_item_def_ids for traits use an unstable option to also return... | Santiago Pastorino | -0/+11 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+15 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -2/+2 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -3/+6 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -2/+3 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -3/+5 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -2/+2 |
| 2023-03-01 | Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -9/+23 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -9/+23 |
| 2023-02-28 | Make zeroed return an Option | Rune Tynan | -13/+8 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -0/+28 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -30/+77 |
| 2023-02-27 | Update MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -12/+12 |
| 2023-02-27 | Auto merge of #108538 - matthiaskrgr:rollup-vw6h5ea, r=matthiaskrgr | bors | -9/+0 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -9/+0 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -882/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -9/+23 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -5/+9 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -7/+43 |
| 2023-02-26 | Move THIR printing to rustc_mir_build. | Camille GILLOT | -882/+0 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -11/+36 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -25/+27 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -3/+23 |
| 2023-02-26 | Simplify diagnostic_items. | Camille GILLOT | -5/+9 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -0/+1 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -2/+3 |
| 2023-02-25 | Add inlining attributes for query system functions | John Kåre Alsaker | -0/+1 |
| 2023-02-24 | Wrap missing provider message correctly | Michael Goulet | -2/+3 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -3/+11 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -33/+41 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -138/+148 |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |