| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | Rollup merge of #108793 - clubby789:pythonpath-compiletest, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2023-03-07 | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2023-03-07 | rustdoc: fix type search when more than one `where` clause applies | Michael Howell | -1/+1 |
| 2023-03-07 | rustdoc: fix type search index for `fn<T>() -> &T where T: Trait` | Michael Howell | -1/+6 |
| 2023-03-08 | Add force to use the stage 2 compiler in compiler_for when config.download_ru... | morine0122 | -2/+13 |
| 2023-03-07 | Rollup merge of #108823 - wesleywiser:add_cf-protection_tracking_issue, r=Nil... | Yuki Okushi | -0/+4 |
| 2023-03-07 | Rollup merge of #108805 - GuillaumeGomez:update-askama, r=notriddle | Yuki Okushi | -187/+189 |
| 2023-03-07 | Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper | Yuki Okushi | -9/+1 |
| 2023-03-07 | Use 3 or 6 compression threads for rust-installer | Mark Rousskov | -5/+16 |
| 2023-03-07 | Add bootstrap support for rust-installer | Mark Rousskov | -10/+60 |
| 2023-03-07 | Directly import rust-installer submodule | Mark Rousskov | -0/+4370 |
| 2023-03-07 | Bump rust-installer | Mark Rousskov | -0/+0 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -4/+0 |
| 2023-03-07 | switch to termcolor | Pietro Albini | -47/+78 |
| 2023-03-06 | Add tracking issue for cf-protection to unstable book | Wesley Wiser | -0/+4 |
| 2023-03-06 | Update documentation for HTML templates style | Guillaume Gomez | -13/+14 |
| 2023-03-06 | Remove unneeded minus sign in jinja tags | Guillaume Gomez | -173/+174 |
| 2023-03-06 | Update askama version to 0.12 | Guillaume Gomez | -1/+1 |
| 2023-03-06 | fix name of the field containing the ignore reason | Pietro Albini | -3/+3 |
| 2023-03-06 | do not run tidy on x86_64-gnu-llvm-13 | Deadbeef | -3/+1 |
| 2023-03-06 | use problem matchers for tidy CI | Deadbeef | -0/+17 |
| 2023-03-06 | Append to PYTHONPATH in compiletest | clubby789 | -2/+12 |
| 2023-03-05 | help: refer to `cargo check --help` | Samuel Tardieu | -2/+2 |
| 2023-03-05 | Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur | Matthias Krüger | -6/+8 |
| 2023-03-05 | Rollup merge of #108773 - jyn514:faster-tidy-fmt, r=albertlarsan68 | Matthias Krüger | -1/+5 |
| 2023-03-05 | Merge from rustc | Ben Kimock | -1186/+3790 |
| 2023-03-05 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-05 | Make `x test tidy` less noisy | Joshua Nelson | -6/+8 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -9/+1 |
| 2023-03-05 | x fmt: Only check modified files locally | Joshua Nelson | -1/+5 |
| 2023-03-05 | Add cpass to incremental tests | Lukas Markeffsky | -15/+35 |
| 2023-03-05 | Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddle | Matthias Krüger | -58/+55 |
| 2023-03-05 | Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoid | Matthias Krüger | -24/+24 |
| 2023-03-05 | Rollup merge of #108618 - KittyBorgX:master, r=Mark-Simulacrum | Matthias Krüger | -8/+8 |
| 2023-03-05 | Rollup merge of #108616 - jyn514:sync-codegen, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -32/+0 |
| 2023-03-05 | Rollup merge of #106440 - jyn514:tidy, r=the8472 | Matthias Krüger | -107/+90 |
| 2023-03-05 | Don't walk the `tests/` directories in checks that always skip it | Joshua Nelson | -25/+15 |
| 2023-03-05 | Reuse allocations between files | Joshua Nelson | -3/+6 |
| 2023-03-05 | Ignore things in .gitignore in tidy | Joshua Nelson | -84/+74 |
| 2023-03-05 | Sync codegen defaults with compiler defaults and add a ping message so they s... | Joshua Nelson | -0/+2 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -25/+15 |
| 2023-03-05 | Auto merge of #107723 - Kobzol:bootstrap-bolt, r=Mark-Simulacrum | bors | -43/+146 |
| 2023-03-04 | Auto merge of #108747 - matthiaskrgr:rollup-wfc7fx4, r=matthiaskrgr | bors | -25/+37 |
| 2023-03-05 | fix inconsistent json outputs from rustdoc | ozkanonur | -24/+24 |
| 2023-03-04 | Support for Fuchsia RISC-V target | Petr Hosek | -0/+1 |
| 2023-03-04 | Clean up rustdoc-js tester.js file | Guillaume Gomez | -58/+55 |
| 2023-03-04 | Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2023-03-04 | Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez | Matthias Krüger | -21/+13 |
| 2023-03-04 | Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonur | Matthias Krüger | -4/+18 |