about summary refs log tree commit diff
path: root/clippy_lints/src/utils/sugg.rs
AgeCommit message (Expand)AuthorLines
2020-02-02Rustup to rust-lang/rust#68133Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-5/+5
2019-12-24do minor cleanupsLzu Tao-2/+0
2019-11-13literal representation restructure 12Michael Wright-0/+2
2019-11-08rustup https://github.com/rust-lang/rust/pull/65916Lzu Tao-3/+3
2019-10-18Fix suggestion for rangesHMPerson1-3/+11
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+1
2019-09-27Rustup to rust-lang/rust#64813flip1995-2/+2
2019-09-12Fix lint warningsMichael Wright-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-2/+2
2019-07-06Fix breakage due to rust-lang/rust#61988Michael Wright-1/+0
2019-06-23Fix fallout from rust-lang/rust PR 60861.Mazdak Farrokhzad-2/+1
2019-06-12Remove wrong lifetime from LintContextLzu Tao-3/+3
2019-06-09rustup https://github.com/rust-lang/rust/pull/61669/Matthias Krüger-2/+2
2019-05-24rustup https://github.com/rust-lang/rust/pull/60803/Matthias Krüger-3/+1
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-2/+2
2019-05-10Remove some unnecessary If armsManish Goregaokar-1/+0
2019-05-08rustup https://github.com/rust-lang/rust/pull/60586Matthias Krüger-0/+1
2019-05-01rustup https://github.com/rust-lang/rust/pull/60417/Matthias Krüger-1/+1
2019-04-28Fix breakage due to rust-lang/rust#60225Michael Wright-0/+1
2019-03-10Addressed points raised in review.Alexander Regueiro-12/+11
2019-03-10Various cosmetic improvements.Alexander Regueiro-10/+10
2019-02-19Document the new `Sugg` functionsflip1995-0/+3
2019-02-19Implement Sugg::hir_with_macro_callsiteflip1995-33/+43
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-3/+3
2019-01-22Added "make_return" and "blockify" convenience methods in Sugg and used them ...Grzegorz Bartoszek-0/+29
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-15/+15
2018-12-28Match on ast/hir::ExprKind::Errflip1995-2/+4
2018-12-17Changes lint sugg to bitwise and operator `&`Lucas Lois-0/+5
2018-11-27Run rustfmt on clippy_lintsflip1995-133/+126
2018-11-27Fix bugs and improve documentationflip1995-2/+16
2018-11-27Introduce snippet_with_applicability and hir_with_applicability functionsflip1995-0/+9
2018-10-30Rustup to rustc 1.31.0-nightly (fb2446ad5 2018-10-30)Manish Goregaokar-1/+1
2018-10-08Fix cast_possible_truncation warningsDevon Hollowood-1/+2
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Fix indentsVitaly _Vi Shukela-5/+5
2018-09-20Supplement DiagnosticBuilderExt with ApplicabilityVitaly _Vi Shukela-9/+9
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-3/+19
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-14/+14
2018-09-01Merge pull request #2977 from flip1995/tool_lintsManish Goregaokar-4/+2
2018-08-29Adapt codebase to the tool_lintsflip1995-4/+2
2018-08-29bring back sugg::rangeCorey Farwell-0/+10
2018-08-28Make clippy_lints::{utils,consts} modules private, remove unused items.Corey Farwell-9/+0
2018-08-23fix clippy breakage due to https://github.com/rust-lang/rust/pull/52602Matthias Krüger-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-4/+4