| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -463/+205 |
| 2023-04-12 | Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddle | Matthias Krüger | -2/+27 |
| 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 | Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki | Matthias Krüger | -283/+18 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -237/+351 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -138/+193 |
| 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 #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | -7/+70 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -46/+69 |
| 2023-04-12 | Rollup merge of #110165 - notriddle:notriddle/overscroll-behavior, r=Guillaum... | Matthias Krüger | -41/+12 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-04-12 | Add/update tests for `--extend-css` option | Guillaume Gomez | -2/+27 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -41/+12 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -138/+193 |
| 2023-04-12 | rustdoc: make settings radio and checks thicker, less contrast | Michael Howell | -7/+70 |
| 2023-04-12 | Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-04-12 | Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk | Matthias Krüger | -0/+21 |
| 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 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -0/+16 |
| 2023-04-12 | Replace rustdoc-ui/{c,z}-help tests with a run-make test | Jynn Nelson | -283/+18 |
| 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-12 | Auto merge of #110214 - compiler-errors:rollup-mkig4t6, r=compiler-errors | bors | -122/+1118 |
| 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 | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper | bors | -0/+118 |
| 2023-04-11 | Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddle | bors | -308/+308 |
| 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 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -308/+308 |
| 2023-04-11 | Make test compatible with 32-bit | Nikita Popov | -1/+1 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -16/+28 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+21 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -7/+16 |
| 2023-04-11 | Add ignore-debug to two tests | Nikita Popov | -0/+2 |
| 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/+245 |
| 2023-04-11 | Rollup merge of #110147 - JohnTitor:issue-104916, r=compiler-errors | Yuki Okushi | -0/+22 |
| 2023-04-11 | Rollup merge of #110146 - bvanjoi:relative-110138, r=notriddle | Yuki Okushi | -0/+11 |
| 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-10 | Remove `..` from return type notation | Michael Goulet | -46/+69 |