| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix redundant_closure false positive
|
|
|
|
|
|
New lint, new utility functions and nightly fix
|
|
|
|
|
|
|
|
|
|
The false positive occurred when we have an anonymous input lifetime and a
named output lifetime. This is not elidable, because if we elided the output
lifetime, it would be inferred to be the same as the input.
|
|
|
|
Extend escape analysis to arguments
|
|
Consider lifetime in self parameter in unused_lifetime lint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #433
|
|
Ref #442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|