aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Make naming more uniformAleksey Kladov2020-03-123-30/+30
* Merge #3543bors[bot]2020-03-122-21/+98
|\
| * Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-121-11/+12
| * Address Issues from GithubSteffen Lyngbaek2020-03-103-30/+37
| * Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-103-19/+88
* | Add test on hoverEdwin Cheng2020-03-111-0/+19
* | Implement dummy assert macroEdwin Cheng2020-03-111-6/+2
* | Continue multiline non-doc comment blocksAleksey Kladov2020-03-111-3/+35
* | Split on enter testsAleksey Kladov2020-03-111-15/+28
* | Move on enter to a separate moduleAleksey Kladov2020-03-112-154/+177
* | Merge #3549bors[bot]2020-03-113-0/+4
|\ \
| * | Add extern sourceEdwin Cheng2020-03-113-0/+4
* | | Merge #3555bors[bot]2020-03-1116-40/+93
|\ \ \
| * | | Introduce completion test utilsAleksey Kladov2020-03-1116-48/+49
| * | | Add a test for disabled argument snippetsAleksey Kladov2020-03-113-5/+57
| | |/ | |/|
* | | Merge #3542bors[bot]2020-03-111-21/+187
|\ \ \ | |/ / |/| |
| * | find_usages limited to actual usages againMatt Niemeir2020-03-111-0/+70
| * | Renaming a local renames struct field shorthandMatt Niemeir2020-03-101-5/+43
| * | Struct field rename renames field in constructor field shorthandMatt Niemeir2020-03-101-21/+79
* | | Fix completion with a partially unknown typeFlorian Diebold2020-03-101-0/+31
* | | Move FeatureFlagsAleksey Kladov2020-03-101-13/+3
* | | Pull completion options up to the rust-analyzerAleksey Kladov2020-03-102-15/+7
* | | Introduce CompletionOptionsAleksey Kladov2020-03-106-18/+48
| |/ |/|
* | Merge pull request #3506 from slyngbaek/3183Aleksey Kladov2020-03-101-16/+128
|\ \ | |/ |/|
| * Switch to explicit offsets for impl_defSteffen Lyngbaek2020-03-091-26/+11
| * Clean up completion matching.Steffen Lyngbaek2020-03-091-24/+53
| * Don't allow nested completionsSteffen Lyngbaek2020-03-081-13/+18
| * Next steps in assoc item completion #3183Steffen Lyngbaek2020-03-071-6/+99
* | Updates insta to 0.15.0 and bumps console to 0.10.0kjeremy2020-03-091-1/+1
* | Use `Index` for CrateGraphAleksey Kladov2020-03-092-3/+3
* | Merge #3519bors[bot]2020-03-095-40/+111
|\ \
| * | Less abstract CrateData apiKirill Bulatov2020-03-092-4/+4
| * | Consider crate declaration namesKirill Bulatov2020-03-084-33/+29
| * | Show mod path in hover tooltipKirill Bulatov2020-03-072-29/+104
| |/
* | Merge #3513bors[bot]2020-03-099-36/+421
|\ \
| * | Move hypothetical expansion to hir_expandFlorian Diebold2020-03-081-1/+5
| * | 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-072-0/+51
| * | Try to complete within macrosFlorian Diebold2020-03-074-27/+230
| |/
* | Merge #3516bors[bot]2020-03-092-4/+139
|\ \
| * | Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-081-2/+65
| * | Handle visibility for path completion (not in all cases yet)Florian Diebold2020-03-081-4/+40
| * | Handle visibility in method call completionFlorian Diebold2020-03-071-1/+37
| |/
* / Omit unit struct hintsKirill Bulatov2020-03-081-0/+32
|/
* Don't creat public APIs with typosAleksey Kladov2020-03-061-1/+1
* Trigger parameter info automaticallyAleksey Kladov2020-03-062-0/+16