| Age | Commit message (Expand) | Author | Lines |
| 2022-12-30 | Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil... | Matthias Krüger | -4/+0 |
| 2022-12-30 | Add regression test for #105501 | Arpad Borsos | -0/+165 |
| 2022-12-30 | Auto merge of #106262 - GuillaumeGomez:migrate-more-scraped-examples-css, r=n... | bors | -25/+47 |
| 2022-12-30 | Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi... | bors | -0/+61 |
| 2022-12-29 | Auto merge of #105920 - MarcusCalhoun-Lopez:respect_set, r=jyn514 | bors | -1/+6 |
| 2022-12-29 | rustdoc: remove redundant CSS `.source .content { overflow: visible }` | Michael Howell | -4/+0 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -421/+2704 |
| 2022-12-29 | Respect --set=target.platform during build | Marcus Calhoun-Lopez | -1/+6 |
| 2022-12-29 | Rollup merge of #106263 - chenyukang:yukang/fix-106261-formater, r=jyn514 | Matthias Krüger | -3/+4 |
| 2022-12-29 | Rollup merge of #106260 - chenyukang:yukang/fix-106213-doc, r=GuillaumeGomez | Matthias Krüger | -3/+18 |
| 2022-12-29 | Rollup merge of #106259 - flip1995:clippyup, r=matthiaskrgr | Matthias Krüger | -356/+2555 |
| 2022-12-29 | Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomez | Matthias Krüger | -2/+19 |
| 2022-12-29 | Rollup merge of #106234 - notriddle:notriddle/button-width, r=GuillaumeGomez | Matthias Krüger | -5/+3 |
| 2022-12-29 | Rollup merge of #106202 - estebank:trim-paths, r=Nilstrieb | Matthias Krüger | -7/+7 |
| 2022-12-29 | Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726 | Matthias Krüger | -44/+11 |
| 2022-12-29 | Rollup merge of #105899 - lukas-code:stage-1-docs, r=jyn514 | Matthias Krüger | -1/+5 |
| 2022-12-29 | Rollup merge of #104531 - ohno418:recover-fn-traits-with-lifetime-params, r=e... | Matthias Krüger | -0/+82 |
| 2022-12-29 | Account for multiple multiline spans with empty padding | Esteban Küber | -44/+11 |
| 2022-12-29 | Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgr | bors | -300/+894 |
| 2022-12-30 | fix #106261, formater should not try to format non-Rust files | yukang | -3/+4 |
| 2022-12-29 | Auto merge of #106196 - Mark-Simulacrum:bump-installer, r=jyn514 | bors | -0/+0 |
| 2022-12-29 | Fix index out of bounds issues in rustdoc | yukang | -3/+18 |
| 2022-12-29 | Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup | Philipp Krones | -356/+2555 |
| 2022-12-29 | `./x doc library --open` opens `std` | Lukas Markeffsky | -1/+5 |
| 2022-12-29 | Rollup merge of #106242 - estebank:diff-markers, r=jyn514 | Matthias Krüger | -0/+318 |
| 2022-12-29 | Rollup merge of #106229 - RalfJung:miri, r=RalfJung | Matthias Krüger | -239/+340 |
| 2022-12-29 | Rollup merge of #106223 - estebank:suggest-let-ty-borrow, r=compiler-errors | Matthias Krüger | -0/+87 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -36/+36 |
| 2022-12-29 | Rollup merge of #106218 - GuillaumeGomez:migrate-css-var-scraped-examples, r=... | Matthias Krüger | -18/+47 |
| 2022-12-29 | Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-12-29 | Rollup merge of #106208 - compiler-errors:compare-item-region-err, r=estebank | Matthias Krüger | -3/+66 |
| 2022-12-29 | Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is... | bors | -1/+42 |
| 2022-12-29 | Extend rustdoc GUI test for scraped examples | Guillaume Gomez | -1/+27 |
| 2022-12-29 | Migrate more scraped examples CSS rules to CSS variables | Guillaume Gomez | -24/+20 |
| 2022-12-29 | Auto merge of #106139 - cjgillot:mir-inline-location, r=eholk | bors | -16/+20 |
| 2022-12-29 | Provide a better error for `Fn` traits with lifetime params | Yutaro Ohno | -0/+82 |
| 2022-12-28 | Add support for diff3 format | Esteban Küber | -2/+7 |
| 2022-12-28 | Tweak wording | Esteban Küber | -33/+77 |
| 2022-12-28 | Account for ADT bodies and struct expressions | Esteban Küber | -0/+112 |
| 2022-12-28 | Detect diff markers in the parser | Esteban Küber | -0/+157 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -340/+347 |
| 2022-12-29 | docs/test: add UI test and long-form error docs for `E0519` | Ezra Shaw | -2/+19 |
| 2022-12-28 | rustdoc: simplify settings, help, and copy button CSS by not reusing | Michael Howell | -5/+3 |
| 2022-12-28 | Rollup merge of #105702 - albertlarsan68:x-fmt-opt, r=jyn514 | Matthias Krüger | -1/+98 |
| 2022-12-28 | Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2022-12-28 | Skip LTO in stage0 (again) | Mark Rousskov | -16/+20 |
| 2022-12-28 | On unsized locals with explicit types suggest `&` | Esteban Küber | -0/+87 |
| 2022-12-28 | Add test for bad suggestion | Michael Goulet | -0/+29 |
| 2022-12-28 | Make trait/impl where clause mismatch on region error a bit more actionable | Michael Goulet | -3/+37 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -36/+36 |