about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2025-07-18Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxuMatthias Krüger-0/+5
2025-07-16Emit warning when there is no space between `-o` and confusing argxizheyin-0/+5
2025-07-08stabilize `-Clink-self-contained=-linker` on x64 linuxRémy Rakic-17/+34
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-5/+43
2025-07-04Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3Matthias Krüger-1/+1
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-1/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-1/+3
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-1/+3
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-5/+26
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