| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -2/+5 | |
| 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-11 | Rustup to rust-lang/rust#67258 | Yuki Okushi | -2/+6 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -2/+2 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -16/+16 | |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -1/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-27 | Re-add wildcards for BorrowKind in some places | Manish Goregaokar | -1/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -1/+1 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -1/+1 | |
| 2019-11-22 | Rustup to rust-lang/rust#66515 | flip1995 | -3/+5 | |
| Fixes #4835 | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -6/+6 | |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -3/+1 | |
| 2019-09-03 | Fix occurrences of `too_many_lines` violations | Michael Wright | -0/+2 | |
| 2019-08-18 | Fix breakage due to rust-lang/rust#61708 | Michael Wright | -0/+6 | |
| 2019-08-16 | Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`" | Lzu Tao | -3/+3 | |
| 2019-08-05 | Rustup to https://github.com/rust-lang/rust/pull/63213 | Philipp Hansch | -2/+2 | |
| 2019-08-03 | Auto merge of #4325 - phansch:doctests_complexity, r=flip1995 | bors | -2/+2 | |
| Doctests: Enable running doc tests for complexity lints changelog: none master: `113 passed; 0 failed; 91 ignored; 0 measured; 0 filtered out` this PR: `181 passed; 0 failed; 110 ignored; 0 measured; 0 filtered out` cc #4319 | ||||
| 2019-08-03 | Rustup to latest rustc master | Philipp Hansch | -2/+2 | |
| Broken due to: * https://github.com/rust-lang/rust/pull/63180 (`Existential` -> `OpaqueTy`) * https://github.com/rust-lang/rust/pull/63121 (New fields for `FormatSpec`) | ||||
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -2/+2 | |
| cc #4319 | ||||
| 2019-07-06 | Fix breakage due to rust-lang/rust#61988 | Michael Wright | -5/+0 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -2/+2 | |
| 2019-06-19 | Fix missing field in ExprKind::Yield | Lzu Tao | -1/+1 | |
| Rustup rust-lang/rust#61941 | ||||
| 2019-05-10 | Remove some unnecessary If arms | Manish Goregaokar | -9/+0 | |
| 2019-05-01 | more Use->DropTemps fixes | Matthias Krüger | -1/+1 | |
| 2019-05-01 | rustup https://github.com/rust-lang/rust/pull/60417/ | Matthias Krüger | -1/+1 | |
| cc https://github.com/rust-lang/rust/issues/60448 | ||||
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -0/+4 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -13/+3 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -16/+16 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -2/+2 | |
| 2019-02-28 | Error an unknown or deprecated Clippy attribute | flip1995 | -8/+9 | |
| 2019-02-13 | Rustup | flip1995 | -1/+1 | |
| cc rust-lang/rust#58137 | ||||
| 2019-02-03 | Fix breakage due to rust-lang/rust#58079 | Michael Wright | -1/+1 | |
| The rustc change added HirId to a few nodes. As I understand it, the plan is to remove the NodeId from these nodes eventually. Where the NodeId was not being matched, I used `..` to try and avoid further breakage. Where it was, I used `_` to make the fix easier when NodeId is removed. | ||||
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-20 | Run rustfmt | Michael Wright | -1/+1 | |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -17/+11 | |
| 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-30 | rustup https://github.com/rust-lang/rust/pull/56225/ | Matthias Krüger | -1/+1 | |
| item.name -> item.ident.name | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -5/+5 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-28 | Match on ast/hir::ExprKind::Err | flip1995 | -0/+3 | |
| 2018-12-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -4/+4 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -5/+4 | |
| 2018-11-17 | remove unused allow() attributes, NFC | Matthias Krüger | -2/+0 | |
| 2018-10-23 | Fix inspector pass documentation | Guillem Nieto | -2/+2 | |
| When using `#[clippy_dump]`, the compiler complains about an unknown attribute. The correct one seems to be `#[clippy::dump]`. | ||||
| 2018-10-11 | Fix `similar_names` warnings | Devon Hollowood | -0/+2 | |
| Most of these are just `#![allow]`ed, because they are things like using l vs r to differentiate left vs right. These would be made less clear by taking the advice of `similar_names` | ||||
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -5/+5 | |
| 2018-09-02 | Fix #3112 | Michael Wright | -1/+12 | |
