| Age | Commit message (Expand) | Author | Lines |
| 2022-10-05 | Add regression test for hamberger button color in mobile sidebar | Guillaume Gomez | -3/+4 |
| 2022-10-05 | Fix hamburger button color in mobile sidebar | Guillaume Gomez | -0/+1 |
| 2022-10-04 | Auto merge of #102644 - matthiaskrgr:rollup-rg0sw41, r=matthiaskrgr | bors | -214/+817 |
| 2022-10-04 | Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011 | Matthias Krüger | -82/+152 |
| 2022-10-04 | Rollup merge of #102637 - andrewpollack:ignore-fuchsia-two-tests, r=tmandry | Matthias Krüger | -0/+2 |
| 2022-10-04 | Rollup merge of #102624 - notriddle:notriddle/summary-before, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-04 | Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwco | Matthias Krüger | -0/+19 |
| 2022-10-04 | Rollup merge of #102547 - GuillaumeGomez:migrate-css-theme-search-result, r=n... | Matthias Krüger | -128/+605 |
| 2022-10-04 | Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er... | Matthias Krüger | -0/+39 |
| 2022-10-04 | Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errors | bors | -233/+233 |
| 2022-10-04 | Improve spans when splitting multi-char operator tokens for proc macros. | Nicholas Nethercote | -65/+65 |
| 2022-10-03 | Extend GUI test to check hover and focus on search results | Guillaume Gomez | -44/+597 |
| 2022-10-03 | Migrate search results theme style to CSS variables | Guillaume Gomez | -84/+8 |
| 2022-10-03 | Ignore fuchsia on two compiler tests | Andrew Pollack | -0/+2 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -1/+42 |
| 2022-10-03 | Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated... | Matthias Krüger | -1/+42 |
| 2022-10-03 | Rollup merge of #102620 - GuillaumeGomez:css-stab-migration, r=notriddle | Matthias Krüger | -20/+13 |
| 2022-10-03 | Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errors | Matthias Krüger | -0/+94 |
| 2022-10-03 | Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwco | Matthias Krüger | -0/+38 |
| 2022-10-03 | Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r... | Matthias Krüger | -23/+107 |
| 2022-10-03 | rustdoc: remove font family CSS on `.rustdoc-toggle summary::before` | Michael Howell | -4/+0 |
| 2022-10-03 | Auto merge of #102610 - dawnofmidnight:git-commit-hash, r=Mark-Simulacrum | bors | -0/+7 |
| 2022-10-03 | Migrate stab elements style to CSS variables | Guillaume Gomez | -20/+13 |
| 2022-10-03 | errors: rename `typeck.ftl` to `hir_analysis.ftl` | David Wood | -233/+233 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -2/+59 |
| 2022-10-03 | add a ui test for #101739 | Takayuki Maeda | -0/+37 |
| 2022-10-03 | Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errors | Matthias Krüger | -14/+14 |
| 2022-10-03 | Rollup merge of #102550 - notriddle:notriddle/impl, r=GuillaumeGomez | Matthias Krüger | -12/+0 |
| 2022-10-03 | Add some more operator cases to `dump-debug-span-debug.rs`. | Nicholas Nethercote | -32/+102 |
| 2022-10-02 | re-add git-commit-hash file to tarballs | dawnofmidnight | -0/+7 |
| 2022-10-03 | rustdoc: re-sugar more cross-crate trait bounds | León Orell Valerian Liehr | -23/+107 |
| 2022-10-03 | Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisa | bors | -1/+51 |
| 2022-10-02 | Auto merge of #102305 - flba-eb:remove_exclude_list, r=Mark-Simulacrum | bors | -30/+8 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -47/+121 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -0/+38 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -14/+14 |
| 2022-10-02 | Auto merge of #102530 - cuviper:upgrade-i586-gnu, r=pietroalbini | bors | -7/+798 |
| 2022-10-02 | Auto merge of #102586 - Dylan-DPC:rollup-g107h6z, r=Dylan-DPC | bors | -3/+48 |
| 2022-10-02 | Rollup merge of #102566 - compiler-errors:test-102498, r=Mark-Simulacrum | Dylan DPC | -0/+39 |
| 2022-10-02 | Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -2/+6 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -2/+2 |
| 2022-10-02 | fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins... | yukang | -0/+39 |
| 2022-10-02 | Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomcc | bors | -0/+20 |
| 2022-10-02 | Delay evaluating lint primary message until after it would be suppressed | Michael Goulet | -0/+19 |
| 2022-10-02 | Add a known-bug test for #102498 | Michael Goulet | -0/+39 |
| 2022-10-02 | Auto merge of #102424 - sunfishcode:sunfishcode/hidden-main, r=nagisa | bors | -1/+1 |
| 2022-10-02 | Auto merge of #102558 - matthiaskrgr:rollup-0odec1c, r=matthiaskrgr | bors | -10/+55 |
| 2022-10-02 | Rollup merge of #102557 - Joshument:master, r=jyn514 | Matthias Krüger | -2/+3 |
| 2022-10-02 | Rollup merge of #102525 - notriddle:notriddle/array-link, r=GuillaumeGomez,jsha | Matthias Krüger | -8/+50 |