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-04-26
Fix uses of `TraitRef::identity` in clippy and rustdoc
Maybe Waffle
-4
/
+2
2023-04-23
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Philipp Krones
-19
/
+17
2023-04-16
Alloc `hir::Lit` in an arena to remove the destructor from `Expr`
Nilstrieb
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-37
/
+107
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-31
/
+16
2023-03-14
Remove box expressions from HIR
clubby789
-4
/
+0
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-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+1
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-18
/
+106
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
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-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-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-5
/
+18
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-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-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-2
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-2
/
+2
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-106
/
+156
2022-12-29
Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr
bors
-5
/
+5
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-5
/
+5
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-4
/
+13
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-12-08
Fix #10021
Samuel Moelius
-4
/
+2
2022-12-02
Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
bors
-2
/
+2
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-89
/
+82
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-2
/
+2
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-4
/
+4
2022-11-23
Move `get_associated_type` from `clippy` to `rustc_lint`
Maybe Waffle
-13
/
+22
2022-11-22
Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995
bors
-169
/
+811
2022-11-21
Fix clippy's missing substs
Oli Scherer
-2
/
+2
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-169
/
+811
2022-11-20
Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors
bors
-38
/
+33
2022-11-18
Rm diagnostic item, use lang item
Deadbeef
-38
/
+33
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-1
/
+1
2022-10-29
Use LanguageItems::require less
Cameron Steffen
-8
/
+8
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-6
/
+6
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-2
/
+2
[prev]
[next]