summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-2/+0
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-1/+15
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-0/+2
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-1/+4
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-0/+2
2021-11-15Support having -Z and -C options with the same nameJosh Triplett-6/+8
2021-11-15Try all stable candidates first before trying unstable onesGary Guo-0/+2
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-1/+4
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-0/+2
2021-11-07more clippy fixesMatthias Krüger-1/+1
2021-11-07Made temps-dir an unstable option.Tor Hovland-0/+2
2021-11-05Update the documented default of -Zmutable-noaliasJosh Stone-1/+1
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-2/+2
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-2/+2
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+2
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-0/+24
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-1/+1
2021-10-15Add -Z location-detail flagHudson Ayers-0/+24
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+2
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-10-06Enable AutoFDO.Michael Benfield-0/+4
2021-09-30Implemented -Z randomize-layoutChase Wilson-0/+2
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-0/+2
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-2/+14
2021-09-10Give spans their parent item during lowering.Camille GILLOT-0/+2
2021-09-09Add -Z panic-in-drop={unwind,abort} command-line optionAmanieu d'Antras-2/+14
2021-09-07remap-cwd-prefixdanakj-0/+2
2021-08-25don't generate partially-undef constsErik Desjardins-0/+3
2021-08-23Do not mark `-Z thir-unsafeck` as unsound anymoreLéo Lanteri Thauvin-1/+1
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-0/+4
2021-08-04Add back -Zno-profiler-runtimeAmanieu d'Antras-2/+4
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-1/+1
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+2
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-1/+1
2021-07-25clippy::single_char_patternMatthias Krüger-1/+1
2021-07-22Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiserbors-1/+1
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-1/+0
2021-07-16Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoeristerGuillaume Gomez-3/+3
2021-07-14Make --cap-lints and related options leave crate hash aloneJeremy Fitzhardinge-3/+3
2021-07-14Add -Zfuture-incompat-test to assist with testing future-incompat reports.Eric Huss-0/+2
2021-07-07Profile incremental hashingRyan Levick-1/+1
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-0/+2
2021-06-28Introduce -Zprofile-closures to evaluate the impact of 2229Aman Arora-0/+2
2021-06-26Auto merge of #86267 - ZuseZ4:master, r=nagisabors-0/+2
2021-06-21Only hash OutputTypes keys in non-crate-hash modeAaron Hill-5/+12
2021-06-21make -Zno-codegen TRACKED_NO_CRATE_HASHJeremy Fitzhardinge-1/+1
2021-06-18Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726bors-2/+2
2021-06-13allow loading of llvm plugins on nightlyManuel Drehwald-0/+2
2021-06-10gcc-lld mvp1000teslas-0/+16
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+1