aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-112-12/+4
* Make the fix AST source OptionalKirill Bulatov2020-08-112-5/+5
* Refactor the diagnosticsKirill Bulatov2020-08-111-18/+10
* Better namingKirill Bulatov2020-08-111-0/+11
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-2/+2
* Add support for extern cratePaul Daniel Faria2020-08-081-3/+22
* Use salsa's purge to account for all memoryAleksey Kladov2020-08-051-8/+1
* Rename BindPat -> IdentPatAleksey Kladov2020-07-314-6/+6
* Allign RecordPat with RecordExprAleksey Kladov2020-07-312-3/+3
* 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
* Merge #5355bors[bot]2020-07-141-0/+1
|\
| * Add a license field to all the cratesYuki Okushi2020-07-141-0/+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-134-31/+17
* 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
|\