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
/
lifetimes.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-4
/
+4
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-14
/
+79
2025-01-23
`visit_x_unambig`
Boxy
-4
/
+4
2025-01-23
The clipper :3c
Boxy
-14
/
+14
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+7
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-8
/
+1
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-8
/
+47
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-5
/
+5
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-10-30
Remap impl-trait lifetimes on HIR instead of AST lowering.
Camille GILLOT
-9
/
+0
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-2
/
+2
2024-10-12
Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...
Matthias Krüger
-4
/
+4
2024-10-05
Handle `clippy` cases of `rustc::potential_query_instability` lint
ismailarilik
-4
/
+4
2024-10-04
Adapt clippy.
Camille GILLOT
-5
/
+3
2024-10-03
Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank
Matthias Krüger
-1
/
+1
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-181
/
+258
2024-10-02
Remove redundant in_trait from hir::TyKind::OpaqueDef
Michael Goulet
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-8
/
+8
2024-07-26
Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov
bors
-1
/
+1
2024-07-25
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
Bryanskiy
-1
/
+1
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-10
/
+8
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-4
/
+1
2024-04-09
Add a helper for extending a span to include any trailing whitespace
Michael Goulet
-2
/
+1
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-1
/
+1
2024-02-08
inline a function that is only used in clippy
Oli Scherer
-1
/
+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-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-15
/
+12
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-7
/
+9
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-1
/
+2
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-2
/
+15
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-0
/
+8
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-106
/
+147
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-6
/
+5
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-10
/
+3
2022-11-24
Use kw::Empty for elided lifetimes in path.
Camille GILLOT
-5
/
+9
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-16
/
+10
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-43
/
+88
2022-10-29
Use LanguageItems::require less
Cameron Steffen
-10
/
+5
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-3
/
+3
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+2
2022-09-12
Remove unused argument from `visit_poly_trait_ref`.
Nicholas Nethercote
-4
/
+4
[next]