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
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
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-1
/
+1
2020-12-29
Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote
bors
-1
/
+1
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
2020-12-21
Rename rustc_middle::lint::LintSource
pierwill
-2
/
+2
2020-12-12
Calculate span info on-demand instead of ahead of time
Joshua Nelson
-9
/
+6
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-1
/
+1
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-10-12
Improve lint level handling
Guillaume Gomez
-1
/
+3
2020-10-12
Apply same treatment to MISSING_DOC_CODE_EXAMPLES
Guillaume Gomez
-2
/
+3
2020-10-12
Inherit lint level from parents
Guillaume Gomez
-23
/
+17
2020-10-12
rustdoc: skip allow missing doc in cover. report
Roman
-2
/
+19
2020-10-03
Change DocFragments from enum variant fields to structs with a nested enum
Joshua Nelson
-1
/
+6
2020-08-21
Unify checks for lint missing_doc_code_examples and --show-coverage
Guillaume Gomez
-15
/
+2
2020-08-21
Show line even if there is no code examples
Guillaume Gomez
-5
/
+3
2020-08-21
Ignore more kind of items for doc examples
Guillaume Gomez
-0
/
+4
2020-08-20
fmt
Guillaume Gomez
-11
/
+2
[next]