]> git.lizzy.rs Git - rust.git/history - clippy_lints
Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995
[rust.git] / clippy_lints /
2019-03-09 Philipp KronesRollup merge of #3857 - phansch:document_path_qpath...
2019-03-09 Philipp KronesRollup merge of #3852 - phansch:refactor_assign_ops...
2019-03-09 Philipp KronesRollup merge of #3851 - phansch:refactor_trait_stuff...
2019-03-08 borsAuto merge of #3854 - ljedrz:rustc_58992, r=phansch
2019-03-08 Philipp HanschDocument match_path, improve match_qpath docs
2019-03-08 Philipp Hanschcargo fmt
2019-03-08 Philipp Hanschfmt
2019-03-08 Philipp KronesUpdate clippy_lints/src/utils/mod.rs
2019-03-08 Philipp HanschFix doctest
2019-03-08 Philipp HanschRefactor: Cleanup one part of assign_ops lint
2019-03-07 ljedrzalign with rust-lang/rust/#58992
2019-03-07 borsAuto merge of #3853 - rchaser53:issue-3849, r=flip1995
2019-03-07 rchaser53fix missing a semicolon
2019-03-07 Philipp HanschRefactor: Extract `trait_ref_of_method` function
2019-03-06 borsAuto merge of #3803 - felix91gr:master, r=oli-obk
2019-03-06 Félix FischerRenamed: Cyclomatic Complexity -> Cognitive Complexity
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellfix or ignore failing doc tests
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-05 borsAuto merge of #3844 - phansch:const_fn_external_macro...
2019-03-05 Philipp HanschFix missing_const_for_fn for impl trait methods
2019-03-04 Philipp HanschDon't trigger missing_const_for_fn in external macros
2019-03-03 borsAuto merge of #3834 - ljedrz:HirIdification_fix, r...
2019-03-03 Philipp Hanschfmt fixes
2019-03-01 ljedrzalign with rust-lang/rust/#58836
2019-03-01 ljedrzenable rust-lang/rust#58754
2019-03-01 borsAuto merge of #3823 - spastorino:place_base, r=flip1995
2019-03-01 Santiago PastorinoPlace::Local(x) is now Place::Base(PlaceBase::Local(x))
2019-02-28 borsAuto merge of #3831 - martin-t:master, r=flip1995
2019-02-28 borsAuto merge of #3830 - flip1995:unknown_attribute, r...
2019-02-28 flip1995Error an unknown or deprecated Clippy attribute
2019-02-27 borsAuto merge of #3666 - detrumi:map-or-on-non-copy, r...
2019-02-27 borsAuto merge of #3826 - mikerite:rustfmt-outer-attr-tests...
2019-02-27 borsAuto merge of #3827 - phansch:rustup, r=Manishearth
2019-02-27 Philipp HanschRustup https://github.com/rust-lang/rust/pull/58321
2019-02-26 borsAuto merge of #3821 - g-bartoszek:redundant_closure...
2019-02-26 borsAuto merge of #3818 - phansch:update_changelog, r=oli-obk
2019-02-26 Wilco KuseeFix false negative
2019-02-26 Wilco KuseeAttempt to fix false negative
2019-02-26 Wilco KuseeMove lint_map_unwrap_or to its own file
2019-02-26 Wilco KuseeOnly suggest map_or for copy types
2019-02-26 borsAuto merge of #3817 - rust-lang:fix-bool_comparison...
2019-02-26 Grzegorzdo not trigger redundant_closure when there is a differ...
2019-02-26 borsAuto merge of #3814 - ljedrz:HirIdification_lockstep_up...
2019-02-26 ljedrzfix line format
2019-02-26 borsAuto merge of #3819 - mikerite:rustfmt-formatting-tests...
2019-02-26 borsAuto merge of #3820 - mikerite:remove-feature-try-from...
2019-02-26 Michael WrightRemove `#[feature(try_from)]`
2019-02-25 mcartonFix `bool_comparison` with non-`bool` expressions
2019-02-25 borsAuto merge of #3808 - mikerite:useless-format-suggestio...
2019-02-25 borsAuto merge of #3816 - g-bartoszek:redundant_closure_for...
2019-02-25 Grzegorzredundant_closure does not trigger for external macros
2019-02-25 borsAuto merge of #3772 - flip1995:ice-3719, r=Manishearth
2019-02-25 borsAuto merge of #3805 - martinsp:ice-3747, r=Manishearth
2019-02-25 ljedrzfix: replace wrong id
2019-02-25 borsAuto merge of #3815 - phansch:make_private, r=Manishearth
2019-02-25 Philipp HanschMake DiagnosticWrapper private
2019-02-24 ljedrzHirIdify some lints
2019-02-24 borsAuto merge of #3811 - rust-lang:test-for-2526, r=mcarton
2019-02-24 borsAuto merge of #3810 - phansch:refactor/extract_module...
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-24 ljedrzfix formatting
2019-02-24 Philipp HanschExtract diagnostics module and document some functions
2019-02-24 Philipp HanschDocument some `span_lint_*` util functions
2019-02-24 Michael WrightFix `useless_format` suggestions
2019-02-23 Martins PolakovsFix ICE #3747
2019-02-22 borsAuto merge of #3795 - mikerite:test-rustfmt, r=phansch
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-20 bzzzzFixed formatting and typo
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-20 ljedrzpartially HirIdify lints
2019-02-20 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-20 bzzzzMake needless_range_loop not applicable to structures...
2019-02-19 flip1995Document the new `Sugg` functions
2019-02-19 flip1995Fix ice-3719
2019-02-19 flip1995Implement Sugg::hir_with_macro_callsite
2019-02-19 borsAuto merge of #3776 - notriddle:drop-bounds, r=oli-obk
2019-02-19 borsAuto merge of #3786 - rust-lang:rustup, r=Manishearth
2019-02-19 Manish GoregaokarRustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19)
2019-02-19 Michael HowellAdd more descriptive details
2019-02-19 philCheck {print,write}_with_newline for literal newline
2019-02-18 borsAuto merge of #3729 - illicitonion:match_enum_wildcard...
2019-02-18 Daniel Wagner-HallFix Binding for rustc update
2019-02-18 Daniel Wagner-HallRestore tests
2019-02-18 Daniel Wagner-Hallwildcard_enum_match_arm gives suggestions
2019-02-18 borsAuto merge of #3783 - Enet4:patch-1, r=Manishearth
2019-02-18 philDon't fail for raw string ending in \n
2019-02-18 Eduardo PinhoFormat `transmute_from_int_to_float` docs
2019-02-18 Eduardo PinhoUpdate why transmute_int_to_float is bad
2019-02-18 borsAuto merge of #3777 - timotree3:patch-1, r=Manishearth
2019-02-18 Michael WrightFormat
2019-02-18 Michael HowellAdd a lint to warn on `T: Drop` bounds
2019-02-18 Michael WrightImprove `iter_cloned_collect` suggestions
2019-02-18 TimoAdd a semicolon as suggested
2019-02-18 TimoFix typo in documentation for float_cmp_const lint
2019-02-17 borsAuto merge of #3775 - flip1995:ice-3717, r=phansch
2019-02-17 flip1995Fix ICE #3717
2019-02-14 borsAuto merge of #3762 - mikerite:fix-build-20190214,...
2019-02-14 flip1995Fix breakage from rust-lang/rust#58296
2019-02-14 Michael WrightFix breakage due to rust-lang/rust#58167
next