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_utils
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-05
Update clippy for hir::Guard removal
Matthew Jasper
-2
/
+2
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-8
/
+8
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-2
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-3
/
+3
2023-11-17
rename bound region instantiation
lcnr
-2
/
+2
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-73
/
+355
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-57
/
+79
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-37
/
+77
2023-10-06
Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup
Philipp Krones
-16
/
+15
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-1
/
+1
2023-09-27
Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk
bors
-1
/
+1
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-1
/
+28
2023-09-21
Record asyncness span in HIR
Michael Goulet
-3
/
+3
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-3
/
+3
2023-09-12
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
Philipp Krones
-1
/
+3
2023-08-15
Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-1
/
+1
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-4
/
+4
2023-08-08
Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...
Matthias Krüger
-1
/
+1
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-2
/
+2
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-6
/
+276
2023-07-28
Make Clippy understand generic const items
León Orell Valerian Liehr
-1
/
+1
2023-07-20
XSimplifiedType to SimplifiedType::X
lcnr
-25
/
+22
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-10
/
+55
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-5
/
+18
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-1
/
+1
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-20
/
+30
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-37
/
+14
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-5
/
+67
2023-04-06
Make elaborator generic
Michael Goulet
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-1
/
+0
2023-03-14
Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors
bors
-10
/
+1
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-1
/
+1
2023-03-08
Remove `identity_future` indirection
Arpad Borsos
-10
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-01-28
Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
bors
-7
/
+4
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-5
/
+3
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-2
/
+1
2023-01-27
Remove from librustdoc and clippy too
Scott McMurray
-1
/
+0
2023-01-27
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
Philipp Krones
-0
/
+4
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+3
[next]