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
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
Rename some region-specific stuff
Michael Goulet
-2
/
+2
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-1
/
+4
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+3
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-3
/
+3
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-5
/
+5
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-4
/
+5
2022-11-27
Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors
bors
-12
/
+7
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-2
/
+2
2022-11-25
Simplify a bunch of trait ref obligation creations
Oli Scherer
-2
/
+1
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-12
/
+7
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-2
/
+2
2022-11-21
Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr
Matthias Krüger
-1
/
+1
2022-11-20
Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors
bors
-1
/
+1
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-1
/
+1
2022-11-18
Rm diagnostic item, use lang item
Deadbeef
-1
/
+1
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-0
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-7
/
+47
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+2
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-2
/
+2
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-2
/
+2
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-2
/
+5
2022-09-02
clippy: BindingAnnotation change
Cameron Steffen
-2
/
+2
2022-07-26
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
Camille GILLOT
-1
/
+1
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-1
/
+1
2022-07-13
Clippy fallout.
Camille GILLOT
-1
/
+2
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-23
/
+27
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-9
/
+13
2022-06-03
Manipulate lifetimes by LocalDefId for region resolution.
Camille GILLOT
-1
/
+1
2022-05-23
Lifetime variance fixes for clippy
Michael Goulet
-3
/
+3
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-1
/
+1
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-36
/
+45
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-3
/
+1
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-30
get clippy to compile again
lcnr
-15
/
+3
2022-03-24
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
flip1995
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-5
/
+5
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-1
/
+1
2022-02-10
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
flip1995
-12
/
+18
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-194
/
+419
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+4
2021-11-04
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
flip1995
-21
/
+32
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-0
/
+1
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-2
/
+2
2021-09-28
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-20
/
+26
2021-07-15
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
flip1995
-2
/
+2
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-12
/
+82
[next]