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
/
check_doc_test_visibility.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-0
/
+1
2025-04-25
Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease
Matthias Krüger
-1
/
+1
2025-04-03
Remove `LintExpectationId` from `Level` variants
Oli Scherer
-1
/
+1
2025-04-03
Make LevelAndSource a struct
Oli Scherer
-3
/
+3
2025-03-27
Remove and stabilize --enable-per-target-ignores
Eric Huss
-1
/
+1
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-1
/
+1
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-1
/
+2
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-1
/
+1
2024-11-28
Do not emit `missing_doc_code_examples` rustdoc lint on module and a few othe...
Guillaume Gomez
-2
/
+9
2024-11-28
Fix new clippy lints
Guillaume Gomez
-2
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-14
Delay ambiguous intra-doc link resolution after `Cache` has been populated
Guillaume Gomez
-1
/
+1
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-2
/
+2
2024-06-07
rustdoc: Rename `Tester` to `DoctestVisitor`
Noah Lev
-2
/
+2
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-1
/
+1
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-8
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-9
/
+6
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-8
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-2
/
+1
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-2
/
+2
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-2
/
+2
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
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
-3
/
+3
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-1
/
+8
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-1
/
+1
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-1
/
+1
2023-07-29
Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`
Guillaume Gomez
-1
/
+1
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+1
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-3
/
+1
2023-05-05
Modules can be reexported and it should be handled by rustdoc
Guillaume Gomez
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+0
2023-02-15
Use more let chain
Guillaume Gomez
-12
/
+11
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-8
/
+11
2023-01-04
rename find_parent_node to opt_parent_id
Michael Goulet
-1
/
+1
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-2
/
+2
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-2
/
+2
2022-10-01
rustdoc: adopt to the new lint API
Maybe Waffle
-6
/
+4
2022-09-12
Feature gate the rustdoc::missing_doc_code_examples lint
Wim Looman
-1
/
+1
2022-07-29
Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind
est31
-1
/
+1
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-05-24
fix simple clippy lints
klensy
-2
/
+2
[next]