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
2025-02-10
Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr
Bastian Kersting
-1
/
+1
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-26
/
+41
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2025-01-23
`visit_x_unambig`
Boxy
-1
/
+1
2025-01-23
The clipper :3c
Boxy
-19
/
+13
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-6
/
+5
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+2
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-0
/
+1
2024-12-12
Fix tools
Michael Goulet
-0
/
+1
2024-12-10
Remove more traces of anonymous ADTs
Michael Goulet
-1
/
+0
2024-11-30
Eliminate magic numbers from expression precedence
David Tolnay
-14
/
+14
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-8
/
+7
2024-11-26
Rollup merge of #133140 - dtolnay:precedence, r=fmease
Michael Goulet
-5
/
+5
2024-11-19
remove `TypingMode::from_param_env` in clippy
lcnr
-6
/
+9
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+5
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-5
/
+5
2024-10-29
Remove region from adjustments
Michael Goulet
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-44
/
+29
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-11
/
+26
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-27
/
+21
2024-06-23
Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS
David Tolnay
-3
/
+3
2024-05-30
Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearth
bors
-9
/
+5
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-9
/
+5
2024-05-29
Don't require `visit_body` to take a lifetime that must outlive the function ...
Oli Scherer
-1
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-1
/
+1
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-0
/
+9
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+1
2024-02-27
Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...
Philipp Krones
-5
/
+3
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-0
/
+1
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-1
/
+1
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
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
[next]