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 |
|
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 |
|
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 |
|
cgm616
|
d094f98f0b
|
Merge branch 'master' of github.com:rust-lang-nursery/rust-clippy
|
2017-10-28 12:55:16 -05:00 |
|
Oliver Schneider
|
f724b9951a
|
Merge pull request #2181 from rust-lang-nursery/macro_check
Fix dogfood
|
2017-10-27 11:22:09 +02:00 |
|
Oliver Schneider
|
e76eac4b18
|
Fix dogfood
|
2017-10-27 10:51:43 +02:00 |
|
Oliver Schneider
|
b90523c860
|
Merge pull request #2129 from vorner/update-script
Include a conditional update script
|
2017-10-27 08:57:15 +02:00 |
|
llogiq
|
0b0fe691d6
|
Merge pull request #2175 from lukasstevens/master
Check for arrays with size > 32
|
2017-10-26 05:44:20 +02:00 |
|
Lukas Stevens
|
0ae2ece91e
|
Check for arrays with size > 32
|
2017-10-25 21:41:31 +02:00 |
|
Oliver Schneider
|
f9682ca563
|
Merge pull request #2154 from durka/ifchain
replace if_let_chain with if_chain
|
2017-10-24 08:19:39 +02:00 |
|
Alex Burka
|
24a2c14733
|
remove if_let_chain
|
2017-10-23 17:53:30 -04:00 |
|
Alex Burka
|
2153d1e560
|
manual fixups if_let_chain -> if_chain
|
2017-10-23 17:53:30 -04:00 |
|
Alex Burka
|
41840ae3c4
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
|
Oliver Schneider
|
2771378620
|
Merge pull request #2136 from ykrivopalov/identity_op_fixing
Identity/erasing operation lints
|
2017-10-23 09:25:08 +02:00 |
|
Oliver Schneider
|
b96639f23a
|
Merge pull request #2143 from HMPerson1/master
Add lint for fallible impls of `From`
|
2017-10-23 09:21:31 +02:00 |
|