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
/
src
/
tools
/
lint-docs
Age
Commit message (
Expand
)
Author
Lines
2025-09-02
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote
-2
/
+2
2025-08-30
Fix stage 1 compiler tests
Jakub Beránek
-8
/
+47
2025-08-28
Add `tempfile` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-28
Add `serde_json` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-07-17
Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-07-11
Split up the `unknown_or_malformed_diagnostic_attributes` lint
mejrs
-0
/
+4
2025-07-08
update to literal-escaper-0.0.5
Marijn Schouten
-1
/
+1
2025-06-23
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-3
/
+3
2025-05-27
Avoid including text direction codepoints in lint messages
Matthew Jasper
-0
/
+12
2025-05-07
Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross
Jacob Pratt
-0
/
+1
2025-04-26
Update lint-docs to default to Rust 2024
Eric Huss
-1
/
+1
2025-04-26
lint-docs: Don't hard-code the valid editions
Eric Huss
-14
/
+8
2025-02-08
Rustfmt
bjorn3
-18
/
+24
2025-01-14
Un-spaghettify the control flow of generate_lint_output
Michael Goulet
-40
/
+49
2025-01-13
Detect unstable lint docs that dont enable their feature
Michael Goulet
-10
/
+28
2024-12-13
the soft_unstable lint cannot have an example that will keep working
Ralf Jung
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-24
/
+18
2024-09-04
forward linker option to lint-docs
chenx97
-0
/
+13
2024-08-21
lint on tail expr drop order change in Edition 2024
Ding Xiang Fei
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+3
2024-07-17
Rename `deprecated_safe` lint to `deprecated_safe_2024`
Tobias Bucher
-0
/
+1
2024-07-07
use "bootstrap" instead of "rustbuild" in comments and docs
onur-ozkan
-2
/
+2
2024-06-13
lint-docs: apply considerable clippy suggestions
onur-ozkan
-10
/
+10
2024-05-24
Add "better" edition handling on lint-docs tool
Santiago Pastorino
-2
/
+11
2024-04-22
Deny gen keyword in edition_2024_compat lints
Michael Goulet
-0
/
+5
2024-04-20
Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-0
/
+89
2024-04-15
Fix docs for unstable_features lint.
Eric Huss
-1
/
+0
2024-04-15
lint-docs: Add redirects for renamed lints.
Eric Huss
-0
/
+89
2024-03-05
Split refining_impl_trait lint into _reachable, _internal variants
Tyler Mandry
-0
/
+4
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-0
/
+1
2023-07-11
Revert "Fix `x test lint-docs` when download-rustc is enabled"
jyn
-7
/
+0
2023-04-18
Fix `x test lint-docs` when download-rustc is enabled
jyn
-1
/
+11
2023-02-28
Collect all matching messages for a lint.
Eric Huss
-29
/
+28
2023-02-28
Add check for errant {{produces}} marker.
Eric Huss
-4
/
+34
2022-10-24
fix the lint as requested
Kagami Sascha Rosylight
-4
/
+2
2022-06-04
Add `let_underscore` lint group to `GROUP_DESCRIPTIONS`.
Aaron Kofsky
-0
/
+1
2022-05-19
Minor tweaks to rustc book summary formatting.
Eric Huss
-3
/
+3
2021-09-20
Adjust documentation for compatibility with 2021
Mark Rousskov
-0
/
+4
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-06
Allow lint names to have ascii numbers
Ryan Levick
-1
/
+3
2021-04-26
Add 2021 compatibility lint description
Ryan Levick
-0
/
+1
2020-12-26
lint-docs: Warn on missing lint when documenting.
Eric Huss
-6
/
+16
2020-12-06
Fix trimming of lint docs
Camelid
-2
/
+2
2020-11-29
lint-docs: Use strip-prefix to simplify.
Eric Huss
-4
/
+3
2020-11-29
lint-docs: Add some extra detail to the error message.
Eric Huss
-0
/
+13
2020-11-28
lint-docs: Add --validate flag to validate lint docs separately.
Eric Huss
-18
/
+57
2020-11-28
lint-docs: Move free functions into methods of LintExtractor.
Eric Huss
-469
/
+470
2020-09-16
Pass --target to lint docs
Mark Rousskov
-14
/
+34
2020-09-14
Include non-JSON output in error display for lint-doc failure.
Eric Huss
-1
/
+4
[next]