aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/item_tree/lower.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #6016bors[bot]2020-09-171-1/+2
|\ | | | | | | | | | | | | | | | | | | 6016: Emit diagnostics for unresolved imports and extern crates r=jonas-schievink a=jonas-schievink AFAIK, we don't have any major bugs in name resolution that would cause a lot of false positives here (except procedural attribute macro support and some rare issues around `#[path]` on module files), so these are *not* marked as experimental diagnostics right now. I noticed that diagnostics in a file sometimes don't get displayed after opening, but require some edit to be performed. This seems like a preexisting issue though. Co-authored-by: Jonas Schievink <[email protected]>
| * Store `Import` indices for later reconstructionJonas Schievink2020-09-161-1/+2
| |
* | Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-2/+4
|/
* Support extern typesJonas Schievink2020-08-241-0/+4
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+705