| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| `try_from` is now stable. | ||||
| 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 | |
| If the user explicitly sets sysroot on the command line, then use that value. Issue #3663 | ||||
| 2019-02-02 | clippy-driver: more robust test to see if we're clippy-enabled | Jeremy Fitzhardinge | -1/+41 | |
| Rather than looking for a fixed --emit arg set, just check to see if we're emitting metadata at all. This makes it more robust to being invoked by tools other than cargo (or if cargo changes its invocation). Issue #3663 | ||||
| 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 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-19 | Auto merge of #3546 - matthiaskrgr:fix_install, r=oli-obk | bors | -6/+38 | |
| Revert "Merge pull request #3257 from o01eg/remove-sysroot" This reverts commit 041c49c1ed11b016d6ab9379643bb1da2adf5bfe, reversing changes made to 1df5766cbb559aab0ad5c2296d8b768182b5186c. The PR broke running a cargo-install'd clippy. The installed clippy would not be able to find a crate for std. Fixes #3523 Reopens #2874 | ||||
| 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 | |
| This reverts commit 041c49c1ed11b016d6ab9379643bb1da2adf5bfe, reversing changes made to 1df5766cbb559aab0ad5c2296d8b768182b5186c. | ||||
| 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 | |
| 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 | |
| The rustc arg might not be exactly "rustc". It may be any path to a rustc executable (especially if the RUSTC environment variable is set when executing cargo). Rather check that it is a path with 'rustc' file stem. | ||||
| 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 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 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 | |
| This internally uses monitor() which catches panics and stuff | ||||
| 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 | |
| fix some typos | ||||
| 2017-11-02 | Fix a typo | topecongiro | -1/+1 | |
