| Age | Commit message (Expand) | Author | Lines |
| 2023-07-01 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-01 | Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmt | Caleb Cartwright | -49/+1081 |
| 2023-07-01 | Rollup merge of #113189 - Zalathar:trim-end, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-06-30 | fix loading target specs in compiletest not working with custom targets | Pietro Albini | -1/+13 |
| 2023-06-30 | compiletest: Only trim the end of process output | Zalathar | -1/+1 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -26/+376 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-29 | Auto merge of #2947 - oli-obk:gha_mk_pr, r=RalfJung | bors | -0/+3 |
| 2023-06-29 | Checking for a cached value without having a cache is useless | Oli Scherer | -4/+1 |
| 2023-06-29 | Bashy Mc Bashface | Oli Scherer | -0/+6 |
| 2023-06-29 | Merge from rustc | Ralf Jung | -24/+23 |
| 2023-06-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -39/+524 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -13/+486 |
| 2023-06-28 | Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJung | bors | -1/+25 |
| 2023-06-28 | Try running a sync automatically | Oli Scherer | -1/+25 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -24/+23 |
| 2023-06-28 | fmt | Oli Scherer | -2/+2 |
| 2023-06-28 | Merge from rustc | Oli Scherer | -218/+155 |
| 2023-06-28 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -1/+1 |
| 2023-06-28 | Re-bless the newly-migrated tests | Zalathar | -12/+0 |
| 2023-06-28 | Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage` | Zalathar | -0/+12 |
| 2023-06-28 | Expand `run-coverage` to support the remaining `coverage-reports` tests | Zalathar | -3/+115 |
| 2023-06-28 | Add a custom `run-coverage` mode to compiletest | Zalathar | -3/+232 |
| 2023-06-28 | Move the `RUSTC_PROFILER_SUPPORT` check into `CachedNeedsConditions` | Zalathar | -1/+3 |
| 2023-06-28 | Remember whether `failure-status` was explicitly specified | Zalathar | -8/+5 |
| 2023-06-28 | Introduce `exec_compiled_test_general` | Zalathar | -1/+12 |
| 2023-06-28 | Extract a common function for setting up environment vars | Zalathar | -13/+12 |
| 2023-06-27 | Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=dav... | Matthias Krüger | -13/+23 |
| 2023-06-27 | Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco | Matthias Krüger | -65/+32 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -13/+23 |
| 2023-06-27 | Add trophy | Andy Wang | -0/+1 |
| 2023-06-27 | Make `--quiet` actually do something | Oli Scherer | -6/+13 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -59/+30 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -1/+19 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -14/+62 |
| 2023-06-26 | Support `hir::ExprKind::Become` in clippy | Maybe Waffle | -0/+18 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -1/+1 |
| 2023-06-26 | Update ui test crate | Oli Scherer | -72/+36 |
| 2023-06-26 | Auto merge of #112884 - klensy:ri-drop-old-clap, r=albertlarsan68 | bors | -47/+47 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -24/+0 |
| 2023-06-25 | Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errors | bors | -5/+0 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -5/+0 |
| 2023-06-24 | give more helpful suggestions for a missing feature gate test | jyn | -4/+4 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -24/+0 |
| 2023-06-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-23 | Rollup merge of #112962 - GuillaumeGomez:fix-rustdoc-gui-tester, r=ozkanonur | Matthias Krüger | -11/+18 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -10/+14 |
| 2023-06-23 | Fix rustdoc-gui tester | Guillaume Gomez | -3/+6 |