index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
default_numeric_fallback.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-4
/
+7
2021-07-13
`default_numeric_fallback`: Add rustfix tests
Yoshitomo Nakanishi
-5
/
+15
2021-07-08
default_numeric_fallback: Fix FP with floating literal
Yoshitomo Nakanishi
-3
/
+3
2021-06-06
Fix FP in `default_numeric_fallback` with external macro expansion
Yoshitomo Nakanishi
-1
/
+3
2021-05-25
Add semicolons up to `needless_for_each.rs`
mbartlett21
-2
/
+2
2021-04-08
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-1
/
+1
2021-03-31
Eat dogfood
Cameron Steffen
-1
/
+1
2021-03-26
Use iter::zip in src/tools/clippy/
Josh Stone
-2
/
+3
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-4
/
+3
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-2
/
+1
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-3
/
+3
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-3
/
+2
2021-02-27
Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICE
Yoshitomo Nakanishi
-3
/
+2
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-0
/
+237
2021-02-16
Change to span_lint_and_sugg from span_lint_and_help
Yoshitomo Nakanishi
-5
/
+14
2021-02-16
Handle struct ctor case
Yoshitomo Nakanishi
-4
/
+49
2021-02-15
Add more tests for default_numeric_fallback
Yoshitomo Nakanishi
-1
/
+1
2021-02-15
Add fn_sig_opt to get fn signature from HirId
Yoshitomo Nakanishi
-16
/
+21
2021-02-15
Add some restrictions to default_numeric_fallback to avoid FNs
Yoshitomo Nakanishi
-39
/
+132
2021-02-07
Simplify DefaultNumericFallback
Yoshitomo Nakanishi
-356
/
+38
2021-02-04
Fix enclosing_body_owner_opt and rename it to enclosing_body_opt
Yoshitomo Nakanishi
-16
/
+31
2021-02-04
New lint: default_numeric_fallback
Yoshitomo Nakanishi
-0
/
+388