summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-4/+0
2021-03-05Fix MIR optimization level descriptionSantiago Pastorino-1/+1
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-2/+2
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-0/+2
2021-02-27Use optional values for inlining thresholdsTomasz Miąsko-2/+2
2021-02-27Add option enabling MIR inlining independently of mir-opt-levelTomasz Miąsko-0/+2
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-4/+5
2021-02-07HWASan supportTri Vo-1/+2
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+1
2021-01-30Rollup merge of #81468 - est31:cfg_version, r=petrochenkovYuki Okushi-0/+2
2021-01-29Treat nightlies for a version as completeest31-0/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-22/+13
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-1/+19
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-1/+19
2020-12-16session: add `split-dwarf` flagDavid Wood-0/+19
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-6/+6
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-3/+4
2020-12-03Combination of commitsRich Kadel-2/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+2
2020-11-24TRACK '-Z polonius' flagCamelid-1/+1
2020-11-24Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievinkJonas Schievink-0/+2
2020-11-24Allow disabling TrapUnreachable via -Ztrap-unreachable=noDario Nieuwenhuis-0/+2
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-1/+1
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+4
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-2/+5
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+1
2020-11-02Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasperbors-0/+2
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-0/+2
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-0/+2
2020-10-30Some workAaron Hill-2/+2
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+2
2020-10-30Add option to customize the nll-facts' folder locationFederico Poli-0/+2
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-0/+2
2020-10-26Fix some outdated commentsAnthony Ramine-3/+3
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-1/+1
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+2
2020-10-05Updates to experimental coverage counter injectionRich Kadel-5/+0
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+2
2020-10-01Add `-Zprecise-enum-drop-elaboration`Dylan MacKenzie-0/+4
2020-09-27[mir-opt] Introduce a new flag to enable experimental/unsound mir optsWesley Wiser-0/+2
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-0/+3
2020-09-16Added RUSTC_GRAPHVIZ_FONT environment variableRich Kadel-1/+2
2020-09-16Make graphviz font configurableRich Kadel-0/+2
2020-09-09Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandryTyler Mandry-0/+2
2020-09-09Add `-Z combine_cgu` flagVictor Ding-0/+2
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-0/+2
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-0/+5
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-0/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-0/+5