about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/rustdoc.rs
AgeCommit message (Expand)AuthorLines
2023-02-18Correctly handle if a link starts with a whitespaceGuillaume Gomez-0/+1
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-2/+19
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-13/+10
2023-02-15use chars instead of strings where applicableMatthias Krüger-1/+1
2023-02-10Stop resolving doc links on `mod` items twiceVadim Petrochenkov-0/+8
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-0/+361