aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #3533bors[bot]2020-03-094-4/+4
|\
| * Updates insta to 0.15.0 and bumps console to 0.10.0kjeremy2020-03-094-4/+4
* | Fix SelectionRange return typekjeremy2020-03-093-5/+7
|/
* Print crate name in profilAleksey Kladov2020-03-091-1/+2
* Merge #3527bors[bot]2020-03-099-56/+37
|\
| * SimplifyAleksey Kladov2020-03-092-8/+2
| * SimplifyAleksey Kladov2020-03-091-18/+8
| * Minimize APIAleksey Kladov2020-03-092-7/+3
| * Use `Index` for CrateGraphAleksey Kladov2020-03-099-23/+24
* | Merge #3526bors[bot]2020-03-092-3/+12
|\ \ | |/ |/|
| * Silence "file out of workspace" errorsAleksey Kladov2020-03-092-3/+12
* | Merge #3519bors[bot]2020-03-0918-121/+270
|\ \ | |/ |/|
| * Less abstract CrateData apiKirill Bulatov2020-03-099-51/+48
| * Consider crate declaration namesKirill Bulatov2020-03-0811-86/+135
| * Show mod path in hover tooltipKirill Bulatov2020-03-074-29/+132
* | Merge #3513bors[bot]2020-03-0913-42/+527
|\ \
| * | Move hypothetical expansion to hir_expandFlorian Diebold2020-03-084-39/+43
| * | Remove TODOsFlorian Diebold2020-03-071-5/+6
| * | Fix CompletionContext module field (by removing it)Florian Diebold2020-03-073-8/+6
| * | Add some sanity checksFlorian Diebold2020-03-071-1/+10
| * | Fix record pattern completionFlorian Diebold2020-03-073-1/+30
| * | Fix record literal completionFlorian Diebold2020-03-072-3/+33
| * | Fix range for postfix snippetsFlorian Diebold2020-03-071-2/+63
| * | Add more testsFlorian Diebold2020-03-073-1/+54
| * | Try to complete within macrosFlorian Diebold2020-03-078-38/+338
| |/
* | Merge #3516bors[bot]2020-03-094-19/+217
|\ \
| * | Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-083-22/+124
| * | Handle visibility for path completion (not in all cases yet)Florian Diebold2020-03-082-5/+51
| * | Handle visibility in method call completionFlorian Diebold2020-03-073-4/+54
| |/
* | Merge #3518bors[bot]2020-03-095-37/+213
|\ \
| * | Add parse_to_token_treeEdwin Cheng2020-03-085-37/+213
| |/
* | Merge #3524bors[bot]2020-03-091-0/+3
|\ \
| * | Ignore client-specific notificationsAleksey Kladov2020-03-091-0/+3
| |/
* / Omit unit struct hintsKirill Bulatov2020-03-081-0/+32
|/
* Prevent include! macro include itselfEdwin Cheng2020-03-072-1/+24
* Fix test and add more commentEdwin Cheng2020-03-071-1/+4
* Use a not so dummy implementation of env macroEdwin Cheng2020-03-072-1/+28
* Normalize waiting queries namesAleksey Kladov2020-03-067-31/+26
* Don't reuse the Chalk solverFlorian Diebold2020-03-064-95/+29
* Merge #3499bors[bot]2020-03-063-38/+93
|\
| * Resolve `Self::AssocTy` in implsFlorian Diebold2020-03-063-38/+93
* | Don't creat public APIs with typosAleksey Kladov2020-03-062-2/+2
* | Concise mode for parameter hintsAleksey Kladov2020-03-063-15/+23
* | Trigger parameter info automaticallyAleksey Kladov2020-03-063-0/+26
* | Feature flag for arg snippetsAleksey Kladov2020-03-062-4/+14
* | Fix comment orderAleksey Kladov2020-03-061-2/+2
|/
* Allow specifying additional info on call to profileAleksey Kladov2020-03-063-21/+52
* Less confusing profile namesAleksey Kladov2020-03-064-4/+4
* Merge #3494bors[bot]2020-03-064-19/+107
|\
| * Implment include macroEdwin Cheng2020-03-064-19/+107