aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src
Commit message (Expand)AuthorAgeFilesLines
* Update expect testsZac Pullar-Strecker2020-07-311-3/+1
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-07-318-254/+520
|\
| * simplifyAleksey Kladov2020-07-301-6/+4
| * Finalize impl GrammarAleksey Kladov2020-07-303-6/+6
| * Finalize Trait grammarAleksey Kladov2020-07-303-7/+7
| * Finalize const&static grammarAleksey Kladov2020-07-303-12/+12
| * Rename EnumVariant -> VariantAleksey Kladov2020-07-303-5/+5
| * Rename EnumDef -> EnumAleksey Kladov2020-07-303-6/+6
| * Rename StructDef -> StructAleksey Kladov2020-07-303-6/+6
| * Finalize union grammarAleksey Kladov2020-07-303-5/+5
| * Rename FieldDef -> FieldAleksey Kladov2020-07-303-12/+6
| * Rename RecordLit -> RecordExprAleksey Kladov2020-07-302-10/+13
| * Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-303-9/+6
| * Rename FnDef -> FnAleksey Kladov2020-07-303-7/+7
| * Add a builder for DiagnosticSinkJonas Schievink2020-07-241-1/+3
| * Cache macro expansion in semanticsAleksey Kladov2020-07-241-2/+14
| * Add missing cancellation pointAleksey Kladov2020-07-241-0/+1
| * Add profiling callAleksey Kladov2020-07-241-0/+1
| * Store macro invocation parameters as text instead of ttLaurențiu Nicola2020-07-221-1/+1
| * call_info works with closuresAleksey Kladov2020-07-171-14/+19
| * Remove FunctionSignatureAleksey Kladov2020-07-161-1/+1
| * Inlay hints use callablesAleksey Kladov2020-07-161-0/+3
| * Redner self as param for call infor for assoc fn callAleksey Kladov2020-07-161-2/+12
| * Semantical call infoAleksey Kladov2020-07-164-21/+99
| * Align CallableDefId naming with other idsAleksey Kladov2020-07-162-3/+3
| * Remove TypeCtor interningFlorian Diebold2020-07-151-3/+3
| * Use Chalk closure supportFlorian Diebold2020-07-151-3/+3
| * Cap macro expansion depth for IDE featuresAleksey Kladov2020-07-151-1/+1
| * Cleanup visibilityAleksey Kladov2020-07-141-1/+1
| * Cleanup hir diagnostics APIAleksey Kladov2020-07-141-8/+1
| * Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-142-6/+4
| * Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-133-31/+16
| * Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-111-1/+14
| * Fix goto definition for type alias type parametersAleksey Kladov2020-07-112-0/+8
| * Reduce visibilityAleksey Kladov2020-07-111-31/+31
| * Speed up completionAleksey Kladov2020-07-111-0/+1
| * Dont expose IDAleksey Kladov2020-07-101-4/+3
| * RenameAleksey Kladov2020-07-102-3/+2
| * Goto type definition works for selfAleksey Kladov2020-07-102-0/+21
| * Add argument count mismatch diagnosticJonas Schievink2020-07-091-1/+3
| * Merge #5149bors[bot]2020-07-011-5/+5
| |\
| | * Implement Chalk variable kindsFlorian Diebold2020-07-011-5/+5
| * | Split `CrateImplDefs` in inherent and trait implsJonas Schievink2020-07-012-11/+13
| * | Make less code genericLaurențiu Nicola2020-07-011-69/+47
| * | Try to reduce Semantics monomorphisationsLaurențiu Nicola2020-07-011-23/+186
| * | Merge #5158bors[bot]2020-07-011-3/+3
| |\ \
| | * | Use Strings for display namesAleksey Kladov2020-07-011-3/+3
| | |/
| * / Make SemanticsScope non-genericLaurențiu Nicola2020-07-011-8/+8
| |/
* | Use From instead of Into in resolver methodZac Pullar-Strecker2020-07-111-8/+8
* | Remove unintentional changesZac Pullar-Strecker2020-06-301-10/+11