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
/
float_literal.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-17
Replace `span_suggestion_with_style` with `_verbose`
Alex Macleod
-5
/
+3
2024-07-26
Auto merge of #13144 - xFrednet:07797-restriction-and-then-what, r=y21
bors
-17
/
+28
2024-07-26
Make restriction lint's use `span_lint_and_then` (n -> p)
xFrednet
-4
/
+3
2024-07-22
Make restriction lint's use `span_lint_and_then` (m -> m)
xFrednet
-1
/
+1
2024-07-22
Make restriction lint's use `span_lint_and_then` (i -> l)
xFrednet
-14
/
+26
2024-07-05
`float_literal`: Check HIR tree before checking types.
Jason Newcomb
-3
/
+2
2024-06-19
Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s
Trevor Gross
-4
/
+3
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-5
/
+1
2024-03-26
Change `f16` and `f128` clippy stubs to be nonpanicking
Trevor Gross
-4
/
+11
2024-03-01
Propegate HIR and AST `f16` and `f128` types to clippy
Trevor Gross
-0
/
+2
2024-02-28
Add stubs for `f16` and `f128` to clippy
Trevor Gross
-0
/
+4
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-56
/
+52
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-4
/
+4
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-3
/
+8
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-3
/
+3
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-2
/
+3
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-2
/
+3
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+2
2021-09-28
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-12
/
+10
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-5
/
+1
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy
LeSeulArtichaut
-4
/
+4
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-1
/
+1
2020-04-08
Don't import primitive type modules
Linus Färnstrand
-1
/
+1
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-04
Move NumericLiteral to its own module.
mlegner
-4
/
+3
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-02-20
Separate out lint to check lossy whole number float literals
Krishna Sai Veera Reddy
-0
/
+183