| Age | Commit message (Expand) | Author | Lines |
| 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 | Revert "Add tests" | David Tolnay | -93/+0 |
| 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 | Use verbose suggestions for mutability errors | Esteban Küber | -160/+326 |
| 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 | -2/+2 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -36/+36 |
| 2022-12-28 | rustdoc: remove unnecessary `.tooltip::after { text-align: center }` | Michael Howell | -4/+0 |
| 2022-12-28 | no need to do a no_std build for wasi | Ralf Jung | -3/+5 |
| 2022-12-28 | test using a JSON target file | Ralf Jung | -0/+26 |
| 2022-12-28 | Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgr | bors | -217/+284 |
| 2022-12-28 | Improve heuristics whether `format_args` string is a source literal | Nilstrieb | -1/+42 |
| 2022-12-28 | bump dependencies | Ralf Jung | -133/+154 |
| 2022-12-28 | print sysroot build failure error | Ralf Jung | -3/+5 |
| 2022-12-28 | Add GUI test for scraped examples colors | Guillaume Gomez | -0/+34 |
| 2022-12-28 | Migrate scraped examples higlight CSS to variables | Guillaume Gomez | -18/+13 |
| 2022-12-28 | -Zrustdoc-scrape-examples no longer takes arguments | Mark Rousskov | -1/+1 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -19/+16 |
| 2022-12-28 | bump stage0 | Pietro Albini | -338/+344 |
| 2022-12-28 | Rollup merge of #106199 - estebank:quiet-type-err-in-binding, r=compiler-errors | Matthias Krüger | -134/+70 |
| 2022-12-28 | Rollup merge of #106194 - notriddle:notriddle/sidebar-background, r=Guillaume... | Matthias Krüger | -6/+92 |
| 2022-12-28 | Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank | Matthias Krüger | -74/+90 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -3/+32 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -25/+4 |
| 2022-12-28 | simplify path joining code a bit | Ralf Jung | -9/+1 |
| 2022-12-28 | handle unknown targets more gracefully | Ralf Jung | -60/+92 |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -0/+61 |
| 2022-12-28 | Rollup merge of #106201 - estebank:verbose-transparent, r=compiler-errors | fee1-dead | -0/+21 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+93 |
| 2022-12-28 | Rollup merge of #105347 - estebank:single-line-match, r=compiler-errors | fee1-dead | -0/+15 |