| Age | Commit message (Expand) | Author | Lines |
| 2023-01-02 | docs: revert removal of `E0729` | Ezra Shaw | -1/+1 |
| 2023-01-01 | refactor: clean up `errors.rs` and `error_codes_check.rs` | Ezra Shaw | -386/+400 |
| 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 | 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 | 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 |
| 2022-12-30 | Add tidy check to deny merge commits | Nilstrieb | -0/+131 |
| 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 | Support `x clean --stage 1 rustc_query_impl` | Joshua Nelson | -16/+40 |
| 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 | CFI: Monomorphize transparent ADTs before typeid | Matthew Maurer | -3/+19 |
| 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 |