aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Get rid of MockAnalysisAleksey Kladov2020-10-0219-420/+288
| * | Rewrite fixtures on top of ChangeAleksey Kladov2020-10-021-83/+90
| * | Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-0211-93/+122
* | | Merge #6122bors[bot]2020-10-021-176/+181
|\| |
| * | Expectify find_references testsAleksey Kladov2020-10-021-176/+181
|/ /
* | Merge #6121bors[bot]2020-10-022-13/+14
|\ \
| * | Reduce visibiityAleksey Kladov2020-10-022-13/+14
|/ /
* | Merge #5988bors[bot]2020-10-023-2/+338
|\ \
| * | 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
* | | Merge #5954bors[bot]2020-10-0210-2/+67
|\ \ \
| * | | Fix failing testIgor Aleksanov2020-10-021-0/+6
| * | | Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-025-2/+31
| * | | Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov2020-10-024-10/+10
| * | | Add support of runnables arguments in Rust AnalyzerIgor Aleksanov2020-10-024-0/+30
| |/ /
* | | Merge #6105bors[bot]2020-10-021-48/+85
|\ \ \ | |/ / |/| |
| * | Fix path comparison not comparing paths correctly with unequal lengthsLukas Wirth2020-10-011-48/+85
* | | Merge #6118bors[bot]2020-10-021-0/+10
|\ \ \
| * | | Document Clippy strategyAleksey Kladov2020-10-021-0/+10
* | | | Merge #6104bors[bot]2020-10-026-7/+7
|\ \ \ \
| * | | | Minor clippy performance suggestionskjeremy2020-09-306-7/+7
* | | | | Merge #6116bors[bot]2020-10-023-19/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Up rustc-ap-rustc_lexer to 681kjeremy2020-10-013-19/+19
| | |/ / | |/| |
* | | | Merge #6114bors[bot]2020-10-011-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Improve grammar and fix code example in style guideLaurențiu Nicola2020-10-011-5/+4
|/ / /
* | | Merge #6101bors[bot]2020-10-011-12/+19
|\ \ \
| * | | cargo updatekjeremy2020-09-301-12/+19
| |/ /
* | | Merge #6102bors[bot]2020-09-301-21/+52
|\ \ \ | |/ / |/| |
| * | Fix MergingBehaviour::Last not working properlyLukas Wirth2020-09-301-21/+52
|/ /
* | Merge #6096bors[bot]2020-09-298-32/+85
|\ \
| * | Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-298-32/+85
* | | Merge #6095bors[bot]2020-09-296-64/+13
|\| |
| * | Remove periodic gc stubAleksey Kladov2020-09-296-64/+13
|/ /
* | Merge #6094bors[bot]2020-09-291-1/+3
|\ \
| * | More panic_contextAleksey Kladov2020-09-291-1/+3
* | | Merge #6093bors[bot]2020-09-293-2/+55
|\| | | |/ |/|
| * Add panic_context module for better panic messagesAleksey Kladov2020-09-293-2/+55
|/
* Merge #6090bors[bot]2020-09-291-0/+52
|\
| * More style adviceAleksey Kladov2020-09-291-0/+52
* | Merge #5928bors[bot]2020-09-297-9/+175
|\ \
| * | Replace "No references" with "0 references".vsrs2020-09-291-2/+3
| * | 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-292-43/+56