about summary refs log tree commit diff
path: root/clippy_lints/src/lib.register_complexity.rs
AgeCommit message (Expand)AuthorLines
2022-05-03Move only_used_in_recursion to nurseryflip1995-1/+0
2022-04-19Auto merge of #8711 - kyoto7250:new-lint-bytes-count-to-len, r=giraffatebors-0/+1
2022-04-19adds lint logic and test for bytes_count_to_lenChase Ruskin-0/+1
2022-04-14Introduce option_take_on_temporary lintsinfrandomness-0/+1
2022-04-07Fix `as_deref_mut` false positives in `needless_option_as_deref`Alex Macleod-1/+1
2022-03-18refactor: move into methods moduleMax Baumann-1/+1
2022-03-18fix: ran update_lintsMax Baumann-1/+1
2022-03-18refactor: rename lint to or_then_unwrapMax Baumann-1/+1
2022-03-17feat: add use_unwrap_orMax Baumann-0/+1
2022-03-13Auto merge of #8422 - buttercrab:only_used_in_recursion, r=llogiqbors-0/+1
2022-03-13Auto merge of #8471 - J-ZhengLi:master-issue7040, r=llogiqbors-0/+1
2022-03-10rename lint to `needless_match`J-ZhengLi-0/+1
2022-03-01Add `unnecessary_find_map` lintSamuel E. Moelius III-0/+1
2022-02-13add only_used_in_recursion lintJaeyong Sung-0/+1
2022-01-22Subsume `ref_in_deref` into `needless_borrow`Jason Newcomb-1/+0
2021-12-03Upgrade map_flatten to complexityCameron Steffen-0/+1
2021-11-17fixes: #7889surechen-0/+1
2021-10-13Add lint transmute_num_to_bytesNixon Enraght-Moony-0/+1
2021-09-29Fix lint register code formatMichael Wright-89/+89
2021-09-29Move code generated by `update_lints` to includesMichael Wright-0/+94