about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2018-11-26constants: add u128 i128 builtin types and fix outdated urlMatthias Krüger-1/+3
2018-11-24Merge pull request #3439 from dtolnay/npbvOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+2
2018-11-23Merge pull request #3452 from matthiaskrgr/rustupPhilipp Hansch-2/+2
2018-11-23rustup https://github.com/rust-lang/rust/pull/54071/Matthias Krüger-2/+2
2018-11-22dependencies: update pulldown-cmark from 0.1 to 0.2Matthias Krüger-1/+1
2018-11-22Merge pull request #3447 from phansch/small_renameOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+3
2018-11-22Merge branch 'master' into version_idsOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-52/+101
2018-11-22s/file_map/source_mapPhilipp Hansch-3/+3
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-9/+8
2018-11-21Address 'clippy::single-match' dogfood lintWayne Warren-6/+4
2018-11-21Fix nitPhilipp Krones-1/+1
2018-11-21Address travis CI lint failureWayne Warren-1/+1
2018-11-21issue#3318 run trivially_copy_pass_by_ref for traitsWayne Warren-41/+93
2018-11-21Enable rustup clippy to refer to the correct documentationOliver Scherer-2/+5
2018-11-21rustup https://github.com/rust-lang/rust/pull/52591Matthias Krüger-2/+2
2018-11-21Downgrade needless_pass_by_value to allow by defaultDavid Tolnay-3/+2
2018-11-19Merge #3432bors[bot]-4/+6
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-18/+3
2018-11-15Don't emit suggestion when inside of a macroflip1995-4/+6
2018-11-15rustup https://github.com/rust-lang/rust/pull/55852/Matthias Krüger-1/+1
2018-11-15Merge #3419bors[bot]-1/+119
2018-11-14Fix "too" -> "foo" typo in format.rsAnton-1/+1
2018-11-14Fix `use_self` violationMichael Wright-2/+2
2018-11-14Fix wrong suggestion for `redundant_closure_call`Michael Wright-16/+45
2018-11-13Check for common metadataYusuf Simonson-1/+119
2018-11-13Fix `use_self` false positive on `use` statementsMichael Wright-0/+5
2018-11-10Fix `use_self` false positiveMichael Wright-15/+24
2018-11-06Remove `+` from `has_unary_equivalent`Michael Wright-3/+2
2018-11-06Merge branch 'master' into fix-missing-comma-fpMichael Wright-70/+102
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-6/+6
2018-11-05Merge #3353bors[bot]-62/+94
2018-11-04rustup https://github.com/rust-lang/rust/pull/55665 (pass contexts by reference)Matthias Krüger-2/+2
2018-11-04changed into_iter to iter and fixed a lint checkMaxwell Anderson-3/+3
2018-11-04Fix `collapsible_if` errorMichael Wright-15/+13
2018-11-04Fix `possible_missing_comma` false positivesMichael Wright-13/+23
2018-11-03rustup https://github.com/rust-lang/rust/pull/55330/Matthias Krüger-2/+2
2018-11-03Merge #3400bors[bot]-22/+29
2018-11-02Also lint cfg_attr(.., rustfmt::skip)flip1995-2/+2
2018-11-02Differ between inner and outer attributesflip1995-5/+48
2018-11-02Add cfg_attr(rustfmt) lintflip1995-2/+34
2018-11-02Addressed comments.kennytm-5/+5
2018-11-02Fix dogfood error.kennytm-20/+20
2018-11-02Added lints `into_iter_on_ref` and `into_iter_on_array`. Fix #1565.kennytm-1/+120
2018-11-02Allow single_match_elseflip1995-1/+2
2018-11-02Fix typosflip1995-1/+1
2018-11-02Fix dogfood errorflip1995-1/+1
2018-11-02Fix typo and indentationflip1995-2/+2
2018-11-02Add new lint: unknwon_clippy_lintsgflip1995-7/+87
2018-11-02clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.Matthias Krüger-12/+15
2018-11-02Merge #3387bors[bot]-57/+60