about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+1
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-1/+0
2024-01-08Add support for shell argfilesDavid Koloski-0/+1
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-1/+0
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-3/+2
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-1/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-3/+2
2023-12-19rename to verbose-internalsjyn-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-30/+30
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-4/+4
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-4/+4
2023-12-14rename `-Ztrait-solver` to `-Znext-solver`lcnr-5/+7
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-0/+1
2023-12-081. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before useoksbsb-0/+2
2023-12-06Fewer early errors.Nicholas Nethercote-4/+4
2023-12-05Factor out some repeated code.Nicholas Nethercote-14/+10
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-4/+6
2023-11-15Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiserbors-0/+1
2023-11-14Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiserbors-1/+0
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-1/+0
2023-11-11Add -Z llvm_module_flagPaul Menage-0/+1
2023-11-10Remove `-Zkeep-hygiene-data`.Nicholas Nethercote-1/+0
2023-11-07Add -Zcross-crate-inline-threshold=yesBen Kimock-6/+6
2023-11-02Remove support for alias `-Z symbol-mangling-version`Zalathar-1/+0
2023-10-30Streamline some `use` items.Nicholas Nethercote-17/+7
2023-10-30Make `Cfg` and `CheckCfg` non-generic.Nicholas Nethercote-6/+2
2023-10-30Change cfg parsers to produce symbols instead of strings.Nicholas Nethercote-2/+2
2023-10-28Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obkJubilee-19/+10
2023-10-28Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwcoJubilee-1/+0
2023-10-28Clean up config mess.Nicholas Nethercote-11/+10
2023-10-28Streamline `rustc_interface` tests.Nicholas Nethercote-11/+3
2023-10-26Rollup merge of #117207 - Zalathar:no-option, r=compiler-errorsMatthias Krüger-1/+1
2023-10-26The value of `-Cinstrument-coverage=` doesn't need to be `Option`Zalathar-1/+1
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-0/+2
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-0/+2
2023-10-25Remove support for alias `-Z instrument-coverage`Zalathar-1/+0
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+1
2023-10-08Remove -Zdep-tasks.Camille GILLOT-1/+0
2023-10-04introduce `Polonius` enum for `-Zpolonius`Rémy Rakic-1/+2
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-2/+0
2023-09-10Fix testbjorn3-1/+1
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+1
2023-08-28Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errorsbors-1/+1
2023-08-27Rollup merge of #114974 - nbdd0121:vtable, r=b-naberGuillaume Gomez-0/+1
2023-08-27Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"Nikita Popov-1/+1
2023-08-23Default relax_elf_relocations to trueFangrui Song-1/+1
2023-08-18Add an (perma-)unstable option to disable vtable vptrGary Guo-0/+1
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+1
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-1/+1