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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_session
/
options.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-06
Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic
Dylan DPC
-2
/
+2
2020-05-06
Define UB in float-to-int casts to saturate
Mark Rousskov
-2
/
+2
2020-05-04
Add Option to Force Unwind Tables
Sam Elliott
-0
/
+2
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-4
/
+2
2020-04-29
Remove -Z no-landing-pads flag
Amanieu d'Antras
-2
/
+0
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-2
/
+13
2020-04-26
rustc-book: Document `-C relocation-model`
Vadim Petrochenkov
-1
/
+2
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-6
/
+14
2020-04-22
Alphabetize the `-C` and `-Z` options.
Nicholas Nethercote
-270
/
+294
2020-04-22
Add a new option `-Cbitcode-in-rlib`.
Nicholas Nethercote
-0
/
+2
2020-04-19
Disallow values for `-C no-*` and `-Z no-*` options again.
Nicholas Nethercote
-24
/
+34
2020-04-19
Show defaults in options descriptions.
Nicholas Nethercote
-99
/
+109
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-13
/
+16
2020-04-19
Make option type descriptions non-optional.
Nicholas Nethercote
-59
/
+38
2020-04-19
Tweak `parse_opt_uint`.
Nicholas Nethercote
-1
/
+1
2020-04-19
Fix the `-Zsanitizer_memory_track_origins` error message.
Nicholas Nethercote
-13
/
+7
2020-04-19
Clean up the list of parser descriptions.
Nicholas Nethercote
-7
/
+6
2020-04-19
Allow all boolean options to take values.
Nicholas Nethercote
-28
/
+22
2020-04-19
Make some option descriptions fit the usual pattern.
Nicholas Nethercote
-6
/
+6
2020-04-18
Add an option to inhibit automatic injection of profiler_builtins
Amanieu d'Antras
-0
/
+2
2020-04-04
Do not lose or reorder user-provided linker arguments
Vadim Petrochenkov
-5
/
+13
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-1
/
+14
2020-04-01
Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco
Mazdak Farrokhzad
-0
/
+2
2020-03-28
Add `-Z dump-mir-dataflow`
Dylan MacKenzie
-0
/
+2
2020-03-28
Auto merge of #70095 - jsgf:link-native, r=nagisa
bors
-0
/
+2
2020-03-27
Implement -Zlink-native-libraries
Jeremy Fitzhardinge
-0
/
+2
2020-03-27
Remove `no_integrated_as` mode.
Nicholas Nethercote
-2
/
+0
2020-03-24
Remove `-Z incremental`.
Nicholas Nethercote
-2
/
+0
2020-03-24
Remove several dead `-Z` options.
Nicholas Nethercote
-8
/
+0
2020-03-24
Invert `-Z generate-arange-section`.
Nicholas Nethercote
-2
/
+2
2020-03-24
Remove `-Z incremental-queries`.
Nicholas Nethercote
-2
/
+0
2020-03-24
Add a comment to `parse_bool`.
Nicholas Nethercote
-0
/
+3
2020-03-02
Remove chalk integration
CAD97
-2
/
+0
2020-02-13
add selfprofiling for new llvm passmanager
Andreas Jonson
-1
/
+1
2020-02-12
Add support for new pass manager
Nikita Popov
-0
/
+2
2020-02-12
Rollup merge of #68487 - 0dvictor:nolink, r=tmandry
Yuki Okushi
-0
/
+2
2020-02-11
Support linking from a .rlink file
Victor Ding
-0
/
+2
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-2
/
+2
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-2
/
+0
2020-02-02
Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwco
bors
-0
/
+2
2020-02-01
Add support for enabling the LLVM time-trace feature
Wesley Wiser
-0
/
+2
2020-01-28
Add support for Control Flow Guard on Windows.
Andrew Paverd
-1
/
+15
2020-01-23
Add `-Z no-link` flag
Victor Ding
-0
/
+2
2020-01-17
[self-profiler] Add example to `-Z help` to turn on query key recording
Wesley Wiser
-1
/
+5
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-2
/
+0
2020-01-03
Introduce an option for disabling deduplication of diagnostics
Vadim Petrochenkov
-0
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Support `-Z ui-testing=yes/no`
Vadim Petrochenkov
-1
/
+1
2019-12-25
Remove `-Znll-dont-emit-read-for-match`
Matthew Jasper
-2
/
+0
2019-12-22
Format the world
Mark Rousskov
-11
/
+13
[next]