summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+2
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-13/+324
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-13/+324
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-0/+49
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-0/+49
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-2/+0
2025-01-30Remove print_vtable_sizesMichael Goulet-2/+0
2025-01-29Clean up uses of the unstable `dwarf_version` optionWesley Wiser-0/+1
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-0/+49
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-2/+0
2025-01-16Update docs for `-Clink-dead-code` to discourage its useZalathar-1/+1
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-0/+19
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+19
2025-01-06Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxuJacob Pratt-9/+39
2025-01-06add deprecated and do nothing flag to options tableklensy-9/+39
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+2
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-0/+1
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-0/+14
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-0/+14
2024-12-06Remove polymorphizationBen Kimock-2/+0
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+3
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-2/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-2/+0
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+2
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+3
2024-11-29Update `-Zshow-span` help message.Nicholas Nethercote-1/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-2/+3
2024-11-26Remove -Zfuel.Camille GILLOT-20/+0
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-19/+29
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-1/+1
2024-11-20unstable feature usage metricsJane Losare-Lusby-1/+1
2024-11-18Don't allow `-Zunstable-options` to take a valueZalathar-1/+7
2024-11-18Rename `parse_no_flag` to `parse_no_value`Zalathar-18/+22
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-3/+1
2024-11-10Fix error message for direct usage of sess.opts.crate_typesbjorn3-1/+1
2024-11-06Rename option and add docMatt Weber-2/+2
2024-11-06Move additional source location info behind -Z optionMatt Weber-0/+2
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-3/+6
2024-11-04Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLiiMatthias Krüger-3/+8
2024-11-03Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errorsMatthias Krüger-1/+1
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-2/+2
2024-11-02make codegen help output more consistentRemo Senekowitsch-1/+1
2024-11-01Fix compiler panic with a large number of threadsMichal Piotrowski-3/+8
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-3/+6
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-5/+0
2024-10-20Limited -Zregparm support (no Rust calling conv) descriptionsAndrew Zhogin-1/+2
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+4
2024-10-15stabilize `-Znext-solver=coherence`lcnr-21/+10
2024-10-01improve shell help textJacob Kiesel-1/+2
2024-10-01disregard what we believe is supported in cargo for hash typeJacob Kiesel-5/+1