about summary refs log tree commit diff
path: root/clippy_lints/src/reference.rs
AgeCommit message (Expand)AuthorLines
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2017-09-05Run nightly rustfmtOliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-6/+8
2017-06-29Run rustfmtOliver Schneider-2/+6
2017-06-22Use span_lint_and_suggSeo Sanghyeon-4/+3
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-10/+4
2016-11-25Convert DEREF_ADDROF to EarlyLintPassPhil Turnbull-5/+12
2016-11-22Lint usage of `*&` and `*&mut`Phil Turnbull-0/+48