summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2025-06-18Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxuUrgau-4/+13
2025-06-18Rollup merge of #142123 - Kobzol:timings, r=nnethercoteUrgau-0/+13
2025-06-17Temporarily add back -Zwasm-c-abi=specbjorn3-0/+1
2025-06-16Add infrastructure for emitting timing sectionsJakub Beránek-8/+8
2025-06-16Add parsing of `--json=timings`Jakub Beránek-0/+13
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+6
2025-06-14Prepare `rustc-dev` component un-remapping in the compilerUrgau-4/+7
2025-06-14Remove all support for wasm's legacy ABIbjorn3-2/+1
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-0/+9
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-5/+0
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-0/+5
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-1/+7
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-1/+7
2025-05-04Initial support for dynamically linked cratesBryanskiy-1/+11
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-2/+1
2025-04-25Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxuMatthias Krüger-36/+43
2025-04-25Add option style comment for `rustc_optgroups`xizheyin-0/+7
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-0/+4
2025-04-24Unify the format of rustc cli flagsxizheyin-36/+36
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-112/+198
2025-04-17Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxuMatthias Krüger-12/+25
2025-04-17Hide unstable print kinds within emit_unknown_print_request_help in stable ch...xizheyin-12/+25
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-34/+5
2025-04-14Specify `--print info=file` syntax in `--help`clubby789-10/+4
2025-04-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-0/+4
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-8/+32
2025-04-07Simplify temp path creation a bitMichael Goulet-22/+21
2025-04-05Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxuStuart Cook-4/+6
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-2/+4
2025-04-04add new flag to print the module post-AD, before optsManuel Drehwald-2/+4
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-1/+1
2025-04-03structure the messageTshepang Mbambo-4/+6
2025-04-03use lower case to match other error messagesTshepang Mbambo-2/+2
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-0/+3
2025-03-23Implement `supported-crate-types` print requestJieyou Xu-1/+6
2025-03-19Suggest `-Whelp` when pass `--print lints` to rustcxizheyin-0/+6
2025-03-16Rename `PrintKind::{AllTargetSpecs,TargetSpec}` to `{AllTargetSpecsJson,Targe...Jieyou Xu-5/+5
2025-03-16Extract print request stability gating and unknown print request help into he...Jieyou Xu-43/+35
2025-03-16Alphabetically sort `PrintKind` and enforce with tidyJieyou Xu-15/+17
2025-03-14Show valid crate types when the user passes unknown `--crate-type` valuemalezjaa-1/+6
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-2/+2
2025-03-07Rollup merge of #138111 - estebank:use-dfv, r=nnethercoteMatthias Krüger-32/+24
2025-03-04Rollup merge of #137975 - Zalathar:needs-hir, r=compiler-errorsJubilee-8/+0
2025-03-04Remove unused `PpMode::needs_hir`Zalathar-8/+0
2025-03-03Use default field values for `ErrorOutputType`Esteban Küber-24/+21
2025-03-03Use default field values for `config::NextSolverConfig`Esteban Küber-8/+3
2025-03-01ensure we always print all --print options in helpMichael Toner-30/+34
2025-03-01Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikicbors-0/+3
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-2/+2
2025-02-23Remove unused `OutputType::ThinLinkBitcode`DianQK-12/+1