index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
options.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-29
Use doc-comment instad of comments consistently
Joshua Nelson
-58
/
+59
2021-04-27
Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option
Joshua Nelson
-3
/
+15
2021-04-27
Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives
Joshua Nelson
-24
/
+61
2021-04-27
Test that non_default_option is not the default option
Joshua Nelson
-1
/
+1
2021-04-15
Track `-C link-dead-code` during incremental compilation
Aaron Hill
-1
/
+1
2021-04-05
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
Dylan DPC
-14
/
+14
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-0
/
+3
2021-04-03
Move SanitizerSet to rustc_target
Simonas Kazlauskas
-1
/
+1
2021-03-27
Address review comments
Joshua Nelson
-2
/
+0
2021-03-25
Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry
bors
-2
/
+40
2021-03-21
Enable mutable noalias by default for LLVM 12
Nikita Popov
-1
/
+1
2021-03-21
Convert -Z mutable-noalias to Optional<bool>
Nikita Popov
-1
/
+1
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-2
/
+40
2021-03-10
Remove the -Zinsert-sideeffect
Simonas Kazlauskas
-4
/
+0
2021-03-09
Use FromStr trait for number option parsing
Tomasz Miąsko
-14
/
+14
2021-03-08
Gate the printing on --json=unused-externs
est31
-0
/
+3
2021-03-05
Fix MIR optimization level description
Santiago Pastorino
-1
/
+1
2021-03-05
Extract mir_opt_level to a method and use Option to be able to know if the va...
Santiago Pastorino
-2
/
+2
2021-03-03
Add `-Z unpretty` flags for the AST
LeSeulArtichaut
-0
/
+2
2021-02-27
Use optional values for inlining thresholds
Tomasz Miąsko
-2
/
+2
2021-02-27
Add option enabling MIR inlining independently of mir-opt-level
Tomasz Miąsko
-0
/
+2
2021-02-18
nhwn: make treat_err_as_bug Option<NonZeroUsize>
Nathan Nguyen
-4
/
+5
2021-02-07
HWASan support
Tri Vo
-1
/
+2
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-0
/
+1
2021-01-30
Rollup merge of #81468 - est31:cfg_version, r=petrochenkov
Yuki Okushi
-0
/
+2
2021-01-29
Treat nightlies for a version as complete
est31
-0
/
+2
2021-01-28
rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`
Alex Crichton
-22
/
+13
2021-01-12
Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton
Yuki Okushi
-1
/
+19
2021-01-08
Add wasi-exec-model cg option for emitting wasi reactors
Noah
-1
/
+19
2020-12-16
session: add `split-dwarf` flag
David Wood
-0
/
+19
2020-12-14
Convenience funcs for `some_option.unwrap_or(...)`
Rich Kadel
-1
/
+1
2020-12-14
Improve warnings on incompatible options involving -Zinstrument-coverage
Rich Kadel
-6
/
+6
2020-12-07
Dogfood 'str_split_once() with `compiler/`
Eric Arellano
-3
/
+4
2020-12-03
Combination of commits
Rich Kadel
-2
/
+1
2020-11-29
Add -Z normalize-docs and enable it for compiler docs
Joshua Nelson
-0
/
+2
2020-11-24
TRACK '-Z polonius' flag
Camelid
-1
/
+1
2020-11-24
Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievink
Jonas Schievink
-0
/
+2
2020-11-24
Allow disabling TrapUnreachable via -Ztrap-unreachable=no
Dario Nieuwenhuis
-0
/
+2
2020-11-23
Allow using `-Z fewer-names=no` to retain value names
Tomasz Miąsko
-1
/
+1
2020-11-10
Add flags customizing behaviour of MIR inlining
Tomasz Miąsko
-0
/
+4
2020-11-05
Responded to all feedback as of 2020-10-30
Rich Kadel
-2
/
+5
2020-11-03
Rollup merge of #77950 - arlosi:sha256, r=eddyb
Mara Bos
-1
/
+1
2020-11-02
Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper
bors
-0
/
+2
2020-11-02
Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa
bors
-0
/
+2
2020-10-31
Implement -Z relax-elf-relocations=yes|no
Anthony Ramine
-0
/
+2
2020-10-30
Some work
Aaron Hill
-2
/
+2
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-0
/
+2
2020-10-30
Add option to customize the nll-facts' folder location
Federico Poli
-0
/
+2
2020-10-26
Implement -Z function-sections=yes|no
Anthony Ramine
-0
/
+2
2020-10-26
Fix some outdated comments
Anthony Ramine
-3
/
+3
[next]