| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+2 | |
| 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 | -2/+2 | |
| 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 | -5/+5 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -12/+12 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -2/+2 | |
| 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 | -2/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -2/+2 | |
| 2019-11-25 | Run rustfmt | flip1995 | -3/+4 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -2/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -9/+9 | |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -1/+1 | |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -9/+7 | |
| 2019-08-16 | Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`" | Lzu Tao | -4/+4 | |
| 2019-08-05 | Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995 | Philipp Krones | -0/+3 | |
| Doctests: Enable running doc tests for restriction lints changelog: Enabled remaining doc tests for lint documentation page master: 202 passed; 0 failed; 122 ignored; 0 measured; 0 filtered out this PR: 231 passed; 0 failed; 123 ignored; 0 measured; 0 filtered out Closes #4319 (assuming this is merged after #4329 and #4330) | ||||
| 2019-08-03 | Doctests: Enable running doc tests for restriction lints | Philipp Hansch | -0/+3 | |
| 2019-08-03 | Doctests: Enable running doc tests for pedantic lints | Philipp Hansch | -0/+2 | |
| 2019-07-06 | Fix breakage due to rust-lang/rust#61988 | Michael Wright | -4/+0 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -1/+1 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-05-10 | Fix shadow.rs | Manish Goregaokar | -7/+0 | |
| 2019-04-30 | Update find(p).map(p) occurrences to use find_map(p) | André Luis Leal Cardoso Junior | -1/+3 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -2/+2 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -50/+50 | |
| 2019-02-20 | partially HirIdify lints | ljedrz | -1/+1 | |
| 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 | -2/+2 | |
| 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 | -16/+16 | |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -8/+7 | |
| 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 | -6/+6 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -2/+2 | |
| 2018-11-27 | Fix some formatting issues | flip1995 | -4/+3 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -47/+52 | |
| 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 | -6/+6 | |
| 2018-09-02 | Fix #3112 | Michael Wright | -1/+3 | |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-08-22 | rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 | Matthias Krüger | -1/+1 | |
| 2018-08-19 | codemap -> source_map | Manish Goregaokar | -1/+1 | |
| https://github.com/rust-lang/rust/pull/52953 | ||||
| 2018-08-14 | Move shadow_unrelated to pedantic | Dale Wijnand | -1/+1 | |
| 2018-08-12 | docs: add more suggestions on how to fix clippy findings to the online lint ↵ | Matthias Krüger | -0/+4 | |
| list. | ||||
| 2018-07-24 | Inline utils::in_external_macro | Dale Wijnand | -4/+4 | |
| 2018-07-23 | Rustup | Oliver Schneider | -1/+1 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
