| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -42/+0 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -1/+1 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -0/+73 |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -8/+24 |
| 2023-10-22 | coverage: Emit the filenames section before encoding per-function mappings | Zalathar | -3/+3 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+1 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -4/+129 |
| 2023-10-18 | add end-to-end test of custom target using rust-lld | Rémy Rakic | -0/+73 |
| 2023-10-18 | Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov | bors | -0/+6 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+3 |
| 2023-10-17 | Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump files | Esteban Küber | -0/+6 |
| 2023-10-17 | Test -Zremap-path-scope=split-debuginfo with -Csplit-debuginfo=packed | Urgau | -0/+5 |
| 2023-10-17 | Adjust tests for MacOS having different -Csplit-debuginfo default | Urgau | -9/+24 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Adjust tests for -Zremap-path-scope | Urgau | -2/+107 |
| 2023-10-14 | Auto merge of #116264 - reez12g:issue-109728, r=Mark-Simulacrum | bors | -0/+19 |
| 2023-10-09 | add test for wasm linker override=clang | reez12g | -0/+19 |
| 2023-10-08 | Auto merge of #116514 - petrochenkov:nogccld, r=lqd | bors | -12/+0 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -12/+0 |
| 2023-10-07 | tests/run-make: Use RUSTC_TEST_OP in more places | Martin Nordholts | -56/+11 |
| 2023-10-07 | tests/run-make: Move RUSTC_TEST_OP to tools.mk | Martin Nordholts | -12/+22 |
| 2023-10-07 | tests/run-make: Remove wrong blessing advice | Martin Nordholts | -1/+0 |
| 2023-10-06 | Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot | bors | -0/+24 |
| 2023-10-05 | Allow file names to end with '>' | Martin Nordholts | -0/+24 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -4/+2 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -2/+2 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -2/+2 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -1/+1 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -3/+0 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -1/+1 |
| 2023-09-19 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -2/+2 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -0/+22 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -2/+3 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -7/+7 |
| 2023-09-11 | Add a test for #108030 | DianQK | -0/+69 |
| 2023-09-10 | Fix tests | bjorn3 | -7/+7 |
| 2023-09-08 | tests: use warning output from rustc to catch missing compression | Augie Fackler | -4/+2 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+20 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+19 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+19 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -4/+4 |
| 2023-09-07 | Don't modify libstd to dump rustc ICEs | Michael Goulet | -2/+2 |
| 2023-09-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -0/+22 |
| 2023-08-30 | `ignore-cross-compile` remaining tests that run binaries | Lukas Wirth | -0/+7 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -0/+2 |
| 2023-08-23 | Update run-make/issue-88756-default-output test | Guillaume Gomez | -0/+2 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -1/+25 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -1/+25 |
| 2023-08-18 | `ignore-cross-compile` on `optimization-remarks-dir-pgo` test | Lukas Wirth | -0/+1 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -1/+46 |