about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-02-25Auto merge of #3772 - flip1995:ice-3719, r=Manishearthbors-35/+50
2019-02-25Auto merge of #3805 - martinsp:ice-3747, r=Manishearthbors-3/+3
2019-02-25fix: replace wrong idljedrz-1/+1
2019-02-25Make DiagnosticWrapper privatePhilipp Hansch-1/+1
2019-02-24HirIdify some lintsljedrz-126/+130
2019-02-24Auto merge of #3810 - phansch:refactor/extract_module, r=flip1995bors-143/+208
2019-02-24Auto merge of #3790 - ljedrz:HirIdify_intravisit, r=phanschbors-46/+49
2019-02-24fix formattingljedrz-21/+15
2019-02-24Extract diagnostics module and document some functionsPhilipp Hansch-199/+208
2019-02-24Document some `span_lint_*` util functionsPhilipp Hansch-0/+56
2019-02-24Fix `useless_format` suggestionsMichael Wright-17/+23
2019-02-23Fix ICE #3747Martins Polakovs-3/+3
2019-02-22Remove unneeded visitor classMichael Wright-40/+4
2019-02-21Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obkbors-46/+71
2019-02-21Fix `boxed_local` suggestionMichael Wright-3/+39
2019-02-20Fixed formatting and typobzzzz-11/+8
2019-02-20Auto merge of #3781 - uniphil:write_with_newline_false_positive, r=oli-obkbors-16/+39
2019-02-20partially HirIdify lintsljedrz-43/+52
2019-02-20Auto merge of #3779 - mikerite:fix-3704, r=phanschbors-18/+27
2019-02-20Make needless_range_loop not applicable to structures without iter methodbzzzz-42/+70
2019-02-19Document the new `Sugg` functionsflip1995-0/+3
2019-02-19Fix ice-3719flip1995-2/+4
2019-02-19Implement Sugg::hir_with_macro_callsiteflip1995-33/+43
2019-02-19Auto merge of #3776 - notriddle:drop-bounds, r=oli-obkbors-0/+84
2019-02-19Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19)Manish Goregaokar-15/+15
2019-02-18Add more descriptive detailsMichael Howell-0/+8
2019-02-18Check {print,write}_with_newline for literal newlinephil-3/+10
2019-02-18Fix Binding for rustc updateDaniel Wagner-Hall-1/+1
2019-02-18Restore testsDaniel Wagner-Hall-0/+4
2019-02-18wildcard_enum_match_arm gives suggestionsDaniel Wagner-Hall-12/+81
2019-02-18Don't fail for raw string ending in \nphil-15/+31
2019-02-18Format `transmute_from_int_to_float` docsEduardo Pinho-1/+2
2019-02-18Update why transmute_int_to_float is badEduardo Pinho-1/+1
2019-02-18FormatMichael Wright-1/+5
2019-02-17Add a lint to warn on `T: Drop` boundsMichael Howell-0/+76
2019-02-18Improve `iter_cloned_collect` suggestionsMichael Wright-18/+23
2019-02-17Add a semicolon as suggestedTimo-1/+1
2019-02-17Fix typo in documentation for float_cmp_const lintTimo-1/+1
2019-02-17Fix ICE #3717flip1995-0/+2
2019-02-14Fix breakage from rust-lang/rust#58296flip1995-2/+2
2019-02-14Fix breakage due to rust-lang/rust#58167Michael Wright-4/+5
2019-02-13Rustupflip1995-10/+9
2019-02-12Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obkbors-50/+134
2019-02-12Auto merge of #3757 - mikerite:fix-2542, r=oli-obkbors-7/+23
2019-02-11Auto merge of #3758 - phansch:document_macro, r=flip1995bors-2/+62
2019-02-11Update comment regarding crate level cfg_attrPhilipp Hansch-2/+2
2019-02-11Document some more core functionsPhilipp Hansch-0/+15
2019-02-11Document `declare_clippy_lint` macroPhilipp Hansch-2/+47
2019-02-11Fix `needless_range_loop` bad suggestionMichael Wright-7/+23
2019-02-10Auto merge of #3744 - phansch:fix3144, r=oli-obkbors-1/+1