aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/source_analyzer.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-3/+3
* simplifyLukas Wirth2021-05-261-1/+5
* Merge #8945bors[bot]2021-05-231-3/+6
|\
| * Get rid of field_type againFlorian Diebold2021-05-231-2/+5
| * Record method call substs and use them in call infoFlorian Diebold2021-05-231-1/+1
* | Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-231-1/+10
|/
* Reuse database in LowerCtxJonas Schievink2021-05-061-3/+2
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-3/+4
* hir_ty: Expand macros at type positioncynecx2021-04-171-3/+6
* Remove Ty::substs{_mut}Florian Diebold2021-04-071-3/+3
* infer: remove `record_pat_field_resolutions` fieldJonas Schievink2021-04-061-4/+8
* infer: remove `record_field_resolutions` fieldJonas Schievink2021-04-061-6/+9
* Add Interner parameter to Binders::substituteFlorian Diebold2021-04-051-2/+2
* Binders::subst -> substituteFlorian Diebold2021-04-051-1/+1
* Resolve associated types with type anchorsLukas Wirth2021-04-011-10/+19
* Resolve associated typesLukas Wirth2021-04-011-2/+17
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* Rename Substs -> SubstitutionFlorian Diebold2021-03-161-2/+2
* Simplify source maps for fieldsAleksey Kladov2021-03-151-21/+3
* Goto definition works for `S { a: }` caseAleksey Kladov2021-03-151-3/+22
* Remove useless code_model indirectionAleksey Kladov2021-03-081-3/+2
* Inline TypeCtor into TyLukas Wirth2021-02-281-11/+5
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-111-4/+5
* 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
* Add ConstParams to the HIRLukas Wirth2021-01-011-0/+1
* Align code_model name with ungrammarAleksey Kladov2020-12-201-9/+9
* Improve code structureAleksey Kladov2020-12-111-1/+1
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-101-2/+2
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-3/+3
* Rename ra_hir -> hirAleksey Kladov2020-08-131-0/+534