about summary refs log tree commit diff
path: root/clippy_lints/src/doc/mod.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Rustup (#14262)Philipp Krones-84/+5
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+99
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+2
2025-02-16Update version attribute for 1.85 clippy lintsxFrednet-2/+2
2025-02-14doc_link_code: add check for links with code spans that render weird (#14121)Catherine Flores-0/+98
2025-02-10Use a separate loop to drive the check for code clustersMichael Howell-37/+73
2025-02-07Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...Guillaume Gomez-80/+1
2025-02-07Correct version of `doc_overindented_list_items` (#14152)llogiq-1/+1
2025-02-05Correct version of `doc_overindented_list_items`Yutaro Ohno-1/+1
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-5/+4
2025-01-30doc_link_code: add check for `text`[`adjacent`] style linksMichael Howell-0/+62
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-0/+34
2025-01-28Add new lint `doc_overindented_list_items`Yutaro Ohno-0/+34
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-1/+1
2025-01-09Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-12-27Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...Timo-1/+1
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-1/+1
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-5/+111
2024-12-26Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-5/+111
2024-12-15Add hir::AttributeJonathan Dönszelmann-2/+1
2024-12-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-5/+111
2024-12-02doc_lazy_continuation: Correctly count indent with backslashesMichael Howell-1/+6
2024-12-02doc_nested_refdefs: new lint for suspicious list syntax (#13707)Jason Newcomb-5/+106
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-0/+35
2024-11-27doc_nested_refdefs: apply suggestionsMichael Howell-12/+12
2024-11-27doc_nested_refdefs: new lint for suspicious refdef syntaxMichael Howell-5/+106
2024-11-24Add Known problems sectionMichael Howell-0/+2
2024-11-23Add note about caveat for `cfg(doc)`Michael Howell-2/+6
2024-11-21Add new lint `doc_include_without_cfg` (#13625)Alejandra González-0/+28
2024-11-21Add new lint `doc_include_without_cfg`Guillaume Gomez-0/+28
2024-11-18`missing_safety_doc` accept capitalized "SAFETY"overlookmotel-0/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-4/+4
2024-10-22docs: Fix too_long_first_doc_paragraph: line -> paragraphEvan Jones-4/+4
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-1/+1
2024-10-15Move `too_long_first_doc_paragraph` to nurseryxFrednet-1/+1
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-1/+1
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-1/+1
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-9/+84
2024-09-22FormattingPhilipp Krones-3/+3
2024-09-05Correct version of `too_long_first_doc_paragraph`Kevin Reid-1/+1
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-35/+87
2024-08-24Rewrite empty_line_after_doc_comments and empty_line_after_outer_attrAlex Macleod-5/+80
2024-08-24Auto merge of #12993 - GuillaumeGomez:too_long_first_doc_paragraph, r=Centri3bors-31/+83
2024-08-12Remove `HashSet`s from `Conf`Alex Macleod-3/+3
2024-08-12fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta...Antoni Spaanderman-1/+1
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-4/+5
2024-08-07Replace `in_constant` with `is_in_const_context`. Use only the state in `Late...Jason Newcomb-2/+2
2024-07-31Fix false positive for `missing_backticks` in footnote referencesGuillaume Gomez-2/+3