aboutsummaryrefslogtreecommitdiff
path: root/crates/hir
Commit message (Expand)AuthorAgeFilesLines
* Rename a few `crate_def_map`s to `def_map`Jonas Schievink2021-03-061-3/+3
* Use chalk_ir::AdtIdLukas Wirth2021-03-041-3/+3
* Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-6/+5
* Use chalk_ir::MutabilityLukas Wirth2021-03-011-5/+8
* Introduce Ty::AliasLukas Wirth2021-03-011-4/+4
* Being Ty::InferenceVar closes to chalk equivalentLukas Wirth2021-03-011-2/+2
* Lift FnPointer into a structLukas Wirth2021-02-281-5/+5
* Turn Ty::Tuple variant into a tuple-variantLukas Wirth2021-02-281-2/+2
* Merge #7813bors[bot]2021-02-282-106/+61
|\
| * Fix code_model::Type::walk not walking all typesLukas Wirth2021-02-281-7/+7
| * Inline TypeCtor into TyLukas Wirth2021-02-282-104/+59
* | Merge #7804bors[bot]2021-02-281-3/+6
|\|
| * Introduce TypeCtor::ScalarLukas Wirth2021-02-281-3/+6
* | For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-282-6/+6
|/
* Don't write trailing whitespace when formatting empty GenericPredicatesLukas Wirth2021-02-201-3/+2
* Consider import prefix config settings during flyimportsKirill Bulatov2021-02-201-1/+1
* expose hir::Type::type_paramtersVladyslav Katasonov2021-02-131-0/+12
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-114-11/+41
* Resolve TupleStructPat in SourceAnalyzer::resolve_pathLukas Wirth2021-02-101-6/+11
* Prefer ValueNS when resolving hir path for PathExpressionsLukas Wirth2021-01-291-14/+31
* Classify function calls as functions when shadowed by typesLukas Wirth2021-01-281-2/+6
* Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-252-23/+14
* Implement fix, add testsPhil Ellison2021-01-231-9/+0
* Add diagnostic for filter_map followed by nextPhil Ellison2021-01-231-1/+10
* Make `ModuleId`'s `krate` field privateJonas Schievink2021-01-222-22/+36
* Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-223-12/+13
* Fix broken link in intra-docDaiki Ihara2021-01-221-0/+6
* Add name resolution query for block expressionsJonas Schievink2021-01-211-7/+7
* Make public DefMap fields privateJonas Schievink2021-01-201-3/+3
* Merge #7351bors[bot]2021-01-192-2/+2
|\
| * Show const params in completionsLukas Wirth2021-01-192-2/+2
* | Show deprecated completions for deprecated traitsKirill Bulatov2021-01-181-9/+10
|/
* Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-0/+16
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-152-0/+10
* Merge #7218bors[bot]2021-01-101-1/+1
|\
| * Fixed typos in code commentsVincent Esche2021-01-091-1/+1
* | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-0/+18
|/
* Merge #7145bors[bot]2021-01-081-2/+2
|\
| * Proper handling $crate Take 2Edwin Cheng2021-01-071-2/+2
* | Add fix to wrap return expression in SomePhil Ellison2021-01-071-1/+1
* | Rename expr -> tail_exprAleksey Kladov2021-01-051-3/+4
* | Remove `RetType`Arnaud2021-01-041-18/+3
* | Document `hir::Function::ret_type`Arnaud2021-01-041-0/+4
* | Make it possible to retrieve `hir::Function`'s return typeArnaud2021-01-041-0/+23
* | Show GotoTypeAction for TypeParamLukas Wirth2021-01-041-0/+12
* | Show GotoTypeAction for ConstParamLukas Wirth2021-01-041-0/+6
* | Impl hovering for TypeParamsLukas Wirth2021-01-041-4/+16
|/
* Merge #7068bors[bot]2021-01-031-1/+14
|\
| * Use stdx::format_to instead of writelnPhil Ellison2021-01-031-4/+4
| * Address review suggestion, fix tidy testsPhil Ellison2021-01-011-3/+15