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
/
compiler
/
rustc_driver
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-06-30
Add suggestion for missing compile flag group
Cameron Steffen
-4
/
+13
2021-06-25
Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
bors
-8
/
+11
2021-06-22
Teach rustc to accept lowercase error codes
Aris Merchant
-2
/
+6
2021-06-16
Small fixes
Tyler Mandry
-11
/
+11
2021-06-16
Implement printing of stack traces on LLVM segfaults and aborts
Vikram Pal
-0
/
+45
2021-06-04
Rustfmt
bjorn3
-1
/
+5
2021-06-04
Support --version and -Cpasses=list for other codegen backends
bjorn3
-4
/
+16
2021-06-04
Allow printing the version of the default codegen backend if it isn't llvm
bjorn3
-7
/
+3
2021-06-04
Turn a regular comment on Compilation into a doc comment
bjorn3
-1
/
+1
2021-05-24
Don't invoke the default panic hook from report_ice
bjorn3
-8
/
+11
2021-05-12
Use () for analysis.
Camille GILLOT
-2
/
+1
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-114
/
+86
2021-05-03
Run save_analysis even when analysis returned an error
bjorn3
-2
/
+2
2021-05-02
Move queries.crate_name()
bjorn3
-3
/
+3
2021-05-02
Simplify make_input
bjorn3
-22
/
+21
2021-05-02
Remove unnecessary argument
bjorn3
-4
/
+1
2021-05-02
Tiny cleanup
bjorn3
-3
/
+2
2021-05-02
Inline process_rlink into try_process_rlink
bjorn3
-20
/
+17
2021-05-02
Document a few things
bjorn3
-2
/
+12
2021-05-02
Remove dummy_config
bjorn3
-64
/
+38
2021-04-06
Rollup merge of #83895 - eggyal:issue-83883, r=jyn514
Dylan DPC
-1
/
+2
2021-04-06
Add listing of lints (eg via -W help) to rustdoc
Alan Egerton
-1
/
+2
2021-04-06
Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco
bors
-2
/
+2
2021-03-30
Merge two consecutive tcx.analysis() calls
bjorn3
-11
/
+7
2021-03-27
Address review comments
Joshua Nelson
-4
/
+3
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-3
/
+7
2021-03-22
Change `-W help` to display edition level.
Eric Huss
-1
/
+6
2021-03-15
Add `rustc_interface::interface::Config::parse_sess_created`
hyd-dev
-0
/
+2
2021-02-20
Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomez
bors
-1
/
+1
2021-02-20
Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514
Guillaume Gomez
-1
/
+1
2021-02-19
Move try_print_query_stack to rustc_interface.
Camille GILLOT
-2
/
+1
2021-02-19
Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514
Dylan DPC
-11
/
+3
2021-02-19
rustdoc: Support argument files
Miguel Ojeda
-11
/
+3
2021-02-18
rustc: Show `@path` usage in stable
Miguel Ojeda
-1
/
+1
2021-02-01
Find codegen backends in more locations
bjorn3
-2
/
+2
[next]