| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-27 | Rename `span_help_and_lint` to `span_lint_and_help` | Yuki Okushi | -2/+2 | |
| 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/+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 | -3/+8 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -8/+10 | |
| 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 | ||||
| 2020-01-03 | No #[no_mangle] must_use_candidate functions | Andre Bogus | -3/+6 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -7/+7 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -9/+9 | |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -1/+1 | |
| 2019-12-22 | implemented `let_underscore` lint | Mikhail Babenko | -3/+3 | |
| actually add files update lints change to pedantic | ||||
| 2019-12-22 | move is_must_use_ty to utils | Mikhail Babenko | -44/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -9/+9 | |
| 2019-12-21 | rustup "Merge `ast::Mutability` and `mir::Mutability`" | Lzu Tao | -2/+2 | |
| 2019-12-06 | Lint only exported must_use_candidates | Andre Bogus | -0/+1 | |
| 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/+1 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -1/+1 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -1/+1 | |
| 2019-11-12 | no more must-use-candidate on trait impls | Andre Bogus | -2/+5 | |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -2/+2 | |
| 2019-11-08 | Rustup rust-lang/rust#66188 | HMPerson1 | -6/+6 | |
| 2019-10-19 | rustup https://github.com/rust-lang/rust/pull/65535 | Lzu Tao | -1/+1 | |
| 2019-10-18 | Omit proc macros from `must_use_candidate` | Andre Bogus | -5/+5 | |
| 2019-10-15 | Rustup to rustc 1.40.0-nightly (237d54ff6 2019-10-15) | Manish Goregaokar | -3/+6 | |
| 2019-10-15 | Add a new lint for unused self | James Wang | -3/+2 | |
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -28/+384 | |
| `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-09-18 | Work around qpath_res issue | Michael Wright | -2/+2 | |
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -16/+4 | |
| 2019-09-03 | Fix `too_many_lines` false positive | Michael Wright | -1/+1 | |
| Fixes #4364 | ||||
| 2019-08-28 | Replace `Arg` with `Param` | Yuki Okushi | -1/+1 | |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -1/+2 | |
| cc #4319 | ||||
| 2019-06-25 | fmt | Manish Goregaokar | -5/+1 | |
| 2019-06-25 | find_by_hir_id -> find | Manish Goregaokar | -1/+1 | |
| 2019-06-25 | get_parent_node_by_hir_id -> get_parent_node | Manish Goregaokar | -1/+1 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -2/+2 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-06-12 | Typos and minor grammar corrections | mgr-inz-rafal | -1/+1 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -2/+2 | |
| 2019-05-02 | remove function body from "too many args" span | Andy Russell | -2/+17 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -10/+2 | |
| Fixes #3917. | ||||
| 2019-04-14 | Remove now-unnecessary calls to node_to_hir_id | Manish Goregaokar | -1/+1 | |
| 2019-04-10 | Support updated type dependent def ID getter | Tomas Koutsky | -1/+1 | |
| 2019-03-23 | rustup https://github.com/rust-lang/rust/pull/59096/ | Matthias Krüger | -2/+1 | |
| 2019-03-07 | align with rust-lang/rust/#58992 | ljedrz | -5/+4 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -53/+53 | |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -5/+5 | |
| 2019-02-25 | Auto merge of #3805 - martinsp:ice-3747, r=Manishearth | bors | -3/+3 | |
| Fix ICE #3747 I'm not sure if this was the correct approach. I don't know if I put tests/ui/crashses/ice-3747.rs in correct place because the test always passed when I ran it with `cargo test`, even without the fix applied. If I run that test with `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug tests/ui/crashes/ice-3747.rs` then the test correctly fails without the fix applied fixes #3747 | ||||
| 2019-02-24 | fix formatting | ljedrz | -2/+4 | |
