about summary refs log tree commit diff
path: root/clippy_lints/src/functions
AgeCommit message (Expand)AuthorLines
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-0/+870
2021-04-06Symbol optimizationsCameron Steffen-3/+3
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-22/+22
2021-04-03Use DefIdMap and similar aliasesCameron Steffen-10/+9
2021-03-31result_unit_err: Fix typoYoshitomo Nakanishi-2/+2
2021-03-30Improve documents in functions groupYoshitomo Nakanishi-2/+2
2021-03-27Move result_unit_err to its own moduleYoshitomo Nakanishi-55/+74
2021-03-27Move lints related to must_use to their own moduleYoshitomo Nakanishi-248/+283
2021-03-27move not_unsafe_ptr_arg_deref to its own moduleYoshitomo Nakanishi-110/+131
2021-03-27Move too_many_lines to its own moduleYoshitomo Nakanishi-61/+71
2021-03-27Move too_many_arguments to its own moduleYoshitomo Nakanishi-0/+786