]> git.lizzy.rs Git - rust.git/history - clippy_utils
Move unit_cmp to its own module
[rust.git] / clippy_utils /
2021-03-16 borsAuto merge of #6916 - camsteffen:diagnostics-util,...
2021-03-16 Cameron SteffenDon't re-export clippy_utils::diagnostics::*
2021-03-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
2021-03-15 Cameron SteffenMove some utils to clippy_utils::source module
2021-03-15 Cameron SteffenMove some utils to ty_utils
2021-03-15 borsAuto merge of #6831 - camsteffen:suspicious-map, r...
2021-03-15 Cameron SteffenImprove `find_binding_init` docs
2021-03-14 Ben BoeckelFix suspicious_map false positives
2021-03-14 borsAuto merge of #6895 - iobtl:reformat_unnecessary_cast...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6865 - Jarcho:explicit_deref_methods...
2021-03-13 Jason NewcombMake `explicit_deref_methods` check for multiple deref...
2021-03-13 borsAuto merge of #6892 - matthiaskrgr:inc_struct_ctor...
2021-03-12 borsAuto merge of #6891 - Y-Nak:use-iterator-sym, r=Manishearth
2021-03-12 Mateusz Gacekmem_replace_with_default: use diagnostic items intead...
2021-03-12 Mateusz Gacekmem_replace_with_default: recognize some std library...
2021-03-12 Yoshitomo NakanishiUse sym::Iterator instead of paths::ITERATOR
2021-03-11 borsAuto merge of #6881 - flip1995:rustup, r=flip1995
2021-03-11 flip1995Fix remaining dogfood errors (internal lints)
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 kadminSwitch to changing cp_non_overlap in tform
2021-03-09 kadminUpdate cranelift
2021-03-09 kadminUpdate match branches
2021-03-09 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 Andrea Nalladd comment for when can be removed
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-09 borsAuto merge of #6869 - DJMcNab:rust-analyzer-private...
2021-03-09 Andrea Nalluse `.all` instead of negative use of `.any`
2021-03-09 Andrea Nalluse TyS::walk
2021-03-09 Yoshitomo NakanishiMove 'is_isize_or_usize' to clippy_utils
2021-03-08 Daniel McNabOpt-in to rustc_private for `rust-analyzer`
2021-03-08 Jason NewcombDon't assume lang items will exist.
2021-03-08 borsAuto merge of #6834 - hyd-dev:clippy-args, r=phansch...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-08 Andrea Nallmake is_normalizable more strict
2021-03-08 borsAuto merge of #6807 - anall:feature/use_new_diagnostics...
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-05 Oli SchererShrink the size of Rvalue by 16 bytes
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-03-01 Cameron SteffenUse diagnostic items in into_iter_collections
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 Cameron SteffenAdd missing diagnostic item Symbols
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 flip1995Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a...
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. MoeliusUpdate clippy_utils/Cargo.toml
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 IIIBump clippy_utils version
2021-02-23 Samuel E. Moelius IIIFix one import
2021-02-23 Samuel E. Moelius IIIImprove tests
2021-02-23 Samuel E. Moelius IIIRemove unused features
2021-02-23 Samuel E. Moelius IIIRemove unused dependencies
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