about summary refs log tree commit diff
path: root/clippy_lints/src/dbg_macro.rs
AgeCommit message (Expand)AuthorLines
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-12-03Rustup to rust-lang/rust#66935flip1995-3/+3
2019-09-04Refactor option handlingJeremy Stucki-4/+1
2019-08-16Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"Lzu Tao-2/+2
2019-05-17Prevent symbocalypseOliver Scherer-2/+1
2019-05-14Rustfmt all the thingsOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-1/+2
2019-04-17Use lint pass macrosMatthew Kraai-14/+3
2019-03-05move lint documentation into macro invocationsAndy Russell-15/+15
2019-02-03run `util/dev update_lints` and `cargo fmt --all`rhysd-3/+3
2019-02-03prefer `if` to `match`rhysd-22/+19
2019-02-03use snippet for making a suggestion if possiblerhysd-8/+37
2019-02-02add more test cases for dbg_macro rulerhysd-1/+0
2019-02-02use span_help_and_lint() instead of span_lint_and_sugg()rhysd-4/+2
2019-02-01`cargo +nightly fmt` at clippy_lints/rhysd-2/+2
2019-02-01remove TODO comment which was already donerhysd-1/+1
2019-02-01fix category and use suggestionrhysd-7/+11
2019-01-31implement dbg_macro rule (fixes #3721)rhysd-0/+51