]> git.lizzy.rs Git - rust.git/history - clippy_utils/src
relocate functions from `clippy_lints::types`
[rust.git] / clippy_utils / src /
2021-03-07 Andrea Nallrelocate functions from `clippy_lints::types`
2021-03-07 Andrea Nallmigrate paths to newly-added diagnostic items
2021-03-07 borsAuto merge of #6853 - Jarcho:len_without_is_empty_fp...
2021-03-07 Jason Newcomb`len_without_is_empty` will now consider multiple impl...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 Jason NewcombWhen checking if two empty hir blocks are equal also...
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-02 Jason NewcombUse diagnostic or language items instead of paths
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-02-28 Jason NewcombFix `manual_map`: do not expand macros in suggestions
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 Takayuki Maedaexport `derefs_to_slice` from methods module
2021-02-27 Takayuki Maedamove `lints()` to `iter_count.rs`
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2021-02-26 Jason NewcombFix `manual_map`: don't lint when partially moved value...
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 borsAuto merge of #6789 - flip1995:rustup, r=flip1995
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-24 borsAuto merge of #6786 - smoelius:move-conf-rs-back-into...
2021-02-24 Samuel E. Moelius IIIMove conf.rs back into clippy_lints
2021-02-24 borsAuto merge of #6756 - smoelius:clippy_utils, r=flip1995...
2021-02-23 Samuel E. Moelius IIIMove `declare_clippy_lint` back into clippy_lints
2021-02-23 Samuel E. Moelius IIIRemove file accidentally re-added during rebase
2021-02-23 Samuel E. Moelius IIIFix doc test
2021-02-23 Samuel E. Moelius IIIFix one import
2021-02-23 Samuel E. Moelius IIIRemove unused features
2021-02-23 Samuel E. Moelius IIIGet tests to pass
2021-02-23 Samuel E. Moelius IIIUpdate clippy_utils/src/lib.rs
2021-02-23 Samuel E. Moelius IIIFactor out `clippy_utils` crate