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
/
compiler
/
rustc_driver
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-1
/
+1
2022-04-05
session: opt for enabling directionality markers
David Wood
-1
/
+1
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+3
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+3
2022-04-02
Address review comments and add a test
Jakub Beránek
-2
/
+6
2022-04-02
Include a header in .rlink files to provide nicer error messages when a wrong...
Jakub Beránek
-2
/
+2
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-4
/
+4
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-4
/
+2
2022-02-19
Adopt let else in more places
est31
-4
/
+2
2022-02-18
Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
Matthias Krüger
-0
/
+2
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-0
/
+2
2022-02-13
Remove Config::stderr
bjorn3
-1
/
+0
2022-02-12
Remove the RustcDefaultCalls struct
bjorn3
-151
/
+138
2022-02-05
Store rlink data in opaque binary format on disk
Mark Rousskov
-3
/
+5
2022-02-03
Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco
Yuki Okushi
-0
/
+9
2022-02-03
Rollup merge of #92310 - ehuss:rustdoc-ice, r=estebank
Yuki Okushi
-21
/
+21
2022-02-01
Make rustc use `RUST_BACKTRACE=full` by default
Aaron Hill
-0
/
+9
2022-02-01
add a rustc::query_stability lint
lcnr
-1
/
+2
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+1
2022-01-20
Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix
Matthias Krüger
-3
/
+4
2022-01-09
Stabilize -Z print-link-args as --print link-args
Josh Triplett
-3
/
+4
2022-01-06
Rollup merge of #92504 - dtolnay:wall, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-06
Exit nonzero on rustc -Wall
David Tolnay
-1
/
+1
2022-01-03
Extract init_env_logger to crate
David Tolnay
-50
/
+7
2021-12-26
rustdoc: Fix ICE report
Eric Huss
-21
/
+21
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-5
/
+5
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-1
/
+6
2021-11-07
Made temps-dir an unstable option.
Tor Hovland
-7
/
+0
2021-11-02
Added the --temps-dir option.
Tor Hovland
-1
/
+11
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-2
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-1
/
+2
2021-10-10
Fix RUSTC_LOG handling
Matthew Jasper
-1
/
+1
2021-10-07
Update compiler/rustc_driver/src/lib.rs
Eliza Weisman
-1
/
+1
2021-10-07
rustc_driver: Enable the `WARN` log level by default
Eliza Weisman
-8
/
+11
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-13
/
+13
2021-09-08
Use Lrc instead of Option to avoid duplication of a SearchPath
bjorn3
-4
/
+1
2021-09-02
Remove print_fuel_crate field of Session
bjorn3
-2
/
+2
2021-08-09
Reduce verbosity of RUSTC_LOG
jackh726
-3
/
+0
2021-07-29
Use strip_prefix
bjorn3
-7
/
+1
2021-07-28
Fix typo in rustc_driver::version
bjorn3
-1
/
+1
2021-07-02
Auto merge of #80182 - in42:stack_trace, r=tmandry
bors
-0
/
+50
2021-07-02
Use signal handler only on supported platforms
Tyler Mandry
-37
/
+42
2021-07-01
Auto merge of #86757 - JohnTitor:rollup-acevhz7, r=JohnTitor
bors
-4
/
+13
2021-06-30
Fix AST pretty.
Camille GILLOT
-2
/
+2
2021-06-30
Move AST crate.
Camille GILLOT
-9
/
+2
[next]