| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -1/+1 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-09 | Rustup to rust-lang/rust#67979 | Yuki Okushi | -1/+1 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -3/+3 | |
| 2020-01-05 | Rustup to rust-lang/rust#67803 | Yuki Okushi | -1/+1 | |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -1/+1 | |
| Specifically caused by https://github.com/rust-lang/rust/pull/67786 | ||||
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -1/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -1/+1 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-29 | Add projections check to EUV for escape analysis | flip1995 | -25/+29 | |
| 2019-11-29 | Use infer_ctxt | flip1995 | -2/+4 | |
| 2019-11-28 | Fix categorizations | Manish Goregaokar | -3/+3 | |
| 2019-11-28 | Fix arguments on ExprUseVisitor::new | Manish Goregaokar | -2/+1 | |
| 2019-11-28 | euv moved from middle to typeck | Manish Goregaokar | -2/+1 | |
| 2019-11-28 | cmt_ -> Place | Manish Goregaokar | -4/+4 | |
| 2019-11-28 | make use of Result::map_or | Lzu Tao | -1/+1 | |
| 2019-10-06 | Move is_argument check into mutate | flip1995 | -13/+15 | |
| 2019-10-05 | Run util/dev fmt | flip1995 | -14/+2 | |
| 2019-10-05 | Merge consume and consume_pat in escape analysis | flip1995 | -45/+11 | |
| 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-04 | Rustup to rust-lang/rust#64874 | flip1995 | -10/+6 | |
| Episode 1 - The simple cases | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -3/+3 | |
| 2019-08-28 | Replace `Arg` with `Param` | Yuki Okushi | -1/+1 | |
| 2019-08-03 | Doctests: Enable running doc tests for perf lints | Philipp Hansch | -5/+4 | |
| This should be possible to merge independently of #4325 cc #4319 | ||||
| 2019-07-30 | Fix breakage due to rust-lang/rust#61856 | Michael Wright | -3/+18 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -1/+1 | |
| 2019-06-25 | Remove a hir_to_node_id | Manish Goregaokar | -1/+1 | |
| 2019-06-25 | find_by_hir_id -> find | Manish Goregaokar | -3/+3 | |
| 2019-06-25 | get_parent_node_by_hir_id -> get_parent_node | Manish Goregaokar | -2/+2 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -1/+1 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-06-18 | rustup https://github.com/rust-lang/rust/pull/61836/ | Matthias Krüger | -1/+1 | |
| 2019-06-02 | Cargo fmt | Mateusz Mikuła | -1/+10 | |
| 2019-06-02 | Rustup for https://github.com/rust-lang/rust/pull/61276 | Mateusz Mikuła | -1/+1 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -12/+5 | |
| Fixes #3917. | ||||
| 2019-03-13 | Auto merge of #3873 - phansch:hiridification, r=flip1995 | bors | -2/+1 | |
| Some more HirId-ification * 8a59f81: Rename span_lint_node* functions to span_lint_hir* * a457258: Use `HirId` instead of `NodeId` for lookup | ||||
| 2019-03-12 | Use `HirId` instead of `NodeId` for lookup | Philipp Hansch | -2/+1 | |
| 2019-03-12 | Merge branch 'master' into fix-3739 | Michael Wright | -45/+44 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -11/+11 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -17/+17 | |
| 2019-03-03 | fmt fixes | Philipp Hansch | -3/+1 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -11/+12 | |
| 2019-02-24 | HirIdify some lints | ljedrz | -3/+3 | |
| 2019-02-22 | Remove unneeded visitor class | Michael Wright | -40/+4 | |
| Use ExprUseVisitor correctly instead. | ||||
| 2019-02-21 | Fix `boxed_local` suggestion | Michael Wright | -3/+39 | |
| 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-02-20 | partially HirIdify lints | ljedrz | -4/+4 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-20 | Run rustfmt | Michael Wright | -9/+9 | |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -3/+1 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -11/+11 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
