about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2022-01-01Stabilize -Z symbol-mangling-version as -C symbol-mangling-versionJosh Triplett-0/+1
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-2/+7
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-1/+0
2021-12-01Review commentsJamie Cunliffe-4/+4
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-2/+7
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-1/+0
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-5/+8
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-0/+1
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-0/+1
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-1/+1
2021-11-15Try all stable candidates first before trying unstable onesGary Guo-0/+1
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-0/+1
2021-11-07Made temps-dir an unstable option.Tor Hovland-0/+1
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+1
2021-10-21add tests for -Zlocation-detailHudson Ayers-1/+4
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+1
2021-10-06Enable AutoFDO.Michael Benfield-0/+2
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-0/+1
2021-09-09Add -Z panic-in-drop={unwind,abort} command-line optionAmanieu d'Antras-0/+1
2021-09-07remap-cwd-prefixdanakj-0/+1
2021-08-25don't generate partially-undef constsErik Desjardins-0/+1
2021-08-04Add back -Zno-profiler-runtimeAmanieu d'Antras-1/+2
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+1
2021-07-16Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoeristerGuillaume Gomez-4/+18
2021-07-14Make --cap-lints and related options leave crate hash aloneJeremy Fitzhardinge-4/+18
2021-07-14Add -Zfuture-incompat-test to assist with testing future-incompat reports.Eric Huss-0/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-5/+5
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-0/+1
2021-06-28Introduce -Zprofile-closures to evaluate the impact of 2229Aman Arora-0/+1
2021-06-26Auto merge of #86267 - ZuseZ4:master, r=nagisabors-0/+1
2021-06-21Only hash OutputTypes keys in non-crate-hash modeAaron Hill-3/+3
2021-06-21make -Zno-codegen TRACKED_NO_CRATE_HASHJeremy Fitzhardinge-1/+10
2021-06-21Implement assert_non_crate_hash_different for testsJeremy Fitzhardinge-0/+8
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-3/+3
2021-06-18Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726bors-1/+1
2021-06-13allow loading of llvm plugins on nightlyManuel Drehwald-0/+1
2021-05-25Don't sort a `Vec` before computing its `DepTrackingHash`Aaron Hill-4/+6
2021-05-17Provide option for specifying the profiler runtimeAlan Egerton-1/+1
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-0/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-0/+1
2021-05-11Introduce the (WIP) THIR unsafety checkerLeSeulArtichaut-0/+1
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-22/+151
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-0/+1
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-0/+4
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-63/+68
2021-04-27Test that non_default_option is not the default optionJoshua Nelson-2/+6
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-1/+1
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+2
2021-03-27Address review commentsJoshua Nelson-1/+0