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
/
dereference.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-12
Delegation implementation: step 1
Bryanskiy
-0
/
+1
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-17
rename bound region instantiation
lcnr
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-115
/
+168
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-28
/
+33
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-16
fix lint failures in clippy
Arthur Lafrance
-1
/
+1
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-369
/
+5
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-1
/
+0
2023-09-12
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
Philipp Krones
-12
/
+19
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-1
/
+2
2023-08-06
Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung
Matthias Krüger
-1
/
+1
2023-08-06
cleanup misinformation regarding has_deref
ouz-a
-1
/
+1
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-621
/
+397
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-17
/
+28
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-23
/
+23
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-14
/
+27
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-4
/
+4
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+1
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-4
/
+4
2023-02-26
Auto merge of #108474 - Jarcho:clippyup, r=Manishearth
bors
-23
/
+55
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-23
/
+55
2023-02-25
Make clippy happy
Michael Goulet
-2
/
+2
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-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-3
/
+3
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
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-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-4
/
+4
2022-12-29
Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr
bors
-4
/
+4
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-4
/
+4
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-2
/
+2
2022-12-17
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
Philipp Krones
-3
/
+8
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+4
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-16
/
+25
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-4
/
+4
2022-11-22
Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995
bors
-32
/
+96
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-8
/
+4
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-32
/
+96
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-1
/
+1
[next]