Oliver Schneider
|
caa59e2e27
|
Use the compilers exit code computation instead of rolling our own
|
2018-08-26 15:57:17 +02:00 |
|
Michael Wright
|
bbd67c9b78
|
Fix #2927
|
2018-08-15 08:11:07 +02:00 |
|
Oliver Schneider
|
ff0e5f967f
|
Rewrite the print/write macro checks as a PreExpansionPass
|
2018-07-23 00:19:07 +02:00 |
|
Mateusz Mikuła
|
a6601f2d02
|
Enable rust_2018_idioms warning
|
2018-06-25 20:56:25 +02:00 |
|
Fraser Hutchison
|
5be00bcd18
|
Ensure a non-zero value is returned by clippy if compilation fails
|
2018-06-21 05:20:14 +01:00 |
|
Mateusz Mikuła
|
b45fb35ec4
|
Cleanup of driver code
|
2018-06-07 22:13:24 +02:00 |
|
Mateusz Mikuła
|
52deb3b086
|
Prepare for upcoming breakage
|
2018-06-07 19:16:41 +02:00 |
|
Mateusz Mikuła
|
3c6503eb4b
|
Format code
|
2018-05-22 10:21:42 +02:00 |
|
Oliver Schneider
|
b60ffa780d
|
Stop compilation after linting
|
2018-05-19 18:49:57 +02:00 |
|
utam0k
|
df1b7c5f19
|
Rename trans to codegen
|
2018-05-19 14:29:20 +09:00 |
|
Manish Goregaokar
|
399488079b
|
argh
|
2018-04-04 19:15:22 -07:00 |
|
Manish Goregaokar
|
ab28118449
|
Fix driver dogfood bug
|
2018-04-04 18:56:21 -07:00 |
|
Oliver Schneider
|
66a98d2658
|
Use cargo check instead of cargo rustc
|
2018-03-28 11:50:17 +02:00 |
|
Mateusz Mikuła
|
23bfa396a0
|
Format code
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
|
2018-03-16 10:54:49 +01:00 |
|
TomasKralCZ
|
42120141bd
|
Suggestion fixed, simplified lint logic.
|
2018-02-12 11:26:00 +01:00 |
|
Seiichi Uchida
|
a2fec0e3e3
|
Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)
|
2018-01-22 13:23:57 +09:00 |
|
Manish Goregaokar
|
3c4f5bfae2
|
Use rustc_driver::run (fixes #2303)
This internally uses monitor() which catches panics and stuff
|
2018-01-17 14:04:42 +01:00 |
|
Oliver Schneider
|
127c41f700
|
Apply changes that were required for running in the rustc test suite
|
2017-11-14 14:56:00 +01:00 |
|
topecongiro
|
7a06d312fd
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
|
Oliver Schneider
|
47be692723
|
Merge pull request #2194 from martinlindhe/master
fix some typos
|
2017-11-02 10:30:10 +01:00 |
|
topecongiro
|
6fc9fe2eba
|
Fix a typo
|
2017-11-02 07:18:34 +09:00 |
|
topecongiro
|
49392fce53
|
Avoid panicking when no arg is given to clippy_driver
|
2017-11-02 07:13:14 +09:00 |
|
topecongiro
|
1326accdcf
|
Use is_ok()
|
2017-11-02 07:09:46 +09:00 |
|
Martin Lindhe
|
7bce43b66b
|
fix some typos
|
2017-10-31 08:34:27 +01:00 |
|
Oliver Schneider
|
50ffaca4c9
|
Reduce the hackiness of cargo-clippy
|
2017-10-03 12:07:24 +02:00 |
|