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
2024-01-11
Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'
Philipp Krones
-104
/
+641
2024-01-08
Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId
Michael Goulet
-10
/
+4
2024-01-06
rustc_span: Optimize syntax context comparisons
Vadim Petrochenkov
-1
/
+1
2024-01-01
Address unused tuple struct fields in clippy
Jake Goulding
-8
/
+8
2023-12-28
Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync
Philipp Krones
-26
/
+307
2023-12-25
Fix clippy's usage of Body's coroutine_kind
Michael Goulet
-1
/
+0
2023-12-16
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
Philipp Krones
-22
/
+17
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-4
/
+4
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-26
/
+237
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-25
Appease the clippy
Michael Goulet
-1
/
+1
2023-11-17
rename bound region instantiation
lcnr
-3
/
+3
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-1619
/
+1497
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-24
/
+16
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-505
/
+825
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-24
/
+16
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-11
/
+17
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-16
fix lint failures in clippy
Arthur Lafrance
-1
/
+1
2023-10-06
Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup
Philipp Krones
-12
/
+12
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-39
/
+36
2023-10-04
Fix clippy
Michael Goulet
-6
/
+2
2023-09-26
Auto merge of #116144 - lcnr:subst-less, r=oli-obk
bors
-2
/
+2
2023-09-26
subst -> instantiate
lcnr
-2
/
+2
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-14
/
+186
2023-09-12
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
Philipp Krones
-11
/
+155
2023-08-24
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
Philipp Krones
-28
/
+160
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-2
/
+2
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-130
/
+224
2023-08-10
Revert "New lint [`filter_map_bool_then`]"
Catherine Flores
-79
/
+0
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-2
/
+2
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-185
/
+814
2023-07-25
Add `sym::iter_mut` + `sym::as_mut_ptr`
blyxyas
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-130
/
+393
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-58
/
+58
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-151
/
+665
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-6
/
+6
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-6
/
+6
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-3
/
+3
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-3
/
+3
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-11
/
+142
2023-05-06
changes from review: add FIXME to clippy and change subst_identity to skip_bi...
Kyle Matsuda
-0
/
+3
2023-05-06
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
-1
/
+1
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-8
/
+8
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-4
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-28
uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`
Deadbeef
-62
/
+2
[next]