index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
doc
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-20
Rustup (#14262)
Philipp Krones
-84
/
+5
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+99
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-02-16
Update version attribute for 1.85 clippy lints
xFrednet
-2
/
+2
2025-02-14
doc_link_code: add check for links with code spans that render weird (#14121)
Catherine Flores
-0
/
+98
2025-02-10
Use a separate loop to drive the check for code clusters
Michael Howell
-37
/
+73
2025-02-07
Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...
Guillaume Gomez
-80
/
+1
2025-02-07
Correct version of `doc_overindented_list_items` (#14152)
llogiq
-1
/
+1
2025-02-05
Correct version of `doc_overindented_list_items`
Yutaro Ohno
-1
/
+1
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-5
/
+4
2025-01-30
doc_link_code: add check for `text`[`adjacent`] style links
Michael Howell
-0
/
+62
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-0
/
+34
2025-01-28
Add new lint `doc_overindented_list_items`
Yutaro Ohno
-0
/
+34
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2025-01-09
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-27
Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...
Timo
-1
/
+1
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-1
/
+1
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-5
/
+111
2024-12-26
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-5
/
+111
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+1
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-5
/
+111
2024-12-02
doc_lazy_continuation: Correctly count indent with backslashes
Michael Howell
-1
/
+6
2024-12-02
doc_nested_refdefs: new lint for suspicious list syntax (#13707)
Jason Newcomb
-5
/
+106
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-0
/
+35
2024-11-27
doc_nested_refdefs: apply suggestions
Michael Howell
-12
/
+12
2024-11-27
doc_nested_refdefs: new lint for suspicious refdef syntax
Michael Howell
-5
/
+106
2024-11-24
Add Known problems section
Michael Howell
-0
/
+2
2024-11-23
Add note about caveat for `cfg(doc)`
Michael Howell
-2
/
+6
2024-11-21
Add new lint `doc_include_without_cfg` (#13625)
Alejandra González
-0
/
+28
2024-11-21
Add new lint `doc_include_without_cfg`
Guillaume Gomez
-0
/
+28
2024-11-18
`missing_safety_doc` accept capitalized "SAFETY"
overlookmotel
-0
/
+1
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-4
/
+4
2024-10-22
docs: Fix too_long_first_doc_paragraph: line -> paragraph
Evan Jones
-4
/
+4
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-10-15
Move `too_long_first_doc_paragraph` to nursery
xFrednet
-1
/
+1
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-09-25
Fix `clippy_lints` and `clippy_utils`
Samuel Moelius
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-9
/
+84
2024-09-22
Formatting
Philipp Krones
-3
/
+3
2024-09-05
Correct version of `too_long_first_doc_paragraph`
Kevin Reid
-1
/
+1
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-35
/
+87
2024-08-24
Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr
Alex Macleod
-5
/
+80
2024-08-24
Auto merge of #12993 - GuillaumeGomez:too_long_first_doc_paragraph, r=Centri3
bors
-31
/
+83
2024-08-12
Remove `HashSet`s from `Conf`
Alex Macleod
-3
/
+3
2024-08-12
fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta...
Antoni Spaanderman
-1
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-4
/
+5
2024-08-07
Replace `in_constant` with `is_in_const_context`. Use only the state in `Late...
Jason Newcomb
-2
/
+2
2024-07-31
Fix false positive for `missing_backticks` in footnote references
Guillaume Gomez
-2
/
+3
[next]