aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MockAnalysisAleksey Kladov2020-10-0218-414/+280
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-023-10/+7
* Expectify find_references testsAleksey Kladov2020-10-021-176/+181
* Reduce visibiityAleksey Kladov2020-10-022-13/+14
* Use expect_test to make format_str_parser test more data-drivenIgor Aleksanov2020-10-021-35/+35
* Use lookup table instead of enum for postfix completion kindsIgor Aleksanov2020-10-021-62/+20
* Use ast::String for extracting string literal contentsIgor Aleksanov2020-10-022-14/+19
* Improve format-like completions code appearanceIgor Aleksanov2020-10-022-32/+26
* Add missing entry to doc-commentIgor Aleksanov2020-10-021-0/+1
* Simplify is_string_literal functionIgor Aleksanov2020-10-021-9/+5
* Improve checks for postfix suggestionsIgor Aleksanov2020-10-023-16/+23
* Add postfix completion for format-like string literalsIgor Aleksanov2020-10-023-1/+376
* Minor clippy performance suggestionskjeremy2020-09-301-2/+2
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-18/+35
* Remove periodic gc stubAleksey Kladov2020-09-292-7/+2
* Add testsvsrs2020-09-291-3/+77
* Do not show references CodeLens for tests.vsrs2020-09-293-14/+26
* Make method references CodeLens lazy.vsrs2020-09-291-1/+16
* Add hover config `linksInHover` to suppress linksflw2020-09-293-12/+146
* Merge #6055bors[bot]2020-09-251-0/+5
|\
| * Cargo fmtRussell Mull2020-09-221-9/+2
| * Add ok postfix completionRussell Mull2020-09-221-0/+12
* | Merge #6072bors[bot]2020-09-252-6/+6
|\ \
| * | Cleanup unintended unresolved reference in syntax higlighting testPaul Daniel Faria2020-09-242-6/+6
* | | Merge #6056bors[bot]2020-09-241-0/+12
|\ \ \ | |/ / |/| |
| * | Add dbgr postfix completionLaurențiu Nicola2020-09-221-0/+12
* | | Merge #5846bors[bot]2020-09-242-3/+130
|\ \ \ | |_|/ |/| |
| * | Trim mut keyword in fn completionadamrk2020-09-021-1/+22
| * | Remove exposing unificationadamrk2020-09-021-1/+1
| * | Collect locals in contextadamrk2020-09-022-12/+15
| * | Add back Param structadamrk2020-09-011-1/+1
| * | Add references to fn args during completionadamrk2020-08-301-2/+105
* | | Update testsJonas Schievink2020-09-161-5/+57
| |/ |/|
* | Avoid checking all ancestors and fix mis-completionoxalica2020-09-151-33/+215
* | inline parameters for a function description #6002Benjamin Coenen2020-09-151-5/+6
* | inline parameters for a function description #6002Benjamin Coenen2020-09-152-1/+29
* | Merge #5976bors[bot]2020-09-141-56/+119
|\ \
| * | Complete trait impl immediately after type/const/fnoxalica2020-09-111-56/+119
* | | Merge #5985bors[bot]2020-09-141-1/+3
|\ \ \
| * | | Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+3
| |/ /
* | | Merge #5971bors[bot]2020-09-132-0/+86
|\ \ \ | |/ / |/| |
| * | Fix type walking about type of async blockoxalica2020-09-111-0/+64
| * | Implement async blocksoxalica2020-09-101-0/+22
* | | Merge #5969bors[bot]2020-09-117-2/+339
|\ \ \
| * | | Adjust the test commentKirill Bulatov2020-09-111-9/+16
| * | | One more testKirill Bulatov2020-09-091-0/+15
| * | | Rename the method to avoid false promisesKirill Bulatov2020-09-091-5/+5
| * | | Fix the testsKirill Bulatov2020-09-095-7/+9
| * | | Add testsKirill Bulatov2020-09-091-0/+153
| * | | Properly handle mod.rs importsKirill Bulatov2020-09-091-47/+40