| Age | Commit message (Expand) | Author | Lines |
| 2023-01-01 | fix formatting | DebugSteven | -4/+8 |
| 2023-01-01 | handle error case where --wrapper-version argument doesn't exist | DebugSteven | -3/+17 |
| 2022-12-31 | rename wrapper-version argument for x to differentiate it from the bootstrap ... | DebugSteven | -2/+2 |
| 2022-12-31 | Update error message | J Haigh | -1/+1 |
| 2022-12-31 | Update error message | J Haigh | -1/+1 |
| 2022-12-31 | formatting | DebugSteven | -6/+6 |
| 2022-12-31 | remove commented out old code | DebugSteven | -1/+0 |
| 2022-12-31 | spawn x command and compare semvers | DebugSteven | -12/+33 |
| 2022-12-31 | remove leading comma from macro expansion | DebugSteven | -25/+7 |
| 2022-12-31 | warn when there's a newer version of the x tool available | DebugSteven | -1/+47 |
| 2022-12-31 | Auto merge of #106302 - compiler-errors:terr-coerce-w-infer, r=estebank | bors | -72/+35 |
| 2022-12-31 | Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514 | bors | -181/+338 |
| 2022-12-31 | Auto merge of #106324 - compiler-errors:rollup-2m9njin, r=compiler-errors | bors | -578/+428 |
| 2022-12-30 | Rollup merge of #106317 - compiler-errors:restore-the-backtraces, r=jyn514 | Michael Goulet | -15/+23 |
| 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 | -39/+39 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -167/+9 |
| 2022-12-30 | Rollup merge of #106232 - maurer:transparent-subst, r=rcvalle | Michael Goulet | -4/+23 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -240/+207 |
| 2022-12-31 | Only deduplicate stack traces for good path bugs | Michael Goulet | -15/+23 |
| 2022-12-31 | Auto merge of #106320 - jyn514:revert-merge-check, r=jyn514 | bors | -195/+60 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -195/+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/+195 |
| 2022-12-30 | Dont use `--merge-base` during bootstrap formatting subcommand | Michael Goulet | -14/+9 |
| 2022-12-30 | Make tidy errors red | Nilstrieb | -13/+28 |
| 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/+35 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -119/+102 |
| 2022-12-30 | Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se | bors | -2/+37 |
| 2022-12-30 | Regression test for issue 106247 | Gary Guo | -0/+9 |
| 2022-12-30 | Auto merge of #106296 - matthiaskrgr:rollup-ukdbqwx, r=matthiaskrgr | bors | -95/+104 |
| 2022-12-30 | Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil... | Matthias Krüger | -4/+0 |
| 2022-12-30 | Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se | Matthias Krüger | -0/+9 |
| 2022-12-30 | Rollup merge of #103707 - jonathanCogan:master, r=m-ou-se | Matthias Krüger | -85/+84 |
| 2022-12-30 | Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se | Matthias Krüger | -6/+11 |
| 2022-12-30 | Extend scraped examples layout GUI test for position of buttons | Guillaume Gomez | -0/+14 |
| 2022-12-30 | std: remove unnecessary `#[cfg]` on NetBSD | joboet | -2/+0 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -24/+16 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -3/+3 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -48/+48 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -36/+35 |
| 2022-12-30 | Auto merge of #105426 - flba-eb:fix_tls_destructor_unwinding, r=m-ou-se | bors | -7/+14 |
| 2022-12-30 | Tidy up tidy error codes check | Nilstrieb | -26/+11 |
| 2022-12-30 | Checkout `master` branch in CI | Nilstrieb | -0/+21 |
| 2022-12-30 | Add tidy check to deny merge commits | Nilstrieb | -0/+131 |