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
2020-01-09
Rustup to rust-lang/rust#68024
Yuki Okushi
-1
/
+0
2019-12-24
do minor cleanups
Lzu Tao
-40
/
+29
2019-12-16
Fix clippy build failure
Krishna Veera Reddy
-1
/
+0
2019-11-29
Feed the dog
Philipp Hansch
-1
/
+1
2019-11-29
Update custom ICE function with latest rustc
Philipp Hansch
-1
/
+1
2019-11-29
Use Clippy version in ICE message
Philipp Hansch
-1
/
+3
2019-11-29
Add custom ICE message that points to Clippy repo
Philipp Hansch
-1
/
+62
2019-11-28
Don't error on clippy.toml of dependencies
flip1995
-3
/
+2
2019-11-28
make use of Result::map_or
Lzu Tao
-1
/
+2
2019-11-23
Add comment for mir_opt_level=0
flip1995
-0
/
+4
2019-11-22
Set mir_opt_level=0
flip1995
-0
/
+2
2019-11-13
display help on empty command line arguments
Mikhail Babenko
-2
/
+2
2019-10-24
Update clippy for latest rustc changes
Mark Rousskov
-44
/
+13
2019-09-16
Changes to catch_fatal_errors in rustc driver
Jason Olson
-1
/
+2
2019-08-19
Import rustc_plugin from its new location
Simon Sapin
-4
/
+2
2019-07-19
rustup https://github.com/rust-lang/rust/pull/62679/
Matthias Krüger
-2
/
+2
2019-07-15
Auto merge of #4273 - mikerite:deny-warnings, r=flip1995
bors
-0
/
+1
2019-07-15
Deny warnings in CI
Michael Wright
-0
/
+1
2019-07-13
Build sys_root in driver with PathBuf instead of String
flip1995
-6
/
+14
2019-06-12
minor fix
Jane Lusby
-1
/
+1
2019-06-12
make it pass dogfood
Jane Lusby
-14
/
+15
2019-06-12
run rustfmt
Jane Lusby
-1
/
+6
2019-06-12
fix padding and put clippy someplaces
Jane Lusby
-2
/
+7
2019-06-12
show default lint levels
Jane Lusby
-25
/
+12
2019-06-12
group printing
Jane Lusby
-37
/
+48
2019-06-12
prelim arg parse
Jane Lusby
-21
/
+135
2019-06-12
initial commit for help improvements on clippy-driver
Jane Lusby
-0
/
+36
2019-05-01
clippy-driver: use rustc_tools_util to get version info.
Matthias Krüger
-5
/
+4
2019-04-01
rustup 41316f0449025394fdca6606d3fdb3b8f37a9872
Matthias Krüger
-1
/
+1
2019-04-01
Updated source to match with recent rustc `master` toolchain changes
Félix Fischer
-1
/
+1
2019-03-12
Remove some unused features and `error-pattern`s
Philipp Hansch
-3
/
+0
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-1
/
+1
2019-03-10
rustfmt
John Kåre Alsaker
-12
/
+15
2019-03-10
Use the new rustc interface
John Kåre Alsaker
-55
/
+61
2019-02-26
Remove `#[feature(try_from)]`
Michael Wright
-1
/
+0
2019-02-10
removing redundant closures in the whole project
Grzegorz
-2
/
+2
2019-02-02
clippy-driver: if --sysroot is specified on the command line, use that
Jeremy Fitzhardinge
-4
/
+15
2019-02-02
clippy-driver: more robust test to see if we're clippy-enabled
Jeremy Fitzhardinge
-1
/
+41
2019-02-01
Adding lint for too many lines.
Araam Borhanian
-0
/
+1
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-1
/
+1
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-19
Auto merge of #3546 - matthiaskrgr:fix_install, r=oli-obk
bors
-6
/
+38
2018-12-17
Move renaming to the right place
flip1995
-0
/
+1
2018-12-14
Revert "Merge pull request #3257 from o01eg/remove-sysroot"
Matthias Krüger
-6
/
+38
2018-12-06
Don't try to determine sysroot. rustc_driver will use default value.
O01eg
-38
/
+6
2018-11-27
Run rustfmt on src
flip1995
-119
/
+119
2018-11-17
remove unused allow() attributes, NFC
Matthias Krüger
-1
/
+0
2018-10-11
Remove now-useless `allow(unknown_lints)`
Oliver Scherer
-1
/
+1
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-08
Fix cast_possible_truncation warnings
Devon Hollowood
-1
/
+3
[next]