| Age | Commit message (Expand) | Author | Lines |
| 2025-09-29 | Auto merge of #146376 - durin42:dwo-specify-path, r=davidtwco | bors | -0/+2 |
| 2025-09-28 | Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 | Matthias Krüger | -1/+2 |
| 2025-09-26 | debuginfo: add an unstable flag to write split DWARF to an explicit directory | Augie Fackler | -0/+2 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -1/+2 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -1/+3 |
| 2025-09-19 | autodiff: Add basic TypeTree with NoTT flag | Karan Janthe | -1/+2 |
| 2025-09-17 | Adds AArch64 GCS support | Reuben Cruise | -1/+2 |
| 2025-08-21 | -Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi... | Andrew Zhogin | -2/+69 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -1/+1 |
| 2025-08-17 | Add -Zindirect-branch-cs-prefix (from draft PR) | Alice Ryhl | -0/+2 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -0/+2 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -2/+1 |
| 2025-08-04 | coverage: Remove `-Zcoverage-options=no-mir-spans` | Zalathar | -3/+1 |
| 2025-07-26 | Remove support for -Zcombine-cgu | bjorn3 | -2/+0 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -1/+1 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -1/+1 |
| 2025-07-18 | add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod... | Manuel Drehwald | -0/+27 |
| 2025-07-15 | Gate things properly | Michael Goulet | -0/+2 |
| 2025-07-08 | stabilize `-Clinker-features=-lld` on x64 linux | Rémy Rakic | -2/+2 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -2/+15 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -2/+15 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -1/+1 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -8/+0 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -3/+13 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -0/+4 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+2 |
| 2025-06-17 | Temporarily add back -Zwasm-c-abi=spec | bjorn3 | -0/+10 |
| 2025-06-16 | Add infrastructure for emitting timing sections | Jakub Beránek | -1/+1 |
| 2025-06-16 | Add parsing of `--json=timings` | Jakub Beránek | -0/+4 |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+9 |
| 2025-06-14 | Prepare `rustc-dev` component un-remapping in the compiler | Urgau | -3/+4 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -14/+1 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -0/+13 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -0/+2 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -0/+13 |
| 2025-06-06 | Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused | Josh Triplett | -0/+2 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -0/+2 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -1/+0 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -0/+1 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -0/+1 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -4/+2 |
| 2025-05-05 | Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Make -Zfixed-x18 into a target modifier | Alice Ryhl | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+2 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -1/+5 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -3/+3 |
| 2025-04-16 | Rollup merge of #139647 - eholk:package-namespace, r=fmease | Matthias Krüger | -0/+2 |
| 2025-04-15 | Add unstable foo::bar extern command line arguments | Eric Holk | -0/+2 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -0/+3 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -1/+5 |