aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #6130 #6135bors[bot]2020-10-121-0/+6
|\ \
| * | Remove previously added parameter names from the function dataIgor Aleksanov2020-10-123-18/+0
| * | Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+6
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-123-0/+18
* | | Merge #6199bors[bot]2020-10-121-1/+4
|\ \ \ | |/ / |/| |
| * | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+4
| |/
* | Merge #5917bors[bot]2020-10-124-12/+18
|\ \
| * | Update tests for new function fieldZac Pullar-Strecker2020-10-081-12/+12
| * | Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-083-0/+6
| |/
* / adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-9/+19
|/
* Add test makrAleksey Kladov2020-10-061-0/+2
* Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-21/+1
* Merge #6124bors[bot]2020-10-062-6/+6
|\
| * Properly name the fieldKirill Bulatov2020-10-022-6/+6
* | Merge #6139bors[bot]2020-10-061-109/+138
|\ \
| * | Make find_path_prefixed configurableLukas Wirth2020-10-051-109/+138
| |/
* / Account for proc macro helpers when parsing attrJonas Schievink2020-10-052-1/+9
|/
* Merge #6019bors[bot]2020-09-291-4/+22
|\
| * Remove make::path_from_textLukas Wirth2020-09-161-4/+22
* | Merge #6033bors[bot]2020-09-283-15/+176
|\ \
| * | Add more comments about proc macro resolutionJonas Schievink2020-09-281-0/+20
| * | Simplify iterator chainJonas Schievink2020-09-281-5/+2
| * | Remove incorrect docsJonas Schievink2020-09-181-6/+0
| * | Reduce visibility of non-proc-macrosJonas Schievink2020-09-183-0/+85
| * | Remove obsolete proc macro collection codeJonas Schievink2020-09-181-19/+0
| * | Use hir_def to resolve proc macrosJonas Schievink2020-09-182-2/+54
| * | Add testJonas Schievink2020-09-181-0/+32
* | | Merge #6085bors[bot]2020-09-281-0/+7
|\ \ \
| * | | Mark unresolved imports diagnostic as experimentalJonas Schievink2020-09-281-0/+7
| |/ /
* / / Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-43/+127
|/ /
* | Rename `CustomDerive` to `ProcMacro`Jonas Schievink2020-09-181-1/+1
* | 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
|/
* :arrow_up: expect-testAleksey Kladov2020-08-281-1/+1
* Support extern typesJonas Schievink2020-08-242-0/+6
* 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-10/+10