| Age | Commit message (Expand) | Author | Lines |
| 2022-10-17 | Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-17 | Rollup merge of #103161 - notriddle:notriddle/copy-path-settings-help-button,... | Matthias Krüger | -12/+8 |
| 2022-10-17 | Rollup merge of #103160 - notriddle:notriddle/js-mobile-scroll, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 2022-10-17 | Rollup merge of #103152 - GuillaumeGomez:named-arguments, r=notriddle | Matthias Krüger | -28/+28 |
| 2022-10-17 | rustdoc: remove redundant CSS `#crate-search { border-radius }` | Michael Howell | -4/+0 |
| 2022-10-17 | rustdoc: remove redundant CSS on `#copy-path` | Michael Howell | -12/+8 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-17 | Use named arguments to make test clearer | Guillaume Gomez | -27/+27 |
| 2022-10-17 | Update browser-ui-test version to 0.12.6 | Guillaume Gomez | -1/+1 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -30/+24 |
| 2022-10-17 | Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr | Matthias Krüger | -0/+61 |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -10/+267 |
| 2022-10-17 | Auto merge of #9637 - Alexendoo:unused-format-specs, r=xFrednet | bors | -0/+25 |
| 2022-10-17 | Add `unused_format_specs` lint | Alex Macleod | -0/+25 |
| 2022-10-17 | Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume... | Matthias Krüger | -16/+8 |
| 2022-10-17 | Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbini | Matthias Krüger | -3/+22 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -3/+63 |
| 2022-10-17 | macros: allow subdiagnostic-kind-less variants | David Wood | -50/+43 |
| 2022-10-17 | macros: support doc comments in diag derives | David Wood | -0/+30 |
| 2022-10-17 | `order_dependent_trait_objects` to `ReportNow` | lcnr | -0/+112 |
| 2022-10-17 | Auto merge of #103116 - TaKO8Ki:fix-103053, r=lcnr | bors | -0/+32 |
| 2022-10-17 | Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillot | bors | -0/+12 |
| 2022-10-16 | rustdoc: clean up `.sub-logo-container` CSS | Michael Howell | -13/+3 |
| 2022-10-16 | rustdoc: remove unused `.sub-logo-container` DOM on non-source pages | Michael Howell | -3/+5 |
| 2022-10-17 | trivial fix for comments feedback | yukang | -10/+10 |
| 2022-10-16 | Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgr | bors | -30/+81 |
| 2022-10-16 | Don't consider `Let` exprs terminating scopes | Nathan Whitaker | -6/+18 |
| 2022-10-16 | Rollup merge of #103120 - petrochenkov:docice, r=GuillaumeGomez | Matthias Krüger | -6/+22 |
| 2022-10-16 | Rollup merge of #103089 - cjgillot:automatic-structural-eq, r=oli-obk | Matthias Krüger | -24/+59 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -45/+46 |
| 2022-10-17 | Add tests for autoderef on block tail | bogon-right | -0/+149 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -0/+8 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -45/+46 |
| 2022-10-16 | rustdoc: Process extern impls in all loaded crates | Vadim Petrochenkov | -1/+2 |
| 2022-10-16 | rustdoc: Do not expect `doc(primitive)` modules to always exist | Vadim Petrochenkov | -5/+20 |
| 2022-10-16 | Rollup merge of #103115 - GuillaumeGomez:clean-up-anchors-gui-test, r=notriddle | Matthias Krüger | -148/+101 |
| 2022-10-16 | Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomez | Matthias Krüger | -50/+173 |
| 2022-10-16 | Rollup merge of #102857 - saethlin:derived-enum-hash-test, r=Mark-Simulacrum | Matthias Krüger | -0/+20 |
| 2022-10-16 | fix `own_substs` ICE | Takayuki Maeda | -0/+32 |
| 2022-10-16 | Clean up anchors.goml rustdoc GUI test | Guillaume Gomez | -147/+100 |
| 2022-10-16 | Update browser-ui-test version to 0.12.5 | Guillaume Gomez | -1/+1 |
| 2022-10-16 | fix caching check in CI | Ralf Jung | -2/+2 |
| 2022-10-16 | Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot | bors | -0/+33 |
| 2022-10-16 | remove redundant Send impls for references | Ralf Jung | -1/+1 |
| 2022-10-16 | fix a doctest | TennyZhuang | -6/+6 |
| 2022-10-16 | Point to shadowed name when it exists. | Camille GILLOT | -4/+11 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -14/+22 |
| 2022-10-16 | Add new lint `partial_pub_fields` | TennyZhuang | -0/+28 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -8/+18 |
| 2022-10-15 | rustdoc: make help button a no-op when on help page | Michael Howell | -0/+15 |