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
/
methods
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
Replace remaining usage of `FormatArgsExpn`
Alex Macleod
-13
/
+14
2023-03-26
Improve `is_range_full` implementation
bluthej
-7
/
+7
2023-03-26
Merge branch 'rust-lang:master' into clear-with-drain
bluthej
-8
/
+4
2023-03-24
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-32
/
+17
2023-03-22
Finish tests - add rustfix
bluthej
-2
/
+0
2023-03-22
Add the lint logic
bluthej
-5
/
+32
2023-03-22
Update lint declaration
bluthej
-3
/
+9
2023-03-22
Pull `is_full_range` method from `iter_with_drain`
bluthej
-20
/
+3
2023-03-21
Create `clear_with_drain` lint
bluthej
-0
/
+29
2023-03-14
Remove box expressions from HIR
clubby789
-4
/
+0
2023-03-11
Auto merge of #10434 - Jarcho:snip_context, r=dswij
bors
-31
/
+16
2023-03-11
Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors
Matthias Krüger
-4
/
+4
2023-03-10
Directly construct Inherited.
Camille GILLOT
-4
/
+4
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-2
/
+3
2023-03-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-3
/
+4
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+1
2023-03-02
Remove `snippet_with_macro_callsite`
Jason Newcomb
-31
/
+16
2023-02-28
Two small documentation improvements
Samuel Moelius
-2
/
+3
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-18
/
+106
2023-02-25
Merge branch 'master' into rustup
Jason Newcomb
-19
/
+107
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-22
fix fmt
Liu Dingming
-1
/
+1
2023-02-22
Fix test function checker in [unwrap_used], [expect_used]
Liu Dingming
-4
/
+4
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-16
/
+16
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-16
/
+16
2023-02-16
Stop bytes_nth from suggesting code that does not compile
Krishna Sundarram
-13
/
+29
2023-02-14
Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr
bors
-7
/
+5
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-13
Use is_str instead of string kind comparison
Michael Goulet
-7
/
+5
2023-02-12
Add SUSPICIOUS_COMMAND_ARG_SPACE to lint pass.
Mara Bos
-0
/
+1
2023-02-10
Clarify description of suspicious_command_arg_space.
Mara Bos
-1
/
+1
2023-02-10
Add suspicious_command_arg_space lint.
Mara Bos
-0
/
+69
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-5
/
+18
2023-02-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-6
/
+19
2023-02-06
split suggestions into two separate suggestions
Kartavya Vashishtha
-3
/
+9
2023-02-05
retain applicability
Kartavya Vashishtha
-1
/
+1
2023-02-05
use span_suggestions to suggest both intents
Kartavya Vashishtha
-5
/
+11
2023-01-29
add UNNECESSARY_LAZY_EVALUATIONS to msrv
koka
-0
/
+1
2023-01-28
Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
bors
-10
/
+7
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-2
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-9
/
+7
2023-01-27
Remove from librustdoc and clippy too
Scott McMurray
-1
/
+1
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-2
/
+2
2023-01-27
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-3
/
+3
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-7
/
+7
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-7
/
+7
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-1
/
+1
2023-01-19
Update version attribute for 1.67 lints
xFrednet
-2
/
+2
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-2
/
+2
[next]