about summary refs log tree commit diff
path: root/clippy_lints/src/inherent_to_string.rs
AgeCommit message (Expand)AuthorLines
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-3/+3
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-04Fix typo in inherent_to_string documentationEdgars Baduns-2/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-08-28Fix `inherent_to_string` false positiveYuki Okushi-0/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-07-17Corrections for PR review.Darth-Revan-11/+17
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-0/+148