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
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