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
/
compiler
/
rustc_lint
/
src
/
impl_trait_overcaptures.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
future-incompat lints: don't link to the nightly edition-guide version
dianne
-1
/
+1
2025-07-04
Same for types
Michael Goulet
-1
/
+1
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-17
/
+10
2025-06-13
TypeVisiting binders no longer requires TypeFolding its interior
Michael Goulet
-3
/
+2
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-05-07
Require T: TypeFoldable in Binder<T> visit
Michael Goulet
-2
/
+3
2025-04-26
Update lint-docs to default to Rust 2024
Eric Huss
-1
/
+1
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-2
/
+2
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-2
/
+2
2025-02-22
Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk
Matthias Krüger
-4
/
+2
2025-02-09
Remove lifetime_capture_rules_2024 feature
Michael Goulet
-4
/
+2
2025-02-08
Rustfmt
bjorn3
-6
/
+4
2025-01-28
Move outlives env computation into methods
Michael Goulet
-4
/
+2
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-1
/
+1
2025-01-13
Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024
Michael Goulet
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-19
Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726
bors
-3
/
+3
2024-12-18
introduce `LateParamRegionKind`
lcnr
-3
/
+3
2024-12-17
Use field init shorthand where possible
Josh Triplett
-1
/
+1
2024-11-19
impl trait overcaptures, yeet ` TypingMode::from_param_env`
lcnr
-3
/
+3
2024-11-11
Recurse into APITs in impl_trait_overcaptures
Michael Goulet
-1
/
+5
2024-11-09
Dont suggest use<APIT>
Michael Goulet
-1
/
+3
2024-11-09
Suggest turning APITs into generics in opaque overcaptures
Michael Goulet
-35
/
+11
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-7
/
+7
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-1
/
+1
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-1
/
+1
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-8
/
+10
2024-09-05
Review comments
Michael Goulet
-48
/
+39
2024-09-05
Do less work on the good path
Michael Goulet
-110
/
+113
2024-09-05
Don't worry about uncaptured contravariant lifetimes if they outlive a captur...
Michael Goulet
-21
/
+226
2024-08-26
Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...
Matthias Krüger
-4
/
+6
2024-08-26
Tie `impl_trait_overcaptures` lint to Rust 2024
Travis Cross
-4
/
+6
2024-08-22
Use a LocalDefId in ResolvedArg.
Camille GILLOT
-3
/
+4
2024-08-17
Stabilize opaque type precise capturing
Michael Goulet
-6
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-28
Only require symbol name for @feature_gate
Michael Goulet
-3
/
+3
2024-06-17
Rework precise capturing syntax
Michael Goulet
-7
/
+11
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-4
/
+1
2024-05-24
Remove `DefId` from `EarlyParamRegion` (type system)
Boxy
-13
/
+5
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-4
/
+1
2024-05-13
And finally add tests
Michael Goulet
-15
/
+74
2024-05-13
Warn against redundant use<...>
Michael Goulet
-68
/
+139
2024-05-13
Don't suggest using use<> syntax to capture APITs
Michael Goulet
-4
/
+9
2024-05-13
Suggest adding use<> syntax
Michael Goulet
-6
/
+41
2024-05-13
Add some commenting
Michael Goulet
-4
/
+23
2024-05-13
Implement initial IMPL_TRAIT_OVERCAPTURES lint
Michael Goulet
-0
/
+236