about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2025-09-28Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4Matthias Krüger-1/+1
2025-09-19added typetree support for memcpyKaran Janthe-1/+0
2025-09-19autodiff: Add basic TypeTree with NoTT flagKaran Janthe-0/+1
2025-09-17Adds AArch64 GCS supportReuben Cruise-1/+2
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-1/+2
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+1
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-0/+1
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-1/+1
2025-08-04coverage: Remove `-Zcoverage-options=no-mir-spans`Zalathar-2/+2
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