rust-analyzer/crates/hir/src
Aleksey Kladov f8a59adf5e Tease apart orthogonal concerns in markdown link rewriting
`hir` should know nothing about URLs, markdown and html. It should
only be able to:

* resolve stringy path from documentation
* generate canonical stringy path for a def

In contrast, link rewriting should not care about semantics of paths
and names resolution, and should be concern only with text mangling
bits.
2020-08-26 20:24:00 +02:00
..
semantics Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
attrs.rs Tease apart orthogonal concerns in markdown link rewriting 2020-08-26 20:24:00 +02:00
code_model.rs Tease apart orthogonal concerns in markdown link rewriting 2020-08-26 20:24:00 +02:00
db.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
diagnostics.rs Rename ra_hir -> hir 2020-08-13 16:36:55 +02:00
from_id.rs Remove AttrDef 2020-08-25 14:44:15 +02:00
has_source.rs synchronizing changes 2020-08-15 02:37:43 +07:00
lib.rs Tease apart orthogonal concerns in markdown link rewriting 2020-08-26 20:24:00 +02:00
semantics.rs ⬆️ ungrammar 2020-08-21 19:14:05 +02:00
source_analyzer.rs Don't expose hir::Path out of hir 2020-08-15 18:50:41 +02:00