about summary refs log tree commit diff
path: root/clippy_lints/src/doc/markdown.rs
AgeCommit message (Expand)AuthorLines
2024-08-17Replace `span_suggestion_with_style` with `_verbose`Alex Macleod-12/+3
2024-07-26Fix case where `doc_markdown` is triggered on words ending with "ified"Guillaume Gomez-0/+4
2024-05-25Auto merge of #12809 - GuillaumeGomez:missing-backticks-fix, r=y21bors-0/+20
2024-05-24feat: auto-fix for `bare URLs` in doc commentsHamir Mahal-3/+5
2024-05-21Correctly handle closing parens in `missing_backticks` doc lintGuillaume Gomez-0/+20
2024-03-13Don't emit `doc_markdown` lint for missing backticks if it's inside a quoteGuillaume Gomez-4/+13
2024-03-05Auto merge of #12423 - GuillaumeGomez:code-wrapped-element, r=Alexendoobors-4/+4
2024-03-05Don't emit "missing backticks" lint if the element is wrapped in `<code>` HTM...Guillaume Gomez-4/+4
2024-03-04Handle plural acronyms in `doc_markdown`Samuel Moelius-1/+8
2023-12-13[`doc_markdown`] Recognize words followed by empty parenthesis `()` for quotingMarti Raudsepp-3/+13
2023-11-20move `doc.rs` to its own subdirectoryy21-0/+109