]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/doc.rs
remove stars at the beginning of multiline comments
[rust.git] / clippy_lints / src / doc.rs
2017-08-19 Andre Bogusremove stars at the beginning of multiline comments
2017-08-14 Oliver SchneiderRustfmt
2017-07-04 Oliver SchneiderMerge pull request #1860 from Vurich/master
2017-07-04 Oliver SchneiderMerge pull request #1847 from Manishearth/nested_while_let
2017-07-03 Oliver SchneiderMerge pull request #1852 from Manishearth/notrans
2017-06-29 Oliver SchneiderMerge pull request #1862 from messense/feature/fix...
2017-06-29 Oliver SchneiderRun rustfmt
2017-06-17 Martin CartonMerge pull request #1799 from Manishearth/docs
2017-06-17 mcartonIgnore mix of {,non-}sugared doc in `doc_markdown`
2017-06-17 mcartonFix spans in all cases in `doc_markdown`
2017-06-17 mcartonFix spans in `doc_markdown` in most cases
2017-06-17 mcartonRewrite `doc_markdown` to use `pulldown-cmark`
2017-06-13 Oliver SchneiderMerge pull request #1501 from scott-linder/types-borrow-box
2017-06-12 Oliver SchneiderMerge pull request #1804 from camsteffen/never_loop
2017-06-11 Cameron Steffenfix another never_loop
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-24 Oliver SchneiderMerge pull request #1617 from sinkuu/proc_macro_pass_by...
2017-03-24 Oliver SchneiderMerge pull request #1627 from Manishearth/dont-panic
2017-03-21 Oliver SchneiderRun rustfmt
2017-03-21 Oliver SchneiderMerge pull request #1634 from ensch/master
2017-03-20 Enrico SchmitzFix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)
2017-01-17 Oliver Schneiderapply rustfmt
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneiderremove nondeterminism by adjusting thresholds
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-10-30 Oliver SchneiderMerge pull request #1299 from Manishearth/clippy-toml
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Oliver SchneiderMerge pull request #1305 from d-dorazio/1289-lint-for...
2016-10-30 d-dorazioAdd lint for redundant pattern matching in iflet for...
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-08 llogiqMerge pull request #1074 from Manishearth/fix-doc
2016-07-08 mcartonHandle `/**` and `~~~` in `DOC_MARKDOWN`
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
2016-06-16 Oliver Schneiderround 1
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonRun rustfmt
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-28 mcartonFix `doc_markdown` and multiline quotes and links
2016-05-28 mcartonImprove markdown parsing for the doc lint
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy