aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-139-1979/+0
* Rename ra_db -> base_dbAleksey Kladov2020-08-135-21/+21
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-125-7/+7
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-121-1/+1
* Rename ra_prof -> profileAleksey Kladov2020-08-125-16/+12
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-12/+10
* Add support for extern cratePaul Daniel Faria2020-08-082-42/+60
* Merge #5664bors[bot]2020-08-051-3/+22
|\
| * When resolving a rename, fallback to the name higher in the use tree if the p...Paul Daniel Faria2020-08-041-3/+22
* | Use salsa's purge to account for all memoryAleksey Kladov2020-08-051-1/+23
|/
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-2/+2
* Allign RecordPat with RecordExprAleksey Kladov2020-07-311-2/+2
* Finalize Trait grammarAleksey Kladov2020-07-302-3/+3
* Finalize const&static grammarAleksey Kladov2020-07-302-4/+4
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
* Rename EnumDef -> EnumAleksey Kladov2020-07-302-3/+3
* Rename StructDef -> StructAleksey Kladov2020-07-302-3/+3
* Finalize union grammarAleksey Kladov2020-07-301-1/+1
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-1/+1
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-302-2/+2
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-302-3/+3
* Rename FnDef -> FnAleksey Kladov2020-07-302-2/+2
* Rename RenameAleksey Kladov2020-07-301-1/+1
* SSR: Use Definition::find_usages to speed up matching.David Lattimore2020-07-242-15/+24
* Merge #5503bors[bot]2020-07-231-4/+4
|\
| * Replace superslice with API on path to stabilizationAleksey Kladov2020-07-231-4/+4
* | Store macro invocation parameters as text instead of ttLaurențiu Nicola2020-07-221-2/+2
|/
* Correctly resolve assoc. types in path bindingsJonas Schievink2020-07-171-0/+22
* Remove TypeCtor interningFlorian Diebold2020-07-151-1/+0
* Use Chalk closure supportFlorian Diebold2020-07-151-2/+0
* Fix classify_name_ref on multi-path macro callsJonas Schievink2020-07-141-2/+8
* Remove relative_path dependencyAleksey Kladov2020-07-081-4/+3
* Merge #5244bors[bot]2020-07-071-0/+9
|\
| * Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+9
* | Merge #5245bors[bot]2020-07-071-1/+1
|\ \ | |/ |/|
| * Refactor AssistBuilder to manage a SourceChangeChristoph Herzog2020-07-071-1/+1
* | Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-073-33/+30
|/
* Fix memory usage accounting for interned queriesJonas Schievink2020-07-031-17/+30
* Merge #5175bors[bot]2020-07-011-2/+3
|\
| * Split `CrateImplDefs` in inherent and trait implsJonas Schievink2020-07-011-2/+3
* | Reuse Semantics instancesLaurențiu Nicola2020-07-011-8/+4
|/
* Try to reduce Semantics monomorphisationsLaurențiu Nicola2020-07-011-1/+7
* Use the existing Semantics in auto_importLaurențiu Nicola2020-07-011-46/+42
* Simlify with matches!()Veetaha2020-06-281-4/+1
* Measure ItemTree query memory usageJonas Schievink2020-06-241-0/+1
* Remove raw item queryJonas Schievink2020-06-241-1/+0
* New VFSAleksey Kladov2020-06-233-69/+30
* Add new query to statsJonas Schievink2020-06-191-0/+1
* Replace `impls_in_trait` with `CrateImplDefs`Jonas Schievink2020-06-191-1/+0
* Remove special casing for library symbolsAleksey Kladov2020-06-182-122/+47