]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/loops
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src / loops /
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-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
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 Yoshitomo NakanishiRemove "for_loop_arg.rs"
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