about summary refs log tree commit diff
path: root/clippy_lints/src/doc.rs
AgeCommit message (Expand)AuthorLines
2018-05-03Fixed build for latest nightly (again)Alexander Regueiro-2/+2
2018-04-27Fix missing line comment in doc_markdown exampleNathan-1/+1
2018-04-15fixing error message for empty println macroMSI\Stew's Laptop-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-16Apply clippy suggestionsMateusz MikuĊ‚a-2/+2
2017-11-29Fix a bug in search_same + add a test case.laurent-2/+1
2017-11-05Cargo fmttopecongiro-7/+9
2017-10-31fix some typosMartin Lindhe-1/+1
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-1/+1
2017-09-30Have a separate message for raw URLs in docmcarton-0/+13
2017-09-30Don't lint autolinks in `doc_markdown`mcarton-1/+11
2017-09-05Run nightly rustfmtOliver Schneider-11/+9
2017-09-03Run rustfmtManish Goregaokar-8/+2
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-17/+8
2017-08-22Merge pull request #1977 from rust-lang-nursery/panicOliver Schneider-2/+2
2017-08-21Run Dogfood for `use_self`Oliver Schneider-2/+2
2017-08-19remove stars at the beginning of multiline commentsAndre Bogus-4/+21
2017-08-14RustfmtOliver Schneider-13/+39
2017-06-29Run rustfmtOliver Schneider-17/+15
2017-06-17Ignore mix of {,non-}sugared doc in `doc_markdown`mcarton-0/+5
2017-06-17Fix spans in all cases in `doc_markdown`mcarton-12/+11
2017-06-17Fix spans in `doc_markdown` in most casesmcarton-3/+22
2017-06-17Rewrite `doc_markdown` to use `pulldown-cmark`mcarton-285/+110
2017-06-11fix another never_loopCameron Steffen-6/+6
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-1/+1
2017-03-21Run rustfmtOliver Schneider-2/+2
2017-03-21Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)Enrico Schmitz-3/+1
2017-01-17apply rustfmtOliver Schneider-1/+2
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-1/+3
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-29/+24
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-8/+10
2016-10-30Add lint for redundant pattern matching in iflet for Result/Optiond-dorazio-1/+1
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+3
2016-08-07Make the lint docstrings more consistent.Georg Brandl-6/+8
2016-07-08Handle `/**` and `~~~` in `DOC_MARKDOWN`mcarton-18/+108
2016-06-16round 1Oliver Schneider-1/+1
2016-06-10Run rustfmtmcarton-1/+1
2016-05-28Fix `doc_markdown` and multiline quotes and linksmcarton-34/+73
2016-05-28Improve markdown parsing for the doc lintmcarton-77/+121
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+235