]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #6907 - camsteffen:ty-utils, r=flip1995
[rust.git] / clippy_lints /
2021-03-08 Cameron SteffenImprove the redundant_closure message
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 Cameron SteffenFix redundant closure with macros
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 #6725 - Y-Nak:refactor-types-lints, r...
2021-03-08 Yoshitomo NakanishiFix some lints in types that fail dogfood
2021-03-08 Yoshitomo NakanishiImport declared lints at the top of the file
2021-03-08 Yoshitomo NakanishiRemove unused is_local from borrowed_box
2021-03-08 Yoshitomo NakanishiMove borrowed_box to its own module
2021-03-08 Yoshitomo NakanishiMove linked_list to its own module
2021-03-08 Yoshitomo NakanishiMove option_option to its own module
2021-03-08 Yoshitomo NakanishiAdd flags to detect lints are triggered
2021-03-08 Yoshitomo NakanishiMove vec_box to its own module
2021-03-08 Yoshitomo NakanishiMove rc_buffer to its own module
2021-03-08 Yoshitomo NakanishiMove redundant_allocation to its own module
2021-03-08 Yoshitomo NakanishiMove box_vec to its own module
2021-03-08 Yoshitomo NakanishiCreate types dir and move old module under it
2021-03-08 Yusuke TanakaOutput help instead of suggestion in `if_then_some_else...
2021-03-08 Yusuke TanakaSet 1.50 as msrv of if_then_some_else_none
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 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-06 Jason NewcombUse `LanguageItems::require`
2021-03-06 Yusuke TanakaImplement new lint: if_then_some_else_none
2021-03-06 borsAuto merge of #6854 - mgacek8:6844_fix_doc_for_useless_...
2021-03-05 borsAuto merge of #6848 - matthiaskrgr:lintcheck_clippyfix...
2021-03-05 Mateusz Gacekuseless_format: fix examples in the description
2021-03-05 borsAuto merge of #6852 - camsteffen:avoid-mir, r=Manishearth
2021-03-05 Cameron SteffenUse typeck_body
2021-03-05 Cameron SteffenAvoid mir in missing_errors_doc
2021-03-05 Cameron SteffenAvoid mir in implicit_return
2021-03-05 borsAuto merge of #6849 - flip1995:dogfood-fix, r=matthiaskrgr
2021-03-05 flip1995Fix dogfood errors in clippy_lints
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 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 daxpeddaFix false-positive in `use_self`
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 Dirkjan OchtmanMove naive_bytecount to pedantic
2021-03-02 Yoshitomo NakanishiRemove "for_loop_arg.rs"
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6716 - magurotuna:refactor-transmute...
2021-03-02 Yusuke TanakaMake check_cast private
2021-03-02 Yusuke TanakaRefactor calls to lint check functions
2021-03-02 Yusuke TanakaCleanup imports
2021-03-02 Yusuke TanakaMove transmutes_expressible_as_ptr_casts to its own...
2021-03-02 Yusuke TanakaMove unsound_collection_transmute to its own module
2021-03-02 Yusuke TanakaMove transmute_float_to_int to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_float to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_bool to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ptr to its own module
2021-03-02 Yusuke TanakaMove transmute_bytes_to_str and transmute_ptr_to_ptr...
2021-03-02 Yusuke TanakaMove transmute_int_to_char to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ref to its own module
2021-03-02 Yusuke TanakaMove crosspointer_transmute to its own module
2021-03-02 Yusuke TanakaMove wrong_transmute to its own module
2021-03-02 Yusuke TanakaMove useless_transmute to its own module
2021-03-02 Yusuke TanakaAdd transmute/utils.rs
2021-03-02 Yusuke TanakaCreate transmute directory
2021-03-02 Yoshitomo NakanishiSimplify check_for_loop_arg
2021-03-02 Yoshitomo NakanishiUnify names of lint entry functions in loops to 'check'
2021-03-02 nahuakangInclude loops.rs changes from PR#6698
2021-03-02 nahuakangClean up: Rename some files to be consistent with lint...
2021-03-02 nahuakangMove check_for_loop_arg back to mod; split into 4 lint...
2021-03-02 nahuakangMove MinifyingSugg into manual_memcpy
2021-03-02 nahuakangRefactor while let loop to its own module
2021-03-02 nahuakangRefactor empty loop to its own module
2021-03-02 nahuakangRefactor while let on iterator lint to its module;...
2021-03-02 nahuakangRefactor never loop to its own module
2021-03-02 nahuakangMove detect_manual_memcpy to its module; split up utils...
2021-03-02 nahuakangAdd detect_same_item_push to its own module
2021-03-02 nahuakangAdd check_needless_collect to its own module
2021-03-02 nahuakangAdd check_infinite_loop to its own module
2021-03-02 nahuakangRefactor check_for_single_element_loop to its own module
2021-03-02 nahuakangRefactor check_for_loop_explicit_counter to its own...
2021-03-02 nahuakangRefactor check_for_loop_range into its module
2021-03-02 nahuakangRefactor check_for_mut_range_bound to its own module
2021-03-02 nahuakangRefactor check_for_loop_over_map_kv to its own module
2021-03-02 nahuakangRefactor check_for_loop_arg; rename manual_flatten...
2021-03-02 nahuakangcreate loops dir; arrange manual_flatten lint and utils
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 Jason NewcombDon't move `yield` or inline assembly into closure
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-03-01 Cameron SteffenUse diagnostic items in into_iter_collections
2021-02-28 borsAuto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
2021-02-28 Jason NewcombFix `manual_map`: do not expand macros in suggestions
2021-02-28 hyd-devFix false positives on procedural macros of `missing_in...
2021-02-28 Matthias Krügerchange some lint messages and remove old entries from...
2021-02-28 Matthias Krügerupdate the lint messages and tests
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6812 - Y-Nak:fix-6792, r=matthiaskrgr
next