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
/
check_code_block_syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-23
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...
Guillaume Gomez
-1
/
+1
2025-06-19
Extract Translator struct
Cameron Steffen
-18
/
+10
2025-02-12
Correctly escape hashtags when running `invalid_rust_codeblocks` lint
Guillaume Gomez
-1
/
+6
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
-1
/
+1
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
-2
/
+2
2024-09-04
rustdoc: unify the short-circuit on all lints
Michael Howell
-4
/
+2
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-2
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+3
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
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
-1
/
+3
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-3
/
+1
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 `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-2
/
+2
2024-02-22
Overhaul `Diagnostic` args.
Nicholas Nethercote
-1
/
+1
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
-1
/
+1
2024-01-05
rustc_span: Remove `fn fresh_expansion`
Vadim Petrochenkov
-2
/
+2
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
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-2
/
+0
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-1
/
+3
2023-09-08
Reuse rustdoc's doc comment handling in Clippy
Alex Macleod
-6
/
+10
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-3
/
+3
2023-07-25
Use a builder instead of boolean/option arguments
Oli Scherer
-1
/
+1
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-6
/
+5
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-02-22
various: translation resources from cg backend
David Wood
-2
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-3
/
+2
2023-01-08
Make translate_message return result and add tests
mejrs
-1
/
+3
2022-11-22
Consolidate rustdoc's lint passes into a single pass
Noah Lev
-0
/
+170