aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace `ra_hir_expand::either` with crateice10002019-12-031-5/+5
|
* Infer range typesoxalica2019-11-281-0/+30
|
* Rename Source -> InFileAleksey Kladov2019-11-281-2/+2
|
* Add hygiene information to SourceAnalyzerEdwin Cheng2019-11-261-1/+1
|
* Don't redo field resolution in the IDEAleksey Kladov2019-11-241-1/+1
|
* Some docsAleksey Kladov2019-11-241-1/+1
|
* Reduce visibilityAleksey Kladov2019-11-241-4/+7
|
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-1/+1
|
* improve compile time a bitAleksey Kladov2019-10-301-1/+1
|
* move hygiene to hir_expandAleksey Kladov2019-10-301-1/+2
|
* push name down to hir_expandAleksey Kladov2019-10-301-8/+7
|
* push either to hir_expandAleksey Kladov2019-10-301-1/+1
|
* refactor $crate handlingAleksey Kladov2019-10-301-52/+49
| | | | | Introduce proper hygiene module, which should grow quite a bit eventually.
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+423