about summary refs log tree commit diff
path: root/src/driver.rs
AgeCommit message (Expand)AuthorLines
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-10-03Allow to debug rustc_driver via logs.O01eg-0/+1
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-2/+8
2018-09-14Fix pedantic filter_map warningsflip1995-2/+5
2018-09-06driver: Improve check for rustc argMichael Wright-1/+2
2018-08-29Implement backwards compatibility changes introduced by rust-lang/rust#53762flip1995-2/+2
2018-08-29Adapt codebase to the tool_lintsflip1995-2/+3
2018-08-26Use the compilers exit code computation instead of rolling our ownOliver Schneider-109/+107
2018-08-15Fix #2927Michael Wright-2/+4
2018-07-23Rewrite the print/write macro checks as a PreExpansionPassOliver Schneider-0/+1
2018-06-25Enable rust_2018_idioms warningMateusz Mikuła-10/+2
2018-06-21Ensure a non-zero value is returned by clippy if compilation failsFraser Hutchison-2/+7
2018-06-07Cleanup of driver codeMateusz Mikuła-112/+46
2018-06-07Prepare for upcoming breakageMateusz Mikuła-6/+6
2018-05-22Format codeMateusz Mikuła-13/+14
2018-05-19Stop compilation after lintingOliver Schneider-0/+2
2018-05-19Rename trans to codegenutam0k-3/+3
2018-04-04arghManish Goregaokar-1/+1
2018-04-04Fix driver dogfood bugManish Goregaokar-1/+1
2018-03-28Use cargo check instead of cargo rustcOliver Schneider-1/+4
2018-03-16Format codeMateusz Mikuła-3/+1
2018-02-12Suggestion fixed, simplified lint logic.TomasKralCZ-1/+1
2018-01-22Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)Seiichi Uchida-1/+4
2018-01-17Use rustc_driver::run (fixes #2303)Manish Goregaokar-43/+40
2017-11-14Apply changes that were required for running in the rustc test suiteOliver Schneider-22/+18
2017-11-05Cargo fmttopecongiro-6/+8
2017-11-02Merge pull request #2194 from martinlindhe/masterOliver Schneider-1/+1
2017-11-02Fix a typotopecongiro-1/+1
2017-11-02Avoid panicking when no arg is given to clippy_drivertopecongiro-0/+3
2017-11-02Use is_ok()topecongiro-1/+1
2017-10-31fix some typosMartin Lindhe-1/+1
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-0/+198