aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* internal: expose cfg attrs from hir::CrateAleksey Kladov2021-05-071-0/+1
|
* Use arrayvec 0.7 to avoid perf regression in 0.6.1kjeremy2021-04-051-1/+1
| | | | See: https://github.com/bluss/arrayvec/issues/182
* Use arrayvec 0.6Laurențiu Nicola2021-03-251-1/+1
|
* Return multiple modules in `parent_module`Lukas Wirth2021-03-151-0/+1
|
* Update crateskjeremy2020-12-301-1/+1
|
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-1/+0
| | | | | | | | | | | | `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.
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-251-8/+9
|\
| * Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
| |
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-7/+7
| |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-0/+2
|/
* Rename ra_hir -> hirAleksey Kladov2020-08-131-0/+24