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
/
utils
Age
Commit message (
Expand
)
Author
Lines
2022-12-29
Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr
bors
-3
/
+3
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-3
/
+3
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-7
/
+54
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-1
/
+1
2022-12-02
Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
bors
-2
/
+2
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-1
/
+1
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-1
/
+5
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-2
/
+2
2022-11-22
Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995
bors
-49
/
+37
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-49
/
+37
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-2
/
+2
2022-11-17
Add variant_name function to `LangItem`
Philipp Krones
-20
/
+11
2022-10-29
Use LanguageItems::require less
Cameron Steffen
-2
/
+2
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-1622
/
+1808
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-174
/
+273
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-21
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
David Koloski
-1
/
+1
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-25
/
+24
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-3
/
+11
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-4
/
+5
2022-09-05
Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco
Dylan DPC
-1
/
+1
2022-09-02
clippy: BindingAnnotation change
Cameron Steffen
-3
/
+11
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-4
/
+8
2022-08-29
Use `&'hir Expr` everywhere.
Nicholas Nethercote
-1
/
+1
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-08-11
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
Philipp Krones
-24
/
+45
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-1
/
+1
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-1
/
+1
2022-07-28
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
Philipp Krones
-1
/
+5
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-8
/
+8
2022-07-12
Fix clippy build
Maybe Waffle
-3
/
+3
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-23
/
+95
2022-06-19
remove `span_lint_and_sugg_for_edges` from clippy utils
Maybe Waffle
-1
/
+0
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-61
/
+271
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-2
/
+8
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-9
/
+61
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-7
/
+130
2022-05-09
fix clippy
SparrowLii
-5
/
+5
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-585
/
+69
2022-04-23
Make clippy inspector more precise.
Camille GILLOT
-2
/
+14
2022-04-23
Drop vis in Item.
Camille GILLOT
-8
/
+4
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-8
/
+5
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-3
/
+20
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-5
/
+14
2022-03-24
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
flip1995
-1
/
+2
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-4
/
+56
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-1
/
+1
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
[prev]
[next]