aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Reload only the properties that do not affect vfsKirill Bulatov2020-03-301-0/+5
* Remove some unwrapsAleksey Kladov2020-03-281-6/+7
* Start stdxAleksey Kladov2020-03-285-49/+40
* Add ProcMacroClientEdwin Cheng2020-03-253-0/+4
* Always expand macros during analysisAleksey Kladov2020-03-251-2/+22
* Improvements based on code review feedbackMatt Hooper2020-03-241-5/+5
* Fmt correctionsMatt Hooper2020-03-241-13/+9
* Added more unit testsMatt Hooper2020-03-241-76/+159
* Added new inlay hint kind and rules for method chainingMatt Hooper2020-03-241-5/+92
* Merge #3708bors[bot]2020-03-241-6/+6
|\
| * Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-241-6/+6
* | Align namingAleksey Kladov2020-03-241-1/+1
* | Merge #3694bors[bot]2020-03-241-1/+61
|\ \
| * | Code review fixesKirill Bulatov2020-03-241-3/+4
| * | Complete only missing fieldsKirill Bulatov2020-03-231-1/+60
| |/
* | Consider references when applying postfix completionsKirill Bulatov2020-03-231-17/+123
* | update itertools version to 0.9.0Josh Mcguigan2020-03-231-1/+1
|/
* Add testEdwin Cheng2020-03-221-0/+57
* Improve find_all_ref work inside macroEdwin Cheng2020-03-221-9/+23
* Remove constSteffen Lyngbaek2020-03-193-6/+48
* Fixes to more accurately give complete_scope completionsSteffen Lyngbaek2020-03-193-15/+38
* - Exclude Local Scope for BindPatsSteffen Lyngbaek2020-03-192-58/+16
* Completition for type name? #3418Steffen Lyngbaek2020-03-192-3/+120
* Check that no file contains trailing wsAleksey Kladov2020-03-171-4/+4
* Fix typophynalle2020-03-171-2/+2
* Add test, remove printlnsFlorian Diebold2020-03-161-0/+53
* Get tests workingFlorian Diebold2020-03-162-2/+13
* wipFlorian Diebold2020-03-162-4/+13
* Attempt to implement ranking of rules when none matches perfectly (wip)Florian Diebold2020-03-161-1/+38
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-162-1/+38
* Remove dat fixmeVeetaha2020-03-161-1/+1
* Merge #3603bors[bot]2020-03-162-2/+2
|\
| * Use Display instead of a custom methodKirill Bulatov2020-03-161-16/+11
| * Fix crate display name dashesKirill Bulatov2020-03-162-12/+17
* | Merge #3540bors[bot]2020-03-162-9/+30
|\ \ | |/ |/|
| * Swtches to rust SSR query checkMikhail Modin2020-03-152-9/+30
* | Merge #3602bors[bot]2020-03-162-66/+33
|\ \
| * | ra_ide: refactor readonly String -> &strveetaha2020-03-162-25/+28
| * | ra_ide: remove dead code in HoverResultveetaha2020-03-151-41/+5
* | | Merge #3591bors[bot]2020-03-151-0/+15
|\ \ \
| * | | Support local macro_rulesEdwin Cheng2020-03-141-0/+15
* | | | Fix completion of trait itemsFlorian Diebold2020-03-141-0/+32
| |/ / |/| |
* | | Simplify testsAleksey Kladov2020-03-131-20/+20
* | | Don't use generic DB where a concrete one will doAleksey Kladov2020-03-131-3/+6
|/ /
* | Fix completion of HashMap::newFlorian Diebold2020-03-134-4/+52
* | Restore cargo-fmt gatingAleksey Kladov2020-03-131-1/+0
* | Merge #3553bors[bot]2020-03-131-0/+39
|\ \
| * | fix issue 3444Josh Mcguigan2020-03-131-0/+39
* | | Merge #3572bors[bot]2020-03-131-0/+34
|\ \ \
| * | | Add test for completion of unresolved itemsAleksey Kladov2020-03-131-0/+34