about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
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
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-0/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-2/+0
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-0/+2
2023-07-21Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikicMatthias Krüger-0/+1
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+2
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+1
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-1/+1
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+1
2023-07-03Remove chalk from the compilerMichael Goulet-1/+1
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-1/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-37/+58
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-1/+1
2023-06-06Write to stdout if `-` is given as output fileJing Peng-7/+13
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-1/+2
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-0/+1
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-1/+1
2023-05-05add "force" option to --externMatt Hammerly-0/+1
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+4
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+4
2023-04-25Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger-1/+1
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-1/+1
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-0/+1
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-1/+1