about summary refs log tree commit diff
path: root/src/librustdoc/json/import_finder.rs
AgeCommit message (Collapse)AuthorLines
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-5/+5
Not all uses are converted, a few cases iterating through maps/sets and requiring nontrivial changes are kept.
2022-08-29Rustdoc-Json: Retain Stripped Modules when they are imported, not when they ↵Nixon Enraght-Moony-0/+38
have items. Fixes #101103 Fixes #100973