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
/
calculate_doc_coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-30
Reorder fields in `hir::ItemKind` variants.
Nicholas Nethercote
-1
/
+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
/
+4
2025-03-27
Remove and stabilize --enable-per-target-ignores
Eric Huss
-1
/
+1
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-2
/
+2
2024-11-04
Fix invalid coverage computation when `--output-format=json` is enabled
Guillaume Gomez
-0
/
+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
-2
/
+2
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-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+9
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-8
/
+1
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-1
/
+8
2023-08-16
Use more named format args
Guillaume Gomez
-2
/
+4
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-3
/
+3
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-7
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+0
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-7
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-2
/
+2
2022-08-13
make clean::Item::span return option instead of dummy span
Michael Goulet
-8
/
+10
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-3
/
+3
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+1
2021-10-31
Convert many impls of `DocFolder` to `DocVisitor`
Noah Lev
-11
/
+12
2021-10-02
rustdoc: Improve doctest pass's name and module's name
Noah Lev
-1
/
+1
2021-09-10
Don't require documentation for fields in an enum tuple variant or for tuple ...
Guillaume Gomez
-3
/
+37
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-2
/
+2
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-3
/
+3
2021-05-08
Remove `FakeDefId::expect_local()`
Camelid
-1
/
+7
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+2
2021-05-05
Remove impl Display for FileName and add FileNameDisplay wrapper type
Andy Wang
-1
/
+1
2021-04-24
Get rid of `item.span`
Joshua Nelson
-1
/
+1
2021-04-24
Do the hard part first
Joshua Nelson
-1
/
+1
2021-04-09
rustdoc: Don't generate blanket impls when running --show-coverage
Joshua Nelson
-43
/
+7
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-3
/
+7
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-2
/
+2
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-1
/
+1
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-1
/
+1
2021-02-22
Remove many RefCells from DocContext
Camelid
-1
/
+1
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-7
/
+3
2021-01-28
rustdoc: Remove unnecessary optional
Camelid
-1
/
+1
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-2
/
+7
2021-01-02
Improve code for DocFragment rework
Guillaume Gomez
-6
/
+1
[next]