Oliver Schneider
|
ed589761e6
|
Merge pull request #2202 from topecongiro/format
Run `cargo fmt`
|
2017-11-06 08:35:52 +01:00 |
|
Oliver Schneider
|
fdeaf8002e
|
Merge pull request #2205 from kraai/2204
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
|
2017-11-06 08:12:28 +01:00 |
|
Oliver Schneider
|
4018b0a495
|
Merge pull request #2197 from AlexEne/dissalow-underscores-and-numbrers
Warns if variable name is composed only of underscores and digits.
|
2017-11-06 08:11:45 +01:00 |
|
laurent
|
af2c93eeb2
|
Clean the code a bit.
|
2017-11-05 15:45:23 +00:00 |
|
laurent
|
4fb1bb124e
|
Make the dogfood test happy.
|
2017-11-05 15:17:28 +00:00 |
|
laurent
|
42f44d5c78
|
Cosmetic change.
|
2017-11-05 15:04:01 +00:00 |
|
laurent
|
7624736961
|
Bugfix.
|
2017-11-05 14:56:15 +00:00 |
|
laurent
|
bcdf57e220
|
Refactor the never-loop detection, fixes #1991.
|
2017-11-05 14:43:28 +00:00 |
|
Matt Kraai
|
b778659c42
|
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
Fixes #2204
|
2017-11-05 04:19:11 -08:00 |
|
clippered
|
2787a60fc2
|
Fix #1142 float constant comparison lint
|
2017-11-05 09:37:17 +11:00 |
|
topecongiro
|
a6c71e9c0d
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
|
topecongiro
|
7a06d312fd
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
|
topecongiro
|
2ca1d30348
|
Update rustfmt.toml
|
2017-11-05 04:51:19 +09:00 |
|
topecongiro
|
65e75c5647
|
Fix excessive indentation in if_chain!
|
2017-11-05 04:51:15 +09:00 |
|
Alexandru Ene
|
f92c91601e
|
Addressed PR comments
|
2017-11-03 20:54:33 +00:00 |
|
Oliver Schneider
|
0c43b60dd4
|
Merge pull request #2199 from sinkuu/needless_pass_by_value_method
Extend needless_pass_by_value to methods
|
2017-11-03 10:41:02 +01:00 |
|
sinkuu
|
d88cc5376e
|
Add test to take Self as an argument
|
2017-11-03 17:56:26 +09:00 |
|
sinkuu
|
c102d50ece
|
&Self
|
2017-11-03 17:56:17 +09:00 |
|
sinkuu
|
be7c4b4862
|
Fix test
|
2017-11-03 17:36:38 +09:00 |
|
sinkuu
|
cad33c0306
|
Extend needless_pass_by_value to methods
|
2017-11-03 17:36:38 +09:00 |
|
Oliver Schneider
|
4127c230f0
|
Merge pull request #2168 from cgm616/master
Prevent linting should_implement_trait on private methods
|
2017-11-03 09:25:29 +01:00 |
|
cgm616
|
3902b836e7
|
Update tests
|
2017-11-02 23:54:35 -05:00 |
|
cgm616
|
76e765aeda
|
Switch to new method of checking access
|
2017-11-02 23:53:48 -05:00 |
|
cgm616
|
ee289c9f88
|
Merge branch 'master' of github.com:rust-lang-nursery/rust-clippy
|
2017-11-02 22:57:07 -05:00 |
|
Alexandru Ene
|
9d01468bc7
|
Warns if variable name is composed only of underscores and digits.
|
2017-11-03 01:01:41 +00:00 |
|
Oliver Schneider
|
47be692723
|
Merge pull request #2194 from martinlindhe/master
fix some typos
|
2017-11-02 10:30:10 +01:00 |
|
Oliver Schneider
|
cabbc781ca
|
Merge pull request #2189 from gendx/pr-1590
Start working on #1590
|
2017-11-02 10:29:30 +01:00 |
|
Oliver Schneider
|
1f9701ab52
|
Merge pull request #2193 from sinkuu/u8_str_transmute
Lint `transmute::<&[u8], &str>`
|
2017-11-02 08:15:52 +01:00 |
|
Manish Goregaokar
|
3cba0579db
|
Merge pull request #2195 from topecongiro/minor-fixes
Minor fixes
|
2017-11-01 15:56:03 -07:00 |
|
topecongiro
|
6fc9fe2eba
|
Fix a typo
|
2017-11-02 07:18:34 +09:00 |
|
topecongiro
|
9b34edf2c6
|
Remove an unused binary file
|
2017-11-02 07:13:59 +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 |
|
sinkuu
|
0328d4c6e5
|
Known problems
|
2017-11-01 23:30:07 +09:00 |
|
sinkuu
|
b9f272cdc2
|
Known problems
|
2017-11-01 21:38:59 +09:00 |
|
sinkuu
|
7fa27d9387
|
Lint transmute::<&[u8], &str>
|
2017-11-01 18:05:46 +09:00 |
|
Manish Goregaokar
|
fcebd5ce0c
|
Merge pull request #2191 from rust-lang-nursery/rustup
Rust upgrade to rustc 1.23.0-nightly (f0fe716db 2017-10-30)
|
2017-10-31 13:26:27 -07:00 |
|
Manish Goregaokar
|
fc2099b96d
|
Bump to 0.0.168
|
2017-10-31 10:04:02 -07:00 |
|
kennytm
|
44d3ea5308
|
Fix lint_without_lint_pass
|
2017-10-31 10:04:02 -07:00 |
|
Martin Lindhe
|
7bce43b66b
|
fix some typos
|
2017-10-31 08:34:27 +01:00 |
|
Manish Goregaokar
|
c526c51923
|
Update clippy for rustc 1.23.0-nightly (f0fe716db 2017-10-30)
|
2017-10-31 00:07:10 -07:00 |
|
G. Endignoux
|
87fd68731d
|
Update UI tests.
|
2017-10-30 14:10:38 +01:00 |
|
G. Endignoux
|
f0a1eff1c4
|
Start working on #1590
|
2017-10-30 13:08:09 +01:00 |
|
Manish Goregaokar
|
306b6e243b
|
Merge pull request #2187 from rust-lang-nursery/rustup
Rustup to rustc 1.23.0-nightly (90ef3372e 2017-10-29)
|
2017-10-29 21:00:31 -07:00 |
|
Manish Goregaokar
|
a69764d93d
|
Bump to 0.0.167 (rustup to rustc 1.23.0-nightly (90ef3372e 2017-10-29))
|
2017-10-29 20:46:25 -07:00 |
|
Manish Goregaokar
|
f76225e388
|
Handle TyForeign
|
2017-10-29 05:21:25 -04:00 |
|
Manish Goregaokar
|
09143cdaf0
|
Update tests; make it work with generics on context
|
2017-10-29 05:19:24 -04:00 |
|
cgm616
|
fed5a89076
|
Add tests for pub_restricted
|
2017-10-28 13:24:39 -05:00 |
|
cgm616
|
85683bf07c
|
Fix mistake in merging
|
2017-10-28 13:23:05 -05:00 |
|
Manish Goregaokar
|
b0616df931
|
Merge branch 'pr-2140'
|
2017-10-28 14:04:25 -04:00 |
|