| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | fix broken collect-license-metadata | Pietro Albini | -2/+2 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -27/+25 |
| 2023-03-08 | Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgr | bors | -0/+40 |
| 2023-03-08 | Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n... | Matthias Krüger | -23/+25 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -4/+0 |
| 2023-03-08 | Auto merge of #108665 - weihanglo:update-cargo, r=weihanglo | bors | -2/+11 |
| 2023-03-09 | Consider target_family as pal | Ayush Singh | -0/+3 |
| 2023-03-08 | Improve rustdoc-gui/tester.js code a bit | Guillaume Gomez | -23/+25 |
| 2023-03-08 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -23/+3 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -0/+40 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -0/+4380 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -8/+7 |
| 2023-03-07 | Update cargo | Weihang Lo | -2/+11 |
| 2023-03-07 | Rollup merge of #108793 - clubby789:pythonpath-compiletest, r=compiler-errors | Matthias Krüger | -2/+12 |
| 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 | -4/+3 |
| 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-06 | Append to PYTHONPATH in compiletest | clubby789 | -2/+12 |
| 2023-03-05 | Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur | Matthias Krüger | -4/+4 |
| 2023-03-05 | Merge from rustc | Ben Kimock | -675/+3071 |
| 2023-03-05 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-05 | Make `x test tidy` less noisy | Joshua Nelson | -4/+4 |
| 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 | -15/+15 |
| 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 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -15/+9 |
| 2023-03-05 | fix inconsistent json outputs from rustdoc | ozkanonur | -15/+15 |
| 2023-03-04 | Clean up rustdoc-js tester.js file | Guillaume Gomez | -58/+55 |
| 2023-03-03 | Rollup merge of #108674 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -17/+13 |
| 2023-03-03 | change approach to prevent interleaving compiletest message | Pietro Albini | -1/+1 |
| 2023-03-02 | Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddle | Matthias Krüger | -1/+13 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-03-02 | Fix array-size-threshold config deserialization error | Alex Macleod | -17/+13 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -15/+9 |
| 2023-03-02 | add the --json flag to compiletest | Pietro Albini | -5/+11 |
| 2023-03-02 | Update rustdoc-js test tool | Guillaume Gomez | -1/+13 |
| 2023-03-02 | Rollup merge of #108609 - clubby789:e0599-highlight, r=estebank | Matthias Krüger | -6/+7 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -8/+5 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -6/+7 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -7/+3 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -1/+4 |