Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Smoke test docs generation | Aleksey Kladov | 2020-10-06 | 1 | -0/+7 | |
|/ / | ||||||
* | | Merge #6124 | bors[bot] | 2020-10-06 | 10 | -31/+64 | |
|\ \ | ||||||
| * | | Properly name the field | Kirill Bulatov | 2020-10-02 | 8 | -24/+26 | |
| * | | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 4 | -9/+10 | |
| * | | Add a dash test | Kirill Bulatov | 2020-10-02 | 2 | -2/+32 | |
* | | | Merge #6139 | bors[bot] | 2020-10-06 | 7 | -119/+188 | |
|\ \ \ | ||||||
| * | | | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 6 | -10/+49 | |
| * | | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 2 | -110/+140 | |
| | |/ | |/| | ||||||
* | | | Merge #6147 | bors[bot] | 2020-10-06 | 1 | -2/+7 | |
|\ \ \ | ||||||
| * | | | Do not leave braces for colons in dbg! | Kirill Bulatov | 2020-10-06 | 1 | -2/+7 | |
|/ / / | ||||||
* | | | Merge #6133 | bors[bot] | 2020-10-05 | 1 | -0/+17 | |
|\ \ \ | ||||||
| * | | | Add notes concerning privacy and network access | Laurențiu Nicola | 2020-10-04 | 1 | -0/+17 | |
| |/ / | ||||||
* | | | Merge #6111 | bors[bot] | 2020-10-05 | 4 | -5/+738 | |
|\ \ \ | ||||||
| * | | | Add tests for convert integer literal assist | vlakreeh | 2020-09-30 | 1 | -4/+570 | |
| * | | | Add ability to specify ResolvedAssist by label | vlakreeh | 2020-09-29 | 1 | -5/+22 | |
| * | | | Add convert integer literal assist | vlakreeh | 2020-09-29 | 3 | -0/+150 | |
* | | | | Merge #6143 | bors[bot] | 2020-10-05 | 2 | -1/+9 | |
|\ \ \ \ | ||||||
| * | | | | Account for proc macro helpers when parsing attr | Jonas Schievink | 2020-10-05 | 2 | -1/+9 | |
|/ / / / | ||||||
* | | | | Merge #6127 | bors[bot] | 2020-10-05 | 2 | -2/+23 | |
|\ \ \ \ | ||||||
| * | | | | Correctly complete items with leading underscore | León Orell Valerian Liehr | 2020-10-03 | 2 | -2/+23 | |
* | | | | | Merge #6142 | bors[bot] | 2020-10-05 | 2 | -6/+8 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix feature name | Aleksey Kladov | 2020-10-05 | 2 | -6/+8 | |
|/ / / / | ||||||
* | | | | Merge #5997 | bors[bot] | 2020-10-03 | 1 | -15/+117 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve readability in inlay_hints.rs | Igor Aleksanov | 2020-10-03 | 1 | -4/+5 | |
| * | | | Remove 'for_expr' test from inlay_hints.rs | Igor Aleksanov | 2020-10-03 | 1 | -14/+1 | |
| * | | | Make the tests for complete/incomplete for inlay hints work | Igor Aleksanov | 2020-10-03 | 1 | -10/+77 | |
| * | | | Better inlay hints in 'for' loops | Igor Aleksanov | 2020-10-03 | 1 | -2/+49 | |
|/ / / | ||||||
* | | | Merge #6125 | bors[bot] | 2020-10-02 | 1 | -40/+34 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Simplify ast_transform | Aleksey Kladov | 2020-10-02 | 1 | -40/+34 | |
|/ / | ||||||
* | | Merge #6123 | bors[bot] | 2020-10-02 | 38 | -672/+567 | |
|\ \ | ||||||
| * | | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 23 | -99/+90 | |
| * | | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 19 | -420/+288 | |
| * | | Rewrite fixtures on top of Change | Aleksey Kladov | 2020-10-02 | 1 | -83/+90 | |
| * | | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 11 | -93/+122 | |
* | | | Merge #6122 | bors[bot] | 2020-10-02 | 1 | -176/+181 | |
|\| | | ||||||
| * | | Expectify find_references tests | Aleksey Kladov | 2020-10-02 | 1 | -176/+181 | |
|/ / | ||||||
* | | Merge #6121 | bors[bot] | 2020-10-02 | 2 | -13/+14 | |
|\ \ | ||||||
| * | | Reduce visibiity | Aleksey Kladov | 2020-10-02 | 2 | -13/+14 | |
|/ / | ||||||
* | | Merge #5988 | bors[bot] | 2020-10-02 | 3 | -2/+338 | |
|\ \ | ||||||
| * | | Use expect_test to make format_str_parser test more data-driven | Igor Aleksanov | 2020-10-02 | 1 | -35/+35 | |
| * | | Use lookup table instead of enum for postfix completion kinds | Igor Aleksanov | 2020-10-02 | 1 | -62/+20 | |
| * | | Use ast::String for extracting string literal contents | Igor Aleksanov | 2020-10-02 | 2 | -14/+19 | |
| * | | Improve format-like completions code appearance | Igor Aleksanov | 2020-10-02 | 2 | -32/+26 | |
| * | | Add missing entry to doc-comment | Igor Aleksanov | 2020-10-02 | 1 | -0/+1 | |
| * | | Simplify is_string_literal function | Igor Aleksanov | 2020-10-02 | 1 | -9/+5 | |
| * | | Improve checks for postfix suggestions | Igor Aleksanov | 2020-10-02 | 3 | -16/+23 | |
| * | | Add postfix completion for format-like string literals | Igor Aleksanov | 2020-10-02 | 3 | -1/+376 | |
* | | | Merge #5954 | bors[bot] | 2020-10-02 | 10 | -2/+67 | |
|\ \ \ | ||||||
| * | | | Fix failing test | Igor Aleksanov | 2020-10-02 | 1 | -0/+6 | |
| * | | | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 5 | -2/+31 |