| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-27 | Rename `span_help_and_lint` to `span_lint_and_help` | Yuki Okushi | -3/+3 | |
| 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-07 | Rustup to rust-lang/rust#67886 | 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-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -7/+7 | |
| 2019-12-24 | do minor cleanups | Lzu Tao | -1/+0 | |
| * ToString and AsRef are in prelude, no need to import them | ||||
| 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-27 | Add BorrowKind::Ref | Manish Goregaokar | -1/+1 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -1/+1 | |
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -0/+1 | |
| `must_use_unit` lints unit-returning functions with a `#[must_use]` attribute, suggesting to remove it. `double_must_use` lints functions with a plain `#[must_use]` attribute, but which return a type which is already `#[must_use]`, so the attribute has no benefit. `must_use_candidate` is a pedantic lint that lints functions and methods that return some non-unit type that is not already `#[must_use]` and suggests to add the annotation. | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -5/+5 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -9/+8 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -1/+1 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -9/+10 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -1/+1 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -12/+4 | |
| Fixes #3917. | ||||
| 2019-04-17 | Use {get,match}_def_path from LateContext | flip1995 | -7/+7 | |
| 2019-03-08 | Refactor: Remove utils::opt_def_id | Philipp Hansch | -2/+2 | |
| This removes some indirection. Probably this method was uplifted to rustc at some point? | ||||
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -3/+3 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -38/+38 | |
| 2019-02-24 | HirIdify some lints | ljedrz | -4/+4 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 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-11-27 | Run rustfmt on clippy_lints | flip1995 | -46/+36 | |
| 2018-10-09 | Clarify code | Devon Hollowood | -17/+4 | |
| Take advantage of the fact that very large regexes are unlikely | ||||
| 2018-10-08 | Fix cast_possible_truncation warnings | Devon Hollowood | -2/+17 | |
| 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-12 | Change Hash{Map, Set} to FxHash{Map, Set} | flip1995 | -2/+2 | |
| 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-19 | codemap -> source_map | Manish Goregaokar | -1/+1 | |
| https://github.com/rust-lang/rust/pull/52953 | ||||
| 2018-07-20 | Remove import of if_chain | Manish Goregaokar | -0/+1 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | ExprKind | csmoe | -5/+5 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -2/+2 | |
| 2018-05-17 | Fix ICE for issue 2594 | Philipp Hansch | -1/+1 | |
| 2018-04-19 | Version bump | Oliver Schneider | -2/+2 | |
| 2018-04-07 | allow invalid UTF-8 in bytes Regexes | Tim Neumann | -1/+4 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -6/+6 | |
| 2018-03-15 | Merge branch 'miri' | Mateusz Mikuła | -15/+5 | |
| 2018-03-13 | Update dependencies | Oliver Schneider | -38/+71 | |
| 2018-03-13 | Update to rustc master | Oliver Schneider | -15/+5 | |
| 2018-01-23 | let invalid_regex point to the right place for raw strings | flip1995 | -3/+4 | |
| 2017-11-05 | Cargo fmt | topecongiro | -2/+5 | |
| 2017-10-23 | mechanically swap if_let_chain -> if_chain | Alex Burka | -39/+42 | |
| 2017-09-13 | Merge remote-tracking branch 'origin/master' into rustup | Oliver Schneider | -4/+2 | |
