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
/
collect_intra_doc_links.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Add new `tyalias` intra-doc link disambiguator
Guillaume Gomez
-0
/
+2
2025-09-12
Don't store defaultness for inherent impl items
Cameron Steffen
-1
/
+1
2025-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-2
/
+2
2025-08-13
Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov
Guillaume Gomez
-12
/
+16
2025-08-12
rustdoc: Minimal fixes to compile with `MacroKinds`
Josh Triplett
-12
/
+16
2025-08-12
Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...
Stuart Cook
-2
/
+14
2025-08-11
don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]
binarycat
-2
/
+14
2025-08-05
rustdoc: fix caching of intra-doc links on reexports
binarycat
-1
/
+6
2025-07-24
rustdoc::broken_intra_doc_links: only be lenient with shortcut links
binarycat
-5
/
+22
2025-07-24
rustdoc::broken_intra_doc_links: no backticks = use old behavior
binarycat
-1
/
+3
2025-07-24
get rid of some false negatives in rustdoc::broken_intra_doc_links
binarycat
-3
/
+10
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-13
/
+12
2025-06-23
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...
Guillaume Gomez
-5
/
+8
2025-05-28
Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...
Trevor Gross
-8
/
+28
2025-05-27
rustdoc: linking to a local proc macro no longer warns
binarycat
-8
/
+28
2025-05-22
Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`.
Nicholas Nethercote
-6
/
+1
2025-05-09
Remove `Ident::empty`.
Nicholas Nethercote
-6
/
+15
2025-04-19
Fix error when an intra doc link is trying to resolve an empty associated item
Guillaume Gomez
-1
/
+6
2025-04-15
Move two methods from `AssocKind` to `AssocItem`.
Nicholas Nethercote
-2
/
+2
2025-03-07
Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2025-03-06
`x clippy src/librustdoc --fix`
Yotam Ofek
-1
/
+1
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-30
/
+27
2025-03-04
Adapt `librustdoc` to 2024 edition lifetieme capture rules
Yotam Ofek
-1
/
+1
2025-02-21
convert all_macro_rules from hashmap to hashset
klensy
-1
/
+1
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-1
/
+1
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-28
/
+24
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-20
Remove unused `recoverable` argument in collect_intra_doc_links
Guillaume Gomez
-21
/
+9
2024-10-15
Remove `AmbiguousLinks::disambiguator`
Guillaume Gomez
-3
/
+1
2024-10-15
Improve documentation for intra-doc links computation
Guillaume Gomez
-9
/
+9
2024-10-14
Delay ambiguous intra-doc link resolution after `Cache` has been populated
Guillaume Gomez
-34
/
+226
2024-10-08
Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle
Matthias Krüger
-4
/
+2
2024-10-08
Remove unneeded argument of `LinkCollector::verify_disambiguator`
Guillaume Gomez
-4
/
+2
2024-10-08
Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle
bors
-67
/
+0
2024-10-07
Remove dead code
Guillaume Gomez
-67
/
+0
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-3
/
+3
2024-10-04
rustdoc: cleaner errors on disambiguator/namespace mismatches
Michael Howell
-5
/
+16
2024-10-01
Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...
bors
-41
/
+54
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-1
/
+1
2024-09-24
Fix tools
Michael Goulet
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-19
Add `field@` and `variant@` doc-link disambiguators
Noa
-41
/
+54
2024-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+3
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+11
[next]