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-06-10
gcc-lld mvp
1000teslas
-0
/
+16
2021-06-04
Auto merge of #85788 - rylev:force-warns, r=nikomatsakis
bors
-0
/
+1
2021-05-28
Initial support for force-warns
Ryan Levick
-0
/
+1
2021-05-19
fix split-debuginfo error message
Ximin Luo
-1
/
+1
2021-05-13
Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis
bors
-0
/
+2
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-0
/
+3
2021-05-11
Introduce the (WIP) THIR unsafety checker
LeSeulArtichaut
-0
/
+2
2021-05-11
Fix typo in variable name
LingMan
-2
/
+2
2021-05-10
rustc_session: Use `Iterator::find` instead of manual search
Vadim Petrochenkov
-24
/
+19
2021-05-10
rustc_session: Move more option building code from the `options!` macro
Vadim Petrochenkov
-62
/
+83
2021-05-08
Make -Z new-llvm-pass-manager an Option<bool>
Nikita Popov
-1
/
+1
2021-05-07
Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry
Yuki Okushi
-6
/
+6
2021-05-06
Update coverage docs and command line help
Rich Kadel
-6
/
+6
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-2
/
+2
2021-05-05
Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...
Andy Wang
-0
/
+3
2021-05-02
Fix nit in rustc_session::options
Joshua Nelson
-1
/
+1
2021-05-01
Remove unused macro parameters
Joshua Nelson
-3
/
+3
2021-05-01
Remove unused `parse_pathbuf_push` function
Joshua Nelson
-12
/
+0
2021-05-01
Don't recompile the same functions for each debugging option
Joshua Nelson
-412
/
+461
2021-05-01
Remove unused parse_opt_list function
Joshua Nelson
-13
/
+0
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
[next]