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-07-22
Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2020-07-17
Generating the coverage map
Rich Kadel
-0
/
+25
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-10
/
+12
2020-07-14
Stabilize control-flow-guard codegen option
Andrew Paverd
-1
/
+1
2020-06-23
Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse
Manish Goregaokar
-2
/
+5
2020-06-20
Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum
Ralf Jung
-1
/
+1
2020-06-19
Fix -Z unpretty=everybody_loops
Joshua Nelson
-2
/
+5
2020-06-16
Update CFGuard syntax
Andrew Paverd
-1
/
+1
2020-06-14
Diagnose use of incompatible sanitizers
Tomasz Miąsko
-27
/
+48
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-05-20
Eliminate some `Option<NativeLibKind>`s
Vadim Petrochenkov
-9
/
+8
2020-05-20
Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified`
Vadim Petrochenkov
-1
/
+1
2020-05-20
Rename some types describing native libraries
Vadim Petrochenkov
-19
/
+11
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-5
/
+2
2020-05-10
add linking option strip
YI
-0
/
+13
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
[next]