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
/
functions
Age
Commit message (
Expand
)
Author
Lines
2024-07-25
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-24
/
+13
2024-07-21
Fix tools
Michael Goulet
-2
/
+3
2024-07-18
Update version attribute for 1.80 lints
xFrednet
-1
/
+1
2024-07-17
Refactor for using config values:
Jason Newcomb
-23
/
+12
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-4
/
+4
2024-07-05
Use `is_in_test` in more places.
Jason Newcomb
-4
/
+4
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-4
/
+4
2024-06-07
Auto merge of #12822 - Alexendoo:for-each-expr, r=dswij
bors
-4
/
+4
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-6
/
+7
2024-05-30
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-6
/
+7
2024-05-23
For restriction lints, replace “Why is this bad?” with “Why restrict th...
Kevin Reid
-5
/
+6
2024-05-19
Swap `for_each_expr` and `for_each_expr_with_closures`
Alex Macleod
-4
/
+4
2024-05-12
add configuration to allow skipping on some certain traits & collect metadata
J-ZhengLi
-31
/
+54
2024-05-07
fix doc test failure;
J-ZhengLi
-43
/
+67
2024-05-07
add new lint that disallow renaming parameters in trait functions
J-ZhengLi
-0
/
+116
2024-04-17
has_typeck_results doesnt need to be a query
Michael Goulet
-3
/
+3
2024-04-16
Avoid lots of `hir::HirId{,Map,Set}` qualifiers.
Nicholas Nethercote
-2
/
+2
2024-04-16
Always use `ty::` qualifier for `TyKind` enum variants.
Nicholas Nethercote
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-8
/
+6
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-2
/
+2
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-2
/
+2
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-3
/
+166
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-10
/
+10
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-2
/
+2
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-2
/
+2
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-17
rename bound region instantiation
lcnr
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-117
/
+94
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-16
/
+19
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-37
/
+101
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-16
/
+20
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-2
/
+7
2023-04-23
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Philipp Krones
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-3
/
+15
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-4
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-3
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-3
/
+3
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-4
/
+4
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-0
/
+79
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-8
/
+2
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-18
/
+19
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-2
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+2
[next]