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
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
-12
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-1
/
+1
2023-11-03
clone less
Matthias Krüger
-78
/
+72
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
-29
/
+48
2023-08-21
rustdoc: use unicode-aware checks for redundant explicit link fastpath
Michael Howell
-6
/
+1
2023-08-18
Fix format
Kyle Lin
-1
/
+1
2023-08-18
Fix private function importing
Kyle Lin
-1
/
+1
2023-08-18
Skip lint check when item is not fully public
Kyle Lin
-0
/
+19
2023-08-18
relax redundancy constraint
Kyle Lin
-6
/
+1
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-0
/
+10
2023-08-18
fomar files
Kyle Lin
-4
/
+9
2023-08-18
Still resolving rustdoc resolution panicking
Kyle Lin
-25
/
+51
2023-08-18
Support Reference & ReferenceUnknown link lint
Kyle Lin
-51
/
+160
2023-08-18
Refactor lint from rustc to rustdoc
Kyle Lin
-0
/
+188
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-10
/
+10
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
-12
/
+12
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-97
/
+104
2023-05-27
Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle
Matthias Krüger
-1
/
+1
2023-05-27
Clean up usage of `cx.tcx` when `tcx` is already set into a variable
Guillaume Gomez
-1
/
+1
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-4
/
+4
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-04-29
Add `rustdoc::unescaped_backtick` lint
Lukas Markeffsky
-0
/
+416
2023-02-22
rustdoc: reduce allocations when generating tooltips
Michael Howell
-1
/
+1
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-02-15
Use more let chain
Guillaume Gomez
-5
/
+3
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
/
+666