aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* add name resolution from the old implAleksey Kladov2019-03-179-185/+739
* add skeleton for macro-aware name resolutionsAleksey Kladov2019-03-178-9/+773
* Move the primary assist fn to the top of the fileIgor Matuszewski2019-03-161-30/+30
* Provide assist when cursor is immediately outside impl item blockIgor Matuszewski2019-03-161-14/+18
* Do a cleanup/legibility passIgor Matuszewski2019-03-161-21/+21
* Take into account parent indent when filling trait membersIgor Matuszewski2019-03-161-9/+41
* Simplify trait resolution fragmentIgor Matuszewski2019-03-161-6/+3
* Ignore unnamed trait fns and add more testsIgor Matuszewski2019-03-161-2/+70
* Simplify calculation of missing functionsIgor Matuszewski2019-03-161-9/+2
* Properly support the case when the cursor is inside an empty block or outsideIgor Matuszewski2019-03-161-15/+44
* Redo indent calculation when adding missing impl membersIgor Matuszewski2019-03-161-9/+21
* Implement a simple working assistIgor Matuszewski2019-03-161-13/+59
* Calculate missing functions from impl bodyIgor Matuszewski2019-03-161-1/+62
* Add 'add_missing_impl_members' assist stubIgor Matuszewski2019-03-162-0/+43
* Remove FnSig from FnDef typeFlorian Diebold2019-03-164-21/+26
* Refactor FnSig a bitFlorian Diebold2019-03-163-70/+104
* Some more Ty displaying cleanupFlorian Diebold2019-03-162-35/+33
* Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-167-60/+136
* sort navigations to make tests stableAleksey Kladov2019-03-141-1/+2
* Add test for minus in inner patternMichael Chesser2019-03-142-0/+347
* Allow MINUS at the start of a pattern.Michael Chesser2019-03-141-1/+1
* derive Hash for ra_hir::ModuleDefpcpthm2019-03-141-1/+1
* Merge #958bors[bot]2019-03-121-0/+2
|\
| * LSP: Support EnumMember and Fieldkjeremy2019-03-111-0/+2
* | remove DefAleksey Kladov2019-03-122-6/+0
|/
* Add test for async blockCaio2019-03-103-1/+34
* Add async keywordCaio2019-03-098-2/+39
* Don't default publishDecorations to true on the serverFlorian Diebold2019-03-091-39/+61
* Remove superfluous semicolonskjeremy2019-03-081-5/+5
* Use ast::Name::text() instead of name().syntax().text()Ville Penttinen2019-03-071-2/+2
* Fix EnumVariants not showing properly when hoveringVille Penttinen2019-03-071-2/+56
* Merge #948bors[bot]2019-03-071-6/+11
|\
| * Fix test_missing_module_code_action_in_json_project on WindowsVille Penttinen2019-03-071-6/+11
* | Specify derive feature for serdepcpthm2019-03-072-2/+2
* | Add support for goto definition and hover on SelfVille Penttinen2019-03-074-26/+190
|/
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-073-22/+21
* Merge #939bors[bot]2019-03-078-93/+309
|\
| * Remove rust-project.json test w/ dependencies.David Wood2019-03-071-43/+0
| * Add test demonstrating logic for handling deps.David Wood2019-03-071-1/+44
| * Rename and change `add_roots` to return a `Vec`.David Wood2019-03-073-3/+8
| * Initial implementation of project-lock.json.David Wood2019-03-078-93/+304
* | Use source mapkjeremy2019-03-062-15/+10
* | Hover for associated items in patternskjeremy2019-03-063-9/+56
|/
* Merge #933bors[bot]2019-03-062-12/+45
|\
| * Check installed extensionCaio2019-03-052-12/+45
* | Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-065-21/+63
* | Rename feedback to show_messageVille Penttinen2019-03-053-13/+13
* | Remove InternalFeedbackVille Penttinen2019-03-051-7/+0
* | Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-053-20/+27
* | Updateskjeremy2019-03-055-6/+6