| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -255/+248 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -10/+23 |
| 2023-04-12 | Rollup merge of #110222 - lovelymono:rustc-expand-mbe-diagnostic, r=davidtwco | Matthias Krüger | -1/+6 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -63/+57 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -49/+28 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -132/+134 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -10/+23 |
| 2023-04-12 | Rollup merge of #110210 - nnethercote:DescriptionCtx-cleanups, r=davidtwco | Matthias Krüger | -119/+79 |
| 2023-04-12 | Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-04-12 | Rollup merge of #110182 - WaffleLapkin:neither, r=Nilstrieb | Matthias Krüger | -109/+36 |
| 2023-04-12 | Rollup merge of #110176 - nnethercote:renumber-cleanups, r=lqd | Matthias Krüger | -27/+14 |
| 2023-04-12 | Rollup merge of #109959 - JakobDegen:transmute-validate, r=compiler-errors | Matthias Krüger | -2/+10 |
| 2023-04-12 | compiler: print the suggestion only for local macros | Lena Milizé | -2/+5 |
| 2023-04-12 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -13/+33 |
| 2023-04-12 | compiler: improve captured metavariables diagnostic | Lena Milizé | -1/+3 |
| 2023-04-12 | Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super... | bors | -94/+191 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -0/+67 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+40 |
| 2023-04-12 | Inline and remove `msg_span_from_early_bound_and_free_regions`. | Nicholas Nethercote | -42/+32 |
| 2023-04-12 | Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`. | Nicholas Nethercote | -67/+44 |
| 2023-04-12 | Inline and remove `DescriptionCtx::add_to`. | Nicholas Nethercote | -8/+4 |
| 2023-04-12 | Rename `NllVisitor` as `RegionRenumberer`. | Nicholas Nethercote | -6/+6 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -48/+73 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -40/+114 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -12/+10 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -333/+950 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+5 |
| 2023-04-11 | Use `SSO_ARRAY_SIZE` instead of `8` in `SsoHashMap` impl | Maybe Waffle | -17/+17 |
| 2023-04-11 | Use `itertools::Either` instead of own `EitherIter` impl | Maybe Waffle | -92/+19 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -78/+180 |
| 2023-04-11 | Remove the unused `anon_num_here` error. | Nicholas Nethercote | -3/+0 |
| 2023-04-11 | Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitor | bors | -56/+116 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -8/+6 |
| 2023-04-11 | Use the existing `static` and `env` symbols instead of interning. | Nicholas Nethercote | -8/+7 |
| 2023-04-11 | Fix `RegionCtxt::preference_value`. | Nicholas Nethercote | -3/+1 |
| 2023-04-11 | Introduce `Region::get_name_or_anon`. | Nicholas Nethercote | -32/+16 |
| 2023-04-11 | Rename a variable. | Nicholas Nethercote | -2/+2 |
| 2023-04-11 | Inline and remove `renumber_regions`. | Nicholas Nethercote | -19/+6 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -32/+51 |
| 2023-04-11 | Rollup merge of #109860 - zyedidia:riscv-relax, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2023-04-11 | Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num... | Yuki Okushi | -24/+64 |
| 2023-04-11 | Auto merge of #109850 - MU001999:master, r=estebank | bors | -3/+3 |
| 2023-04-11 | Auto merge of #109778 - petrochenkov:allkind, r=cjgillot | bors | -3/+18 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -63/+57 |
| 2023-04-10 | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | -6/+61 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -333/+950 |
| 2023-04-10 | Update ty_utils_never_to_any_not_supported diagnostic message | DaniPopes | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -132/+134 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -356/+767 |
| 2023-04-10 | Support safe transmute in new solver | Michael Goulet | -0/+67 |