| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | bless the single test | Ezra Shaw | -0/+2 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -6/+22 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -55/+40 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -26/+80 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+25 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -178/+160 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -135/+4 |
| 2023-04-12 | Rollup merge of #110133 - compiler-errors:issue-110131, r=petrochenkov | Matthias Krüger | -0/+87 |
| 2023-04-12 | Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnr | Matthias Krüger | -11/+12 |
| 2023-04-12 | Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwco | Matthias Krüger | -32/+57 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -188/+268 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -137/+192 |
| 2023-04-12 | Rollup merge of #110222 - lovelymono:rustc-expand-mbe-diagnostic, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -46/+69 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -137/+192 |
| 2023-04-12 | Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-04-12 | Rollup merge of #109959 - JakobDegen:transmute-validate, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2023-04-12 | compiler: print the suggestion only for local macros | Lena Milizé | -1/+1 |
| 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 | -56/+117 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -121/+1117 |
| 2023-04-11 | Rollup merge of #110000 - reez12g:issue-109878, r=jackh726 | Michael Goulet | -0/+0 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -1/+1 |
| 2023-04-12 | Add regression test for #59003 | Yuki Okushi | -0/+18 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -0/+34 |
| 2023-04-11 | Broken tests | Michael Goulet | -0/+72 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -56/+11 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -14/+26 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -7/+16 |
| 2023-04-11 | rename tests/ui/unique to tests/ui/box/unit | reez12g | -0/+0 |
| 2023-04-11 | Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitor | bors | -106/+234 |
| 2023-04-11 | Rollup merge of #110147 - JohnTitor:issue-104916, r=compiler-errors | Yuki Okushi | -0/+22 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -106/+162 |
| 2023-04-11 | Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num... | Yuki Okushi | -0/+50 |
| 2023-04-11 | Auto merge of #109850 - MU001999:master, r=estebank | bors | -0/+60 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+25 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -46/+69 |
| 2023-04-10 | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | -0/+72 |
| 2023-04-10 | Revert method-not-found-generic-arg-elision test bless | DaniPopes | -2/+0 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -14/+26 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -4/+6 |
| 2023-04-10 | Report overflows gracefully with new solver | Michael Goulet | -11/+12 |
| 2023-04-10 | tests | Michael Goulet | -121/+1117 |
| 2023-04-10 | Stall auto-trait assembly for int/float vars in new solver | Michael Goulet | -0/+50 |
| 2023-04-11 | Add regression test for #104916 | Yuki Okushi | -0/+22 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -7/+16 |
| 2023-04-10 | review + some small stuff | lcnr | -1/+23 |
| 2023-04-10 | prioritize param-env candidates | lcnr | -7/+53 |
| 2023-04-10 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -135/+4 |