about summary refs log tree commit diff
path: root/clippy_lints/src/default_numeric_fallback.rs
AgeCommit message (Expand)AuthorLines
2021-07-28Update lint documentation to use markdown headlinesxFrednet-4/+7
2021-07-13`default_numeric_fallback`: Add rustfix testsYoshitomo Nakanishi-5/+15
2021-07-08default_numeric_fallback: Fix FP with floating literalYoshitomo Nakanishi-3/+3
2021-06-06Fix FP in `default_numeric_fallback` with external macro expansionYoshitomo Nakanishi-1/+3
2021-05-25Add semicolons up to `needless_for_each.rs`mbartlett21-2/+2
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-1/+1
2021-03-31Eat dogfoodCameron Steffen-1/+1
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-2/+3
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-4/+3
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-2/+1
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-3/+3
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-3/+2
2021-02-27Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICEYoshitomo Nakanishi-3/+2
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+237
2021-02-16Change to span_lint_and_sugg from span_lint_and_helpYoshitomo Nakanishi-5/+14
2021-02-16Handle struct ctor caseYoshitomo Nakanishi-4/+49
2021-02-15Add more tests for default_numeric_fallbackYoshitomo Nakanishi-1/+1
2021-02-15Add fn_sig_opt to get fn signature from HirIdYoshitomo Nakanishi-16/+21
2021-02-15Add some restrictions to default_numeric_fallback to avoid FNsYoshitomo Nakanishi-39/+132
2021-02-07Simplify DefaultNumericFallbackYoshitomo Nakanishi-356/+38
2021-02-04Fix enclosing_body_owner_opt and rename it to enclosing_body_optYoshitomo Nakanishi-16/+31
2021-02-04New lint: default_numeric_fallbackYoshitomo Nakanishi-0/+388