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
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
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-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