about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2025-07-18add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod...Manuel Drehwald-4/+5
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-4/+5
2025-06-18Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlinUrgau-0/+1
2025-06-14Remove all support for wasm's legacy ABIbjorn3-2/+1
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-0/+1
2025-06-06Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unusedJosh Triplett-0/+1
2025-06-01Optionally don't steal the THIRNadrieril-0/+1
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-2/+1
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-1/+2
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-1/+2
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-1/+1
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-4/+4
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-1/+1
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-0/+1
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-1/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-1/+1
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-1/+1
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+1
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+1
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-2/+2
2025-02-21update autodiff flagsManuel Drehwald-1/+1
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-5/+8
2025-02-08Rustfmtbjorn3-5/+8
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-06Construct DiagCtxt a bit earlier in build_sessionbjorn3-1/+0
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-6/+7
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-6/+7
2025-01-28Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercotebors-1/+0
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-1/+0
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-2/+4
2025-01-20Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqdMatthias Krüger-1/+2
2025-01-20Respect --target in get_backend_from_raw_matchesbjorn3-1/+2
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-0/+2
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+2
2025-01-06Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxuJacob Pratt-1/+1
2025-01-06add deprecated and do nothing flag to options tableklensy-1/+1
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+1
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-1/+5
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+1
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-1/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-1/+0
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+1
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-1/+1
2024-11-26Remove -Zfuel.Camille GILLOT-2/+0
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-1/+0
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-1/+1
2024-11-06Rename option and add docMatt Weber-1/+1
2024-11-06Move additional source location info behind -Z optionMatt Weber-0/+1