| Age | Commit message (Expand) | Author | Lines |
| 2023-01-02 | Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillot | Michael Goulet | -6/+1 |
| 2023-01-02 | Reduce HIR debug output | Nilstrieb | -6/+1 |
| 2023-01-02 | Auto merge of #106272 - clubby789:codegen-test-103840, r=nikic | bors | -0/+9 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -120/+13 |
| 2023-01-02 | Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez | bors | -27/+87 |
| 2023-01-02 | Auto merge of #106284 - estebank:merge-mut-errors, r=jyn514 | bors | -226/+435 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -185/+360 |
| 2023-01-01 | rustdoc: add test case for dir entry summary position | Michael Howell | -4/+85 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -1/+62 |
| 2023-01-01 | Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726 | bors | -10/+10 |
| 2023-01-01 | Use the correct tracking issue for `dyn_star` | Léo Lanteri Thauvin | -10/+10 |
| 2023-01-01 | Auto merge of #106350 - GuillaumeGomez:gui-test-explanation-2, r=notriddle | bors | -0/+1 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -53/+87 |
| 2023-01-01 | Add comment explaining what docblock-table GUI test is about | Guillaume Gomez | -0/+1 |
| 2023-01-01 | Auto merge of #106312 - tgross35:update-book-target, r=JohnTitor | bors | -1/+4 |
| 2022-12-31 | Auto merge of #106336 - matthiaskrgr:rollup-4p6bgwf, r=matthiaskrgr | bors | -13/+45 |
| 2022-12-31 | Rollup merge of #106334 - ehuss:fix-tidy-unittests, r=jyn514 | Matthias Krüger | -3/+38 |
| 2022-12-31 | Rollup merge of #106328 - GuillaumeGomez:gui-test-explanation, r=notriddle | Matthias Krüger | -0/+1 |
| 2022-12-31 | Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomez | Matthias Krüger | -10/+6 |
| 2022-12-31 | Run `cargo test` on tidy itself. | Eric Huss | -1/+36 |
| 2022-12-31 | Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebank | bors | -26/+26 |
| 2022-12-31 | Fix tidy unittest. | Eric Huss | -2/+2 |
| 2022-12-31 | Auto merge of #106302 - compiler-errors:terr-coerce-w-infer, r=estebank | bors | -72/+31 |
| 2022-12-31 | Add comment explaining what the GUI scrape-examples-fonts test is about | Guillaume Gomez | -0/+1 |
| 2022-12-31 | Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514 | bors | -160/+326 |
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -26/+26 |
| 2022-12-30 | Rollup merge of #106314 - jyn514:fix-panic, r=jyn514 | Michael Goulet | -22/+22 |
| 2022-12-30 | Rollup merge of #106310 - compiler-errors:old-git, r=jyn514 | Michael Goulet | -14/+9 |
| 2022-12-30 | Rollup merge of #106305 - jyn514:tail-args, r=Mark-Simulacrum | Michael Goulet | -77/+82 |
| 2022-12-30 | Rollup merge of #106295 - GuillaumeGomez:extend-scraped-examples-layout-test,... | Michael Goulet | -0/+14 |
| 2022-12-30 | Rollup merge of #106286 - Nilstrieb:tidy-cowows, r=jyn514 | Michael Goulet | -35/+34 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -93/+9 |
| 2022-12-30 | Rollup merge of #106232 - maurer:transparent-subst, r=rcvalle | Michael Goulet | -3/+19 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -174/+60 |
| 2022-12-31 | Fix panic on `x build --help` | Joshua Nelson | -22/+22 |
| 2022-12-30 | Added link from Targets to Platform Support in the book | Trevor Gross | -1/+4 |
| 2022-12-30 | Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-is-allow... | bors | -60/+174 |
| 2022-12-30 | Dont use `--merge-base` during bootstrap formatting subcommand | Michael Goulet | -14/+9 |
| 2022-12-30 | Make tidy errors red | Nilstrieb | -9/+23 |
| 2022-12-30 | bootstrap: Get rid of `tail_args` in `stream_cargo` | Joshua Nelson | -52/+17 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -24/+40 |
| 2022-12-30 | Suppress errors due to TypeError not coercing with inference variables | Michael Goulet | -72/+31 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -119/+96 |
| 2022-12-30 | rustdoc: use the regular arrow indicator for dir-entry CSS | Michael Howell | -23/+2 |
| 2022-12-30 | Regression test for issue 106247 | Gary Guo | -0/+9 |
| 2022-12-30 | rustdoc: merge scrape-help CSS | Michael Howell | -10/+6 |
| 2022-12-30 | Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil... | Matthias Krüger | -4/+0 |
| 2022-12-30 | Extend scraped examples layout GUI test for position of buttons | Guillaume Gomez | -0/+14 |
| 2022-12-30 | Tidy up tidy error codes check | Nilstrieb | -26/+11 |
| 2022-12-30 | Checkout `master` branch in CI | Nilstrieb | -0/+6 |