about summary refs log tree commit diff
path: root/clippy_lints/src/doc
AgeCommit message (Expand)AuthorLines
2025-02-20Rustup (#14262)Philipp Krones-433/+9
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+100
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-3/+3
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-425/+1
2025-02-07Correct version of `doc_overindented_list_items` (#14152)llogiq-1/+1
2025-02-06Rollup merge of #136645 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-4/+7
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-4/+7
2025-02-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+7
2025-02-05Correct version of `doc_overindented_list_items`Yutaro Ohno-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-3/+3
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-39/+105
2025-01-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-39/+105
2025-01-28Add new lint `doc_overindented_list_items`Yutaro Ohno-38/+104
2025-01-15use `repeat_n()` where availablelapla-cogito-1/+1
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+1
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-4/+11
2025-01-09Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+11
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-2/+2
2024-12-29use the correct `ParamEnv` when checking future's output type (#13863)dswij-2/+9
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-7/+113
2024-12-26Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-7/+113
2024-12-21use the correct `ParamEnv` when checking future's return type in `missing_err...y21-2/+9
2024-12-15Add hir::AttributeJonathan Dönszelmann-13/+12
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-1/+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-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-1/+1
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-0/+80
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/+73
2024-11-21Add new lint `doc_include_without_cfg`Guillaume Gomez-0/+73
2024-11-18`missing_safety_doc` accept capitalized "SAFETY"overlookmotel-0/+1
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-1/+1
2024-11-12new lint `unnecessary_map_or`Jacherr-1/+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