]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2339 from phansch/add_some_lint_examples
[rust.git] / clippy_lints /
2018-01-08 Manish GoregaokarMerge pull request #2339 from phansch/add_some_lint_exa...
2018-01-08 Philipp HanschAdd 'positive' examples for some lints
2018-01-04 Manish GoregaokarMerge pull request #2324 from killercup/feature/2319...
2018-01-04 Pascal HertleifAdd auto-fixable `println!()` suggestion
2018-01-01 llogiqMerge pull request #2312 from zmt00/master
2018-01-01 zmt00Fix typos in README, documentation
2017-12-23 Oliver SchneiderMerge pull request #2291 from DarrenTsung/fix_2265
2017-12-22 Darren TsungMove in_macro check to end of expression since usual...
2017-12-22 Darren TsungCheck that eq_op lint doesn’t mark macro use of functio...
2017-12-22 Manish GoregaokarMerge pull request #2289 from rust-lang-nursery/rustup
2017-12-22 Manish GoregaokarBump to 0.0.177
2017-12-22 Manish GoregaokarUniversal impl traits get removed earlier now
2017-12-22 Manish GoregaokarUpdate to handle GenericParam
2017-12-20 Oliver SchneiderMerge pull request #2284 from rust-lang-nursery/new...
2017-12-20 Oliver SchneiderMerge pull request #2281 from detrumi/match-as-ref
2017-12-20 Wilco KuseeAlso suggest as_mut for match_as_ref
2017-12-19 Wilco KuseeLint for matching option as ref
2017-12-17 Oliver SchneiderMerge pull request #2269 from letheed/fix-2267
2017-12-15 Oliver SchneiderRustup and lazy_static version mismatch fix
2017-12-14 Martin CartonMerge pull request #2273 from imp/fixlink
2017-12-14 Cyril PliskoFix crates.io site name
2017-12-11 letheedDisable cast_lossless on const items
2017-12-07 Oliver SchneiderTry fixing const_with_static_lifetime docs
2017-12-02 Oliver SchneiderVersion bump
2017-12-02 Oliver SchneiderMerge pull request #2255 from topecongiro/rustup-2017...
2017-12-02 Seiichi UchidaRustup to rustc 1.24.0-nightly (bb42071f6 2017-12-01)
2017-12-01 Oliver SchneiderMerge pull request #2254 from LaurentMazare/master
2017-12-01 laurentBugfix the bugfix.
2017-12-01 laurentDo raise a same-arms warning when the two arms are...
2017-12-01 Oliver SchneiderMerge pull request #2166 from HMPerson1/fix_2160
2017-12-01 HMPerson1Add linting for empty blocks too
2017-11-30 HMPerson1Fix #2160
2017-11-30 Oliver SchneiderFix #1925
2017-11-30 Oliver SchneiderMerge pull request #2251 from LaurentMazare/master
2017-11-29 laurentFix a bug in search_same + add a test case.
2017-11-29 laurentAdd a couple small tests to the match-same-arm lint.
2017-11-29 Oliver SchneiderFix #2188
2017-11-29 Oliver SchneiderFix placement of new_without_default suggestion
2017-11-29 Oliver SchneiderFix #2196
2017-11-29 Oliver SchneiderFix #2245
2017-11-29 Oliver SchneiderFix #2247
2017-11-27 Oliver SchneiderMerge pull request #2246 from lukasstevens/master
2017-11-26 Lukas StevensCheck for word beginning in stutter lint
2017-11-22 Oliver SchneiderRustup
2017-11-21 Oliver SchneiderVersion bump
2017-11-21 Oliver SchneiderMerge pull request #2240 from Frederick888/fix-2239
2017-11-21 Frederick Zhangfix usage of LayoutDetails
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-20 Oliver SchneiderMerge pull request #2230 from LaurentMazare/master
2017-11-19 laurentBugfix + add test.
2017-11-19 laurentRemove the brackets argument.
2017-11-19 laurentUse a struct to store most of the recurse parameters...
2017-11-19 Oliver SchneiderMerge pull request #2232 from rust-lang-nursery/fixup...
2017-11-19 Oliver SchneiderMerge pull request #2235 from b-r-u/master
2017-11-18 Johannes HofmannIgnore identifier 'OpenStreetMap' for DOC_MARKDOWN...
2017-11-18 Georg Brandlconst_static_lifetime: this applies not only to path...
2017-11-17 Oliver SchneiderMerge pull request #2229 from LaurentMazare/master
2017-11-17 Oliver SchneiderVersion bump
2017-11-16 laurentRemove the union type.
2017-11-16 laurentFirst attempt at simplifying boolean processing.
2017-11-15 Christopher VittalSplit TyImplTrait into Universal and Existential
2017-11-15 Oliver SchneiderMerge pull request #2216 from LaurentMazare/master
2017-11-15 Oliver SchneiderMerge pull request #2224 from rust-lang-nursery/rust...
2017-11-15 Oliver SchneiderRustup
2017-11-14 laurentRaise a lint when suggest has simplified the expression.
2017-11-14 Oliver SchneiderMove 'handle_method_call_in_not' code into 'suggest'
2017-11-14 Oliver SchneiderMerge remote-tracking branch 'origin/master' into laure...
2017-11-14 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2017-11-14 Oliver SchneiderApply changes that were required for running in the...
2017-11-10 laurentUse both pair orders.
2017-11-10 Oliver SchneiderMerge pull request #2214 from rust-lang-nursery/nrlfp
2017-11-10 Oliver SchneiderRustup
2017-11-07 laurentOnly apply when there is a single argument.
2017-11-07 laurentHandle methods with an immediate negation in the non...
2017-11-07 Oliver SchneiderDon't lint mixed slice indexing and usize indexing...
2017-11-07 Oliver SchneiderDifferentiate between mutable iteration and immutable...
2017-11-07 Oliver SchneiderMerge pull request #2209 from sinkuu/trait_methods
2017-11-07 Oliver SchneiderMerge pull request #2206 from LaurentMazare/master
2017-11-06 laurentFix broken tests.
2017-11-06 laurentFix merge issues.
2017-11-06 sinkuuFix false positive in needless_pass_by_value trait...
2017-11-06 sinkuuRustup
2017-11-06 Oliver SchneiderVersion bump
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-06 Oliver SchneiderMerge pull request #2205 from kraai/2204
2017-11-06 Oliver SchneiderMerge pull request #2197 from AlexEne/dissalow-undersco...
2017-11-05 laurentClean the code a bit.
2017-11-05 laurentMake the dogfood test happy.
2017-11-05 laurentCosmetic change.
2017-11-05 laurentBugfix.
2017-11-05 laurentRefactor the never-loop detection, fixes #1991.
2017-11-05 Matt KraaiFix compilation errors with rustc 1.23.0-nightly (d762b...
2017-11-04 clipperedFix #1142 float constant comparison lint
2017-11-04 topecongiroFix lines that exceed max width manually
2017-11-04 topecongiroCargo fmt
2017-11-04 topecongiroFix excessive indentation in if_chain!
2017-11-03 Alexandru EneAddressed PR comments
2017-11-03 Oliver SchneiderMerge pull request #2199 from sinkuu/needless_pass_by_v...
2017-11-03 sinkuu&Self
2017-11-03 sinkuuFix test
next