]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/default_numeric_fallback.rs
Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICE
[rust.git] / clippy_lints / src / default_numeric_fallback.rs
2021-02-27 Yoshitomo NakanishiUse TypeckResults::expr_ty instead of TyCtxt::type_of...
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-21 borsAuto merge of #6770 - ThibsG:PostfixEnumVariant, r...
2021-02-20 borsAuto merge of #6717 - booleancoercion:master, r=llogiq
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-16 Yoshitomo NakanishiChange to span_lint_and_sugg from span_lint_and_help
2021-02-16 Yoshitomo NakanishiHandle struct ctor case
2021-02-15 Yoshitomo NakanishiAdd more tests for default_numeric_fallback
2021-02-15 Yoshitomo NakanishiAdd fn_sig_opt to get fn signature from HirId
2021-02-15 Yoshitomo NakanishiAdd some restrictions to default_numeric_fallback to...
2021-02-07 Yoshitomo NakanishiSimplify DefaultNumericFallback
2021-02-04 Yoshitomo NakanishiFix enclosing_body_owner_opt and rename it to enclosing...
2021-02-04 Yoshitomo NakanishiNew lint: default_numeric_fallback