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
/
librustdoc
/
passes
/
lint
Age
Commit message (
Expand
)
Author
Lines
2025-09-22
fix ICE in rustdoc::invalid_html_tags
binarycat
-1
/
+2
2025-09-10
Simplify code for `find_raw_urls`
Guillaume Gomez
-17
/
+11
2025-09-10
Improve suggestion in case a bare URL is surrounded by brackets
Guillaume Gomez
-13
/
+40
2025-08-21
rustdoc::invalid_html_tags(unclosed comment): fix off by one in span
binarycat
-1
/
+1
2025-08-21
refactor rustdoc::invalid_html_tags tag parser
binarycat
-169
/
+380
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-8
/
+8
2025-06-23
Improve code and documentation
Guillaume Gomez
-12
/
+22
2025-06-23
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...
Guillaume Gomez
-17
/
+42
2025-06-19
Extract Translator struct
Cameron Steffen
-18
/
+10
2025-05-22
rustdoc: improve diagnostics on raw doc fragments
binarycat
-4
/
+8
2025-05-06
rustdoc: remove unportable markdown lint and old parser
Michael Howell
-145
/
+0
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-11
/
+11
2025-02-12
Correctly escape hashtags when running `invalid_rust_codeblocks` lint
Guillaume Gomez
-1
/
+6
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-5
/
+7
2024-12-06
Store a single copy of the error registry in DiagCtxt
bjorn3
-1
/
+2
2024-11-28
Fix new clippy lints
Guillaume Gomez
-98
/
+90
2024-10-07
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
Nicholas Nethercote
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-10
/
+9
2024-09-04
rustdoc: unify the short-circuit on all lints
Michael Howell
-196
/
+157
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-2
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-27
/
+29
2024-07-04
Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau
Matthias Krüger
-19
/
+17
2024-07-04
Adjust rustdoc automatic link suggestion
Esteban Küber
-19
/
+17
2024-07-01
rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes
Michael Howell
-0
/
+152
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-11
/
+15
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+2
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-3
/
+8
2024-06-05
Reorder `source_str_to_stream` arguments.
Nicholas Nethercote
-1
/
+1
2024-06-05
Don't use the word "parse" for lexing operations.
Nicholas Nethercote
-8
/
+3
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-3
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-20
/
+77
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-3
/
+1
2024-04-13
rustdoc: check redundant explicit links with correct itemid
Michael Howell
-11
/
+8
2024-03-28
Correctly get complete intra-doc link data
Guillaume Gomez
-1
/
+12
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-02-29
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-2
/
+2
2024-02-22
Overhaul `Diagnostic` args.
Nicholas Nethercote
-1
/
+1
2024-02-07
docs: also check the inline stmt during redundant link check
bohan
-17
/
+32
2024-02-05
Make `Emitter::emit_diagnostic` consuming.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-6
/
+6
2024-01-05
rustc_span: Remove `fn fresh_expansion`
Vadim Petrochenkov
-2
/
+2
2024-01-04
compiler: fix typos
vuittont60
-1
/
+1
2023-12-23
Improve some names.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
[next]