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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-2
/
+2
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-5
/
+3
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-5
/
+2
2020-04-22
Add a new option `-Cbitcode-in-rlib`.
Nicholas Nethercote
-0
/
+10
2020-04-20
Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov
bors
-22
/
+17
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-4
/
+2
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-22
/
+17
2020-04-17
Make -Zprofile set codegen-units to 1
Amanieu d'Antras
-1
/
+11
2020-04-09
mark a temporary hack as such
Ralf Jung
-1
/
+3
2020-04-07
rustc_session: forbid lints override regardless of position
Tobias Thiel
-1
/
+7
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-11
/
+19
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-24
Remove `-Z incremental`.
Nicholas Nethercote
-28
/
+1
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-01
Print new --print option in help.
O01eg
-1
/
+1
2020-03-01
Expose target libdir information via print command.
O01eg
-0
/
+2
2020-02-29
Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-27
Remove unneeded calls to format!()
Björn Steinbrink
-4
/
+2
2020-02-16
Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...
bors
-3
/
+10
2020-02-12
Rollup merge of #68487 - 0dvictor:nolink, r=tmandry
Yuki Okushi
-0
/
+1
2020-02-11
Support linking from a .rlink file
Victor Ding
-0
/
+1
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-4
/
+0
2020-01-28
Add support for Control Flow Guard on Windows.
Andrew Paverd
-2
/
+16
2020-01-22
Rollup merge of #68409 - sinkuu:temp_path, r=Mark-Simulacrum
Tyler Mandry
-11
/
+20
2020-01-23
Add `-Z no-link` flag
Victor Ding
-1
/
+1
2020-01-22
Do not base path to append extension
Mark Rousskov
-4
/
+4
2020-01-22
Store filestem in a pre-formatted form
Mark Rousskov
-11
/
+10
2020-01-22
Privatize private fields of OutputFilenames
Mark Rousskov
-2
/
+12
2020-01-04
rustc_session: allow overriding lint level of individual lints from a group
Tobias Thiel
-3
/
+10
2020-01-03
rustdoc: Respect diagnostic debugging options
Vadim Petrochenkov
-1
/
+12
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-4
/
+4
2019-12-30
Support `-Z ui-testing=yes/no`
Vadim Petrochenkov
-0
/
+6
2019-12-22
Format the world
Mark Rousskov
-206
/
+139
2019-12-20
Move command line option definitions into a dedicated file
Victor Ding
-936
/
+3
2019-12-17
Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"
Mark Rousskov
-5
/
+5
2019-12-16
Change the default thread count to min(4, vCPUs)
Mark Rousskov
-5
/
+5
2019-12-09
Add options to --extern flag.
Eric Huss
-37
/
+132
2019-12-03
Deduplicate CrateConfig
Mark Rousskov
-3
/
+1
2019-12-03
Move Session to librustc_session
Mark Rousskov
-0
/
+2998