| Age | Commit message (Expand) | Author | Lines |
| 2023-01-08 | Auto merge of #106449 - GuillaumeGomez:rustdoc-gui-retry-mechanism, r=Mark-Si... | bors | -46/+76 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -12/+49 |
| 2023-01-08 | Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle | Yuki Okushi | -4/+125 |
| 2023-01-08 | Rollup merge of #106457 - kadiwa4:no-bless, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -4/+0 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -2/+2 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgr | bors | -64/+110 |
| 2023-01-07 | Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G... | Matthias Krüger | -4/+0 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -24/+33 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+36 |
| 2023-01-07 | Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco | Matthias Krüger | -36/+41 |
| 2023-01-07 | Auto merge of #106036 - JohnTitor:issue-86106, r=nikic | bors | -0/+62 |
| 2023-01-07 | Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwco | bors | -509/+362 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -0/+131 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -0/+51 |
| 2023-01-07 | Apply `merge-functions=disabled` | Yuki Okushi | -2/+9 |
| 2023-01-07 | Apply review suggestions | Yuki Okushi | -9/+8 |
| 2023-01-07 | Add regression test for #86106 | Yuki Okushi | -0/+56 |
| 2023-01-07 | Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errors | bors | -71/+67 |
| 2023-01-06 | Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu... | Michael Goulet | -11/+7 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -56/+56 |
| 2023-01-06 | Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726 | Michael Goulet | -4/+4 |
| 2023-01-07 | minor fixes for `error_codes.rs` tidy check | Ezra Shaw | -12/+15 |
| 2023-01-06 | rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }` | Michael Howell | -4/+0 |
| 2023-01-07 | Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddle | bors | -1/+29 |
| 2023-01-07 | Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgr | bors | -1019/+1067 |
| 2023-01-06 | jsondoclint: Check local items in `paths` are also in `index`. | Nixon Enraght-Moony | -4/+125 |
| 2023-01-06 | Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514 | bors | -75/+187 |
| 2023-01-06 | Rollup merge of #106534 - GuillaumeGomez:block-syntax, r=notriddle | Matthias Krüger | -592/+574 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -41/+109 |
| 2023-01-06 | Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl... | Matthias Krüger | -386/+384 |
| 2023-01-06 | rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }` | Michael Howell | -11/+7 |
| 2023-01-06 | Handle non-existant upstream master branches in `x fmt` | Nilstrieb | -19/+99 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -1/+29 |
| 2023-01-06 | Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errors | bors | -0/+5 |
| 2023-01-06 | Use new block syntax for define-function in goml scripts | Guillaume Gomez | -591/+573 |
| 2023-01-06 | Update tests | clubby789 | -0/+6 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -41/+103 |
| 2023-01-06 | Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3 | bors | -0/+23 |
| 2023-01-06 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -56/+56 |
| 2023-01-06 | Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebank | bors | -31/+102 |
| 2023-01-06 | Auto merge of #106529 - Dylan-DPC:rollup-mvncmrk, r=Dylan-DPC | bors | -16/+267 |
| 2023-01-06 | Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomez | Dylan DPC | -2/+0 |