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
/
src
/
librustc_session
/
options.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-27
Add -Z profile-emit=<path> for Gcov gcda output.
Ivan Lozano
-0
/
+3
2020-05-25
Add a small MIR validation pass
Jonas Schievink
-0
/
+2
2020-05-20
Eliminate some `Option<NativeLibKind>`s
Vadim Petrochenkov
-1
/
+1
2020-05-20
Rename some types describing native libraries
Vadim Petrochenkov
-2
/
+2
2020-05-17
Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu
bors
-4
/
+13
2020-05-16
Rollup merge of #72094 - petrochenkov:overfeature, r=nikic
Ralf Jung
-1
/
+15
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-4
/
+13
2020-05-11
cmdline: Make target features individually overridable
Vadim Petrochenkov
-1
/
+15
2020-05-10
Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov
bors
-3
/
+13
2020-05-10
add linking option strip
YI
-3
/
+13
2020-05-09
Rollup merge of #71234 - maurer:init-array, r=cuviper
Ralf Jung
-0
/
+2
2020-05-07
Reintegrate chalk using chalk-solve
Jack Huey
-0
/
+2
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
Use .init_array rather than .ctors
Matthew Maurer
-0
/
+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
[next]