about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2025-09-29Auto merge of #146376 - durin42:dwo-specify-path, r=davidtwcobors-0/+2
2025-09-28Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4Matthias Krüger-1/+2
2025-09-26debuginfo: add an unstable flag to write split DWARF to an explicit directoryAugie Fackler-0/+2
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-1/+2
2025-09-21Add panic=immediate-abortBen Kimock-1/+3
2025-09-19autodiff: Add basic TypeTree with NoTT flagKaran Janthe-1/+2
2025-09-17Adds AArch64 GCS supportReuben Cruise-1/+2
2025-08-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifi...Andrew Zhogin-2/+69
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-1/+1
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+2
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-0/+2
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-2/+1
2025-08-04coverage: Remove `-Zcoverage-options=no-mir-spans`Zalathar-3/+1
2025-07-26Remove support for -Zcombine-cgubjorn3-2/+0
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-1/+1
2025-07-21Use serde for target spec json deserializeNoratrieb-1/+1
2025-07-18add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod...Manuel Drehwald-0/+27
2025-07-15Gate things properlyMichael Goulet-0/+2
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-2/+2
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-2/+15
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-2/+15
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-1/+1
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-8/+0
2025-06-18Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxuUrgau-3/+13
2025-06-18Rollup merge of #142123 - Kobzol:timings, r=nnethercoteUrgau-0/+4
2025-06-18Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlinUrgau-0/+2
2025-06-17Temporarily add back -Zwasm-c-abi=specbjorn3-0/+10
2025-06-16Add infrastructure for emitting timing sectionsJakub Beránek-1/+1
2025-06-16Add parsing of `--json=timings`Jakub Beránek-0/+4
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+9
2025-06-14Prepare `rustc-dev` component un-remapping in the compilerUrgau-3/+4
2025-06-14Remove all support for wasm's legacy ABIbjorn3-14/+1
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+13
2025-06-12Introduce `-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-06Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unusedJosh Triplett-0/+2
2025-06-01Optionally don't steal the THIRNadrieril-0/+2
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-1/+0
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-0/+1
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-0/+1
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-4/+2
2025-05-05Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiserGuillaume Gomez-1/+1
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-1/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+2
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-1/+5
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-3/+3
2025-04-16Rollup merge of #139647 - eholk:package-namespace, r=fmeaseMatthias Krüger-0/+2
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-0/+2
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-0/+3
2025-04-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-1/+5