aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Remove some TextUnit->usize escapeesCAD972020-03-131-6/+10
|/ / /
* | | Fix completion testsAleksey Kladov2020-03-123-0/+12
* | | 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