about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
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
2021-05-28Initial support for force-warnsRyan Levick-0/+1
2021-05-19fix split-debuginfo error messageXimin Luo-1/+1
2021-05-17Provide option for specifying the profiler runtimeAlan Egerton-2/+2
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-0/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-0/+3
2021-05-11Introduce the (WIP) THIR unsafety checkerLeSeulArtichaut-0/+2
2021-05-11Fix typo in variable nameLingMan-2/+2
2021-05-10rustc_session: Use `Iterator::find` instead of manual searchVadim Petrochenkov-24/+19
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-62/+83
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-6/+6
2021-05-06Update coverage docs and command line helpRich Kadel-6/+6
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-2/+2
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-0/+3
2021-05-02Fix nit in rustc_session::optionsJoshua Nelson-1/+1
2021-05-01Remove unused macro parametersJoshua Nelson-3/+3
2021-05-01Remove unused `parse_pathbuf_push` functionJoshua Nelson-12/+0
2021-05-01Don't recompile the same functions for each debugging optionJoshua Nelson-412/+461
2021-05-01Remove unused parse_opt_list functionJoshua Nelson-13/+0
2021-04-29Use doc-comment instad of comments consistentlyJoshua Nelson-58/+59