| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgr | bors | -126/+123 |
| 2024-08-13 | Rollup merge of #129040 - Zalathar:bless-rmake, r=jieyouxu | Matthias Krüger | -24/+31 |
| 2024-08-13 | Rollup merge of #128983 - Kobzol:bootstrap-target, r=onur-ozkan | Matthias Krüger | -70/+70 |
| 2024-08-13 | Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan | Matthias Krüger | -32/+22 |
| 2024-08-13 | Auto merge of #128962 - devnexen:fs_get_mode_haiku, r=workingjubilee | bors | -0/+0 |
| 2024-08-13 | Implement `AsRef<Path>` for `TargetSelection` | Jakub Beránek | -61/+57 |
| 2024-08-13 | Create a `TargetSelection` method for recognizing `*-windows-gnu` targets | Jakub Beránek | -9/+13 |
| 2024-08-13 | Fix blessing of rmake tests | Zalathar | -12/+16 |
| 2024-08-13 | Extract a helper method for blessing in `Diff` | Zalathar | -16/+19 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -7/+63 |
| 2024-08-13 | Auto merge of #128868 - s7tya:port-rustc-perf-cmp-command, r=Kobzol | bors | -35/+81 |
| 2024-08-12 | trying common codepath for every unixes | David Carlier | -0/+0 |
| 2024-08-12 | Rollup merge of #129000 - RalfJung:miri-bootstrap-clear, r=onur-ozkan | Matthias Krüger | -6/+8 |
| 2024-08-12 | add change tracker notice | Rémy Rakic | -0/+5 |
| 2024-08-12 | regenerate `./x` completions | Rémy Rakic | -13/+6 |
| 2024-08-12 | rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args` | Rémy Rakic | -7/+7 |
| 2024-08-12 | remove unexpected `--rustc-args` from `./x miri` | Rémy Rakic | -4/+1 |
| 2024-08-12 | clarify that `--rustc-args` is for compiletest tests | Rémy Rakic | -4/+4 |
| 2024-08-12 | don't use `--rustc-args` to test the stdlib's size optimizations feature | Rémy Rakic | -3/+3 |
| 2024-08-12 | don't use rustflags for `--rustc-args` | Rémy Rakic | -5/+0 |
| 2024-08-12 | Rollup merge of #128929 - saethlin:enable-codegen-units-tests, r=compiler-errors | Guillaume Gomez | -1/+7 |
| 2024-08-12 | Rollup merge of #128878 - Kobzol:refactor-flags, r=onur-ozkan | Guillaume Gomez | -29/+48 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -44/+29 |
| 2024-08-12 | bootstrap: clear miri ui-test deps when miri sysroot gets rebuilt | Ralf Jung | -6/+8 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -29/+39 |
| 2024-08-11 | Fix debuginfo providers/tests | Ben Kimock | -16/+16 |
| 2024-08-11 | Auto merge of #128677 - nikic:llvm19rc2, r=cuviper | bors | -0/+0 |
| 2024-08-11 | Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko... | bors | -4/+58 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -7/+3 |
| 2024-08-11 | Keep rustc's std copy | John Kåre Alsaker | -12/+1 |
| 2024-08-11 | Exclude just `std` from rustc deps | John Kåre Alsaker | -9/+5 |
| 2024-08-11 | Update the unstable book | John Kåre Alsaker | -0/+11 |
| 2024-08-11 | Don't statically link `std` into `rustc_driver` for `windows-gnu` | John Kåre Alsaker | -4/+30 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -5/+37 |
| 2024-08-10 | Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3 | bors | -3/+1 |
| 2024-08-10 | Fix and enable disabled codegen-units tests | Ben Kimock | -1/+7 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -20/+28 |
| 2024-08-10 | Rollup merge of #128923 - GuillaumeGomez:negative-impls-items, r=fmease | Guillaume Gomez | -19/+27 |
| 2024-08-10 | Rollup merge of #128903 - kraktus:patch-3, r=aDotInTheVoid | Guillaume Gomez | -1/+1 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -19/+27 |
| 2024-08-10 | Fixes in various places | Nadrieril | -4/+10 |
| 2024-08-09 | Add a FIXME to the changed Miri test | Ben Kimock | -0/+2 |
| 2024-08-09 | Bless Miri | Ben Kimock | -3/+5 |
| 2024-08-09 | Paper over the clippy ICE | Ben Kimock | -5/+4 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -5/+12 |
| 2024-08-09 | Auto merge of #125642 - khuey:zstd, r=Kobzol | bors | -4/+57 |
| 2024-08-09 | Auto merge of #128896 - bjorn3:sync_cg_clif-2024-08-09, r=bjorn3 | bors | -0/+2 |
| 2024-08-09 | rustdoc-json-types `Discriminant`: fix typo | kraktus | -1/+1 |
| 2024-08-09 | Update tidy for new cranelift-bitset crate | bjorn3 | -0/+2 |
| 2024-08-09 | Rollup merge of #128874 - Kobzol:cmd-verbose-logging, r=onur-ozkan | Matthias Krüger | -5/+14 |