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
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-10-03
Allow to debug rustc_driver via logs.
O01eg
-0
/
+1
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-2
/
+8
2018-09-14
Fix pedantic filter_map warnings
flip1995
-2
/
+5
2018-09-06
driver: Improve check for rustc arg
Michael Wright
-1
/
+2
2018-08-29
Implement backwards compatibility changes introduced by rust-lang/rust#53762
flip1995
-2
/
+2
2018-08-29
Adapt codebase to the tool_lints
flip1995
-2
/
+3
2018-08-26
Use the compilers exit code computation instead of rolling our own
Oliver Schneider
-109
/
+107
2018-08-15
Fix #2927
Michael Wright
-2
/
+4
2018-07-23
Rewrite the print/write macro checks as a PreExpansionPass
Oliver Schneider
-0
/
+1
2018-06-25
Enable rust_2018_idioms warning
Mateusz Mikuła
-10
/
+2
2018-06-21
Ensure a non-zero value is returned by clippy if compilation fails
Fraser Hutchison
-2
/
+7
2018-06-07
Cleanup of driver code
Mateusz Mikuła
-112
/
+46
2018-06-07
Prepare for upcoming breakage
Mateusz Mikuła
-6
/
+6
2018-05-22
Format code
Mateusz Mikuła
-13
/
+14
2018-05-19
Stop compilation after linting
Oliver Schneider
-0
/
+2
2018-05-19
Rename trans to codegen
utam0k
-3
/
+3
2018-04-04
argh
Manish Goregaokar
-1
/
+1
2018-04-04
Fix driver dogfood bug
Manish Goregaokar
-1
/
+1
2018-03-28
Use cargo check instead of cargo rustc
Oliver Schneider
-1
/
+4
2018-03-16
Format code
Mateusz Mikuła
-3
/
+1
2018-02-12
Suggestion fixed, simplified lint logic.
TomasKralCZ
-1
/
+1
2018-01-22
Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)
Seiichi Uchida
-1
/
+4
2018-01-17
Use rustc_driver::run (fixes #2303)
Manish Goregaokar
-43
/
+40
2017-11-14
Apply changes that were required for running in the rustc test suite
Oliver Schneider
-22
/
+18
2017-11-05
Cargo fmt
topecongiro
-6
/
+8
2017-11-02
Merge pull request #2194 from martinlindhe/master
Oliver Schneider
-1
/
+1
2017-11-02
Fix a typo
topecongiro
-1
/
+1
2017-11-02
Avoid panicking when no arg is given to clippy_driver
topecongiro
-0
/
+3
2017-11-02
Use is_ok()
topecongiro
-1
/
+1
2017-10-31
fix some typos
Martin Lindhe
-1
/
+1
2017-10-03
Reduce the hackiness of cargo-clippy
Oliver Schneider
-0
/
+198
[prev]