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
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-05
Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe
Dylan DPC
-0
/
+44
2020-05-04
Add Option to Force Unwind Tables
Sam Elliott
-0
/
+44
2020-05-03
Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk
bors
-1
/
+47
2020-05-03
fmt
Ralf Jung
-1
/
+1
2020-05-03
warn about each skipped feature gate
Ralf Jung
-21
/
+27
2020-05-02
fix miri-unleash delayed sanity checking
Ralf Jung
-9
/
+14
2020-05-02
make sure the miri-unleash-flag is not used to circumvent feature gates
Ralf Jung
-1
/
+36
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-6
/
+6
2020-04-29
Remove Session::no_landing_pads()
Amanieu d'Antras
-3
/
+0
2020-04-29
Remove -Z no-landing-pads flag
Amanieu d'Antras
-1
/
+1
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-1
/
+5
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-1
/
+5
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-4
/
+4
2020-04-04
Auto merge of #69718 - arlosi:debughash, r=eddyb
bors
-26
/
+30
2020-04-03
Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis
bors
-0
/
+7
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-26
/
+30
2020-04-02
Translate the virtual `/rustc/$hash` prefix back to a real directory.
Eduard-Mihai Burtescu
-0
/
+30
2020-03-31
Make the rustc respect the `-C codegen-units` flag in incremental mode.
Michael Woerister
-0
/
+7
2020-03-23
query normalize_generic_arg_after_erasing_regions
Bastian Kauschke
-4
/
+4
2020-03-21
move CrateDisambiguator -> rustc_ast
Mazdak Farrokhzad
-49
/
+10
2020-03-17
Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa
bors
-8
/
+17
2020-03-14
rustc_metadata: Remove `rmeta::MacroDef`
Vadim Petrochenkov
-6
/
+0
2020-03-10
[Miri] Use a session variable instead of checking for an env var always
Wesley Wiser
-0
/
+24
2020-03-10
When `crate_type` is `None`,check compiler options
12101111
-1
/
+1
2020-03-08
Simplify checking of crt_static_feature()
12101111
-26
/
+10
2020-03-05
Add a new test to reach const_limit setting, although with wrong WARNINGs yet
Christoph Schmidler
-2
/
+2
2020-03-05
Prepare const_limit feature gate and attribute
Christoph Schmidler
-0
/
+4
2020-03-03
Run format.
12101111
-1
/
+1
2020-03-03
Don't use static crt by default when build proc-macro.
12101111
-8
/
+33
2020-02-19
Tune inlining
John Kåre Alsaker
-0
/
+1
2020-02-09
Make issue references consistent
Matthias Prechtl
-1
/
+2
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-6
/
+6
2020-02-05
Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton
bors
-0
/
+5
2020-02-04
Prefer system MinGW libs when available
Mateusz Mikuła
-0
/
+5
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-01-22
Fix tidy warnings
Aaron Green
-2
/
+6
2020-01-22
Enable ASan on Fuchsia
Aaron Green
-1
/
+1
2020-01-09
Link sanitizer runtimes instead of injecting crate dependencies
Tomasz Miąsko
-0
/
+26
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-5
/
+8
2020-01-03
rustdoc: Respect diagnostic debugging options
Vadim Petrochenkov
-14
/
+1
2020-01-03
Introduce an option for disabling deduplication of diagnostics
Vadim Petrochenkov
-3
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Support `-Z ui-testing=yes/no`
Vadim Petrochenkov
-4
/
+4
2019-12-22
Format the world
Mark Rousskov
-201
/
+120
2019-12-17
Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"
Mark Rousskov
-3
/
+3
2019-12-17
Move AtomicU64 usage to AtomicUsize
Mark Rousskov
-3
/
+3
2019-12-06
Use `as_ref().map()` rather than `is_some().to_option()`
varkor
-1
/
+1
2019-12-06
Use `to_option_with` in several places
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-7
/
+4
2019-12-03
Move Session to librustc_session
Mark Rousskov
-0
/
+1299