Manish Goregaokar
|
775372db90
|
Move mini-macro to proc macro
We can add a bang-style proc macro again once it stabilizes (we can use
the proc macro hack, but it's unnecessary for now)
|
2017-12-20 08:16:44 -08:00 |
|
Oliver Schneider
|
8ddcb81a15
|
Rustup and lazy_static version mismatch fix
fixes #2274
|
2017-12-15 10:05:32 +01:00 |
|
sinkuu
|
9221bd9c97
|
Add test
|
2017-10-18 14:06:38 +09:00 |
|
Oliver Schneider
|
50ffaca4c9
|
Reduce the hackiness of cargo-clippy
|
2017-10-03 12:07:24 +02:00 |
|
Oliver Schneider
|
56068b1b67
|
Fix ICE #1969
|
2017-08-21 12:57:33 +02:00 |
|
Oliver Schneider
|
74c776585c
|
Move all our tests back to ui tests
|
2017-08-01 17:54:21 +02:00 |
|
Oliver Schneider
|
29cb2f7eba
|
Fix various wrong uses of NestedVisitorMap::All
|
2017-05-12 12:02:42 +02:00 |
|
Oliver Schneider
|
e3084cc085
|
Fix #1698 (ICE regression in clippy's const eval)
|
2017-04-28 18:10:10 +02:00 |
|
Oliver Schneider
|
6d921b4734
|
fix various rustup failures
|
2017-04-06 16:48:48 +02:00 |
|
Enrico Schmitz
|
7c94a62048
|
Reenable mut_mut_macro.rs test
|
2017-04-01 00:25:23 +02:00 |
|
Enrico Schmitz
|
8f9fb97eb6
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
|
Oliver Schneider
|
40d50fe8b2
|
Don't lint nan_cmp and zero_ptr in constants
|
2017-03-07 12:58:07 +01:00 |
|
Oliver Schneider
|
a33930f815
|
Fix single-match-else in the presence of macros expressions expanding to blocks
|
2017-03-03 16:56:16 +01:00 |
|
Oliver Schneider
|
26270c7451
|
Fix ice
|
2017-03-03 14:46:33 +01:00 |
|
Oliver Schneider
|
1f2c97a291
|
remove all //~ from tests
|
2017-02-08 14:58:07 +01:00 |
|
Oliver Schneider
|
93333f0d7b
|
support impl trait for needless lifetimes
|
2016-12-22 15:51:59 +01:00 |
|
sinkuu
|
5d40965b50
|
Fix #1346
|
2016-11-20 10:15:40 +09:00 |
|
sinkuu
|
1973e94550
|
Allow explicit returns with cfg attributes
|
2016-11-20 10:02:41 +09:00 |
|
Manish Goregaokar
|
7b94ef19bd
|
aux -> auxiliary (breaks Windows)
|
2016-10-04 09:15:03 +05:30 |
|
mcarton
|
6800111c8e
|
Move all *.toml test files to tests/aux
|
2016-10-03 17:49:41 +02:00 |
|
mcarton
|
056b0c1cf2
|
Remove redundant labels in tests
|
2016-09-23 19:51:47 +02:00 |
|
Oliver 'ker' Schneider
|
2e86eb88f3
|
rename mini-macro to clippy-mini-macro-test
|
2016-06-26 13:26:30 +02:00 |
|
Oliver 'ker' Schneider
|
d57192d5c1
|
don't depend on regex_macros anymore
|
2016-06-25 18:12:29 +02:00 |
|
mcarton
|
cfb1bc3723
|
chmod -x test files
|
2016-03-28 21:24:36 +02:00 |
|
mcarton
|
15e55f5df5
|
Deprecates 4 lints
Namely STR_TO_STRING, STRING_TO_STRING, UNSTABLE_AS_SLICE and
UNSTABLE_AS_MUT_SLICE.
|
2016-03-24 19:56:48 +01:00 |
|
mcarton
|
403c54ec5b
|
White-list third-party in conf files
|
2016-03-12 14:51:47 +01:00 |
|
mcarton
|
6ad2f645be
|
Put regex_macros tests in a separate feature
|
2016-03-07 19:39:49 +01:00 |
|
mcarton
|
3b783152cc
|
Fix ICE with match_def_path
|
2016-02-22 20:00:51 +01:00 |
|
Oliver Schneider
|
672beb4138
|
prevent panic in enum glob import lint if a crate's elements are glob imported
fixes #639
|
2016-02-08 11:28:18 +01:00 |
|