aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* (Partially) fix handling of type params depending on type paramsFlorian Diebold2020-06-291-3/+6
* Remove unneeded code, filename from tests, fix rebasing issuesPaul Daniel Faria2020-06-271-2/+6
* Revert ide highlighting changes (addressing on another branch)Paul Daniel Faria2020-06-271-4/+0
* Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t...Paul Daniel Faria2020-06-271-3/+5
* Move diagnostics back into expr, add tests for diagnostics, fix logic to acco...Paul Daniel Faria2020-06-272-53/+2
* Add unsafe diagnostics and unsafe highlightingPaul Daniel Faria2020-06-272-1/+54
* 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
|/