| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-04 | Use span_lint_and_sugg + move infaillible lint | ThibsG | -2/+2 | |
| - moving infaillible lint to prevent collisions | ||||
| 2019-10-06 | Move is_argument check into mutate | flip1995 | -0/+16 | |
| 2019-10-05 | Merge consume and consume_pat in escape analysis | flip1995 | -22/+0 | |
| FIXME: This doesn't work and probably needs a rewrite of the lint See https://github.com/rust-lang/rust-clippy/pull/4628#issuecomment-538574944 | ||||
| 2019-10-03 | Test fixes | Shotaro Yamada | -3/+3 | |
| 2019-02-21 | Fix `boxed_local` suggestion | Michael Wright | -1/+7 | |
| Don't warn about an argument that is moved into a closure. ExprUseVisitor doesn't walk into nested bodies so use a new visitor that collects the variables that are moved into closures. Fixes #3739 | ||||
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -2/+2 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -5/+5 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -4/+4 | |
| 2018-10-15 | Avoid linting `boxed_local` on trait implementations. | Bruno Kirschner | -0/+16 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+0 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -56/+0 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -8/+8 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+56 | |
