aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Measure ItemTree query memory usageJonas Schievink2020-06-241-2/+2
* draw the rest of the owlJonas Schievink2020-06-241-6/+4
* Remove raw item queryJonas Schievink2020-06-241-2/+2
* New VFSAleksey Kladov2020-06-231-1/+9
* Enum variants with `Self::[variant]` now resolve (#4879)BGluth2020-06-221-0/+30
* Merge #4947bors[bot]2020-06-201-1/+1
|\
| * Add new query to statsJonas Schievink2020-06-191-4/+4
| * Replace `impls_in_trait` with `CrateImplDefs`Jonas Schievink2020-06-191-4/+4
* | Merge #4851bors[bot]2020-06-192-2/+23
|\ \
| * | Add quickfix to add a struct fieldTimo Freiberg2020-06-122-2/+23
| |/
* | Apply suggestions from code reviewvsrs2020-06-181-35/+50
* | Add Type::walk methodvsrs2020-06-181-71/+59
* | Remove AdtOrTraitvsrs2020-06-182-33/+26
* | Fix type "items" order.vsrs2020-06-181-7/+18
* | Add `Go to Type Definition` hover action.vsrs2020-06-182-6/+110
|/
* Merge #4843bors[bot]2020-06-112-2/+4
|\
| * Don't guess macro expansion crateAleksey Kladov2020-06-112-2/+4
* | Respect casing when searching for importsJonas Schievink2020-06-101-1/+1
* | Limit import map queriesJonas Schievink2020-06-101-6/+10
* | ra_hir: expose `import_map::search_dependencies`Jonas Schievink2020-06-101-0/+14
|/
* Merge #4689bors[bot]2020-06-051-2/+2
|\
| * Review fixesFlorian Diebold2020-06-051-2/+2
* | Measure memory usage of ImportMapJonas Schievink2020-06-051-5/+5
|/
* Add highlight support for unsafe fn calls and raw ptr derefPaul Daniel Faria2020-06-021-0/+8
* Merge #4592bors[bot]2020-05-271-0/+1
|\
| * fix textedit range returned for completion when left token is a keyword #4545Benjamin Coenen2020-05-241-0/+1
* | Pass trivially copy types as copykjeremy2020-05-261-9/+9
* | add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-0/+1
|/
* Add doc comment for resolve_hir_path_qualifierHasan Ali2020-05-161-0/+13
* Fix completion and hover for module and function of same nameHasan Ali2020-05-162-1/+56
* Handle `Self` in values and patternsFlorian Diebold2020-05-151-0/+1
* Ty -> TypeFedor Sakharov2020-05-141-2/+7
* Adds a param_idx helperFedor Sakharov2020-05-141-2/+2
* Use generic_defaults and display_source_codeFedor Sakharov2020-05-141-3/+4
* Correctly fill default type parametersFedor Sakharov2020-05-131-0/+5
* Merge #4421bors[bot]2020-05-111-0/+20
|\
| * New definition_visibility methodFedor Sakharov2020-05-111-0/+20
* | Highlight mutable statics as mutableMatthew Jasper2020-05-101-0/+4
|/
* New HirDisplay method for displaying sourcecodeTimo Freiberg2020-05-081-3/+6
* Rename ImplItem to AssocItemEdwin Cheng2020-05-051-1/+1
* Propose custom derives in completionKirill Bulatov2020-05-021-8/+7
* Merge #4234bors[bot]2020-05-021-1/+1
|\
| * Support local_inner_macrosEdwin Cheng2020-05-011-1/+1
* | Remove lower_path from AssistCtx to SemanticEdwin Cheng2020-05-011-1/+6
* | Introduce LowerCtx for path loweringEdwin Cheng2020-05-012-2/+4
|/
* ?Jonas Schievink2020-04-291-5/+1
* Use or-patterns moreJonas Schievink2020-04-291-10/+9
* Remove `.clone()`Jonas Schievink2020-04-291-8/+8
* Rename to associated_type_shorthand_candidatesJonas Schievink2020-04-291-2/+2
* Complete assoc. items on type parametersJonas Schievink2020-04-292-1/+56