| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -2/+7 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+20 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -2/+7 |
| 2023-04-17 | Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr | bors | -5/+5 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -5/+5 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -5/+5 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -5/+5 |
| 2023-04-17 | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | -44/+173 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -49/+0 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -84/+1 |
| 2023-04-16 | tidy: `check_crate_duplicate` is no longer useful | Weihang Lo | -47/+8 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -28/+40 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -5/+5 |
| 2023-04-16 | Improve doc comment of AllocExtra's backtrace | Ben Kimock | -1/+2 |
| 2023-04-16 | Add a flag to disable leak backtraces | Ben Kimock | -9/+52 |
| 2023-04-16 | Report a backtrace for memory leaks under Miri | Ben Kimock | -42/+127 |
| 2023-04-16 | Add needs-git-hash header to compiletest | Erik Hofmayer | -0/+20 |
| 2023-04-15 | Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss | bors | -187/+458 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -6/+2 |
| 2023-04-14 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-04-14 | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 | Yuki Okushi | -0/+200 |
| 2023-04-14 | mark needs-llvm-components as being handled elsewhere | Pietro Albini | -0/+5 |
| 2023-04-14 | use a shared headers cache | Pietro Albini | -9/+28 |
| 2023-04-14 | add line numbers to error messages | Pietro Albini | -6/+8 |
| 2023-04-14 | show all invalid directives errors rather than just the first one | Pietro Albini | -5/+36 |
| 2023-04-14 | refactor ignore- and only- to use decisions | Pietro Albini | -53/+50 |
| 2023-04-14 | rename rust-lldb to needs-rust-lldb for consistency | Pietro Albini | -9/+6 |
| 2023-04-14 | refactor needs, validate them, and add ignore reasons | Pietro Albini | -104/+250 |
| 2023-04-14 | add pretty ignore reasons for llvm, cdb, gdb and lldb | Pietro Albini | -33/+107 |
| 2023-04-14 | Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errors | bors | -1/+1 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -1/+1 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -2/+2 |
| 2023-04-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -9/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -11/+28 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -6/+22 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -6/+2 |
| 2023-04-12 | tidy: Issue an error when ui test limits are too high | clubby789 | -6/+22 |
| 2023-04-12 | Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514 | Matthias Krüger | -864/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+2 |
| 2023-04-11 | Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 | Michael Goulet | -60/+60 |
| 2023-04-11 | Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiser | Michael Goulet | -7/+16 |
| 2023-04-11 | Auto merge of #110198 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-11 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -1695/+4728 |
| 2023-04-11 | Remove orphaned remove_dir_all implementation from rust-installer | nils | -864/+0 |
| 2023-04-11 | rename maybe_delink to maybe_remove_mention | DaniPopes | -3/+3 |
| 2023-04-10 | Fix remaining typos | DaniPopes | -60/+60 |