aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Invert condition to unindent codeJonas Schievink2020-09-181-158/+157
* | Give `ExternCrate` a `Name`, not a `ModPath`Jonas Schievink2020-09-175-18/+11
* | Merge #6016bors[bot]2020-09-1710-72/+388
|\ \ | |/ |/|
| * Don't diagnose imports whose base crate is missingJonas Schievink2020-09-172-17/+64
| * Add annotation-based nameres diagnostic testsJonas Schievink2020-09-164-38/+150
| * Track import sources and emit diagnosticsJonas Schievink2020-09-162-21/+60
| * Leave extern crate items unresolved if they areJonas Schievink2020-09-161-1/+5
| * Add diagnostic types for unresolved crates/importsJonas Schievink2020-09-163-19/+128
| * Store `Import` indices for later reconstructionJonas Schievink2020-09-163-4/+9
* | Lower extern type alias as foreign opaque type.Charles Lew2020-09-161-0/+2
* | Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-153-3/+6
|/
* Merge #5971bors[bot]2020-09-132-2/+8
|\
| * Implement async blocksoxalica2020-09-102-2/+8
* | Implement box pattern inferenceJonas Schievink2020-09-122-1/+7
|/
* Support extern typesJonas Schievink2020-08-242-0/+6
* :arrow_up: ungrammarAleksey Kladov2020-08-211-1/+1
* Switch to expect_test from crates.ioAleksey Kladov2020-08-213-3/+3
* Add type safety to diagnostic codesAleksey Kladov2020-08-181-3/+3
* Merge #5682bors[bot]2020-08-181-0/+3
|\
| * Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141-0/+3
* | Remove deprecated Path::from_astAleksey Kladov2020-08-151-6/+0
|/
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-1343-0/+15284