about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
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
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-3/+3
2025-04-05Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwcoMatthias Krüger-0/+2
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+2
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-1/+3
2025-04-04Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obkbors-0/+3
2025-04-04add new flag to print the module post-AD, before optsManuel Drehwald-1/+3
2025-04-03Initial support for auto traits with default boundsBryanskiy-0/+2
2025-04-03add `TypingMode::Borrowck`lcnr-0/+3
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+2
2025-03-26Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-deadStuart Cook-24/+28
2025-03-26Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichtonbors-2/+3
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-2/+3
2025-03-19Only use the new node hashmap for anonymous nodes.Camille GILLOT-1/+2
2025-03-19Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obkbors-1/+1
2025-03-17modify config.toml->bootstrap.toml for new upstream changesbit-aloo-1/+1
2025-03-17Target modifiers fix for bool flags without valueAndrew Zhogin-24/+28
2025-03-14Rename `QuerySideEffects` to `QuerySideEffect`John Kåre Alsaker-1/+1