about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
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-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
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-1/+1
2025-02-22Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgrbors-5/+5
2025-02-21update autodiff flagsManuel Drehwald-22/+17
2025-02-21Use StableHasher + Hash64 for dep_tracking_hashBen Kimock-5/+5
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-1/+1
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