Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Fix feature name | Aleksey Kladov | 2020-10-05 | 1 | -1/+1 |
* | | 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 |
|/ | |||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 23 | -99/+90 |
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 18 | -414/+280 |
* | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 3 | -10/+7 |
* | Expectify find_references tests | Aleksey Kladov | 2020-10-02 | 1 | -176/+181 |
* | Reduce visibiity | Aleksey Kladov | 2020-10-02 | 2 | -13/+14 |
* | 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 |
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -2/+2 |
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 2 | -18/+35 |
* | Remove periodic gc stub | Aleksey Kladov | 2020-09-29 | 2 | -7/+2 |
* | Add tests | vsrs | 2020-09-29 | 1 | -3/+77 |
* | Do not show references CodeLens for tests. | vsrs | 2020-09-29 | 3 | -14/+26 |
* | Make method references CodeLens lazy. | vsrs | 2020-09-29 | 1 | -1/+16 |
* | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 3 | -12/+146 |
* | Merge #6055 | bors[bot] | 2020-09-25 | 1 | -0/+5 |
|\ | |||||
| * | Cargo fmt | Russell Mull | 2020-09-22 | 1 | -9/+2 |
| * | Add ok postfix completion | Russell Mull | 2020-09-22 | 1 | -0/+12 |
* | | Merge #6072 | bors[bot] | 2020-09-25 | 2 | -6/+6 |
|\ \ | |||||
| * | | Cleanup unintended unresolved reference in syntax higlighting test | Paul Daniel Faria | 2020-09-24 | 2 | -6/+6 |
* | | | Merge #6056 | bors[bot] | 2020-09-24 | 1 | -0/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add dbgr postfix completion | Laurențiu Nicola | 2020-09-22 | 1 | -0/+12 |
* | | | Merge #5846 | bors[bot] | 2020-09-24 | 2 | -3/+130 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Trim mut keyword in fn completion | adamrk | 2020-09-02 | 1 | -1/+22 |
| * | | Remove exposing unification | adamrk | 2020-09-02 | 1 | -1/+1 |
| * | | Collect locals in context | adamrk | 2020-09-02 | 2 | -12/+15 |
| * | | Add back Param struct | adamrk | 2020-09-01 | 1 | -1/+1 |
| * | | Add references to fn args during completion | adamrk | 2020-08-30 | 1 | -2/+105 |
* | | | Update tests | Jonas Schievink | 2020-09-16 | 1 | -5/+57 |
| |/ |/| | |||||
* | | Avoid checking all ancestors and fix mis-completion | oxalica | 2020-09-15 | 1 | -33/+215 |
* | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 1 | -5/+6 |
* | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 2 | -1/+29 |
* | | Merge #5976 | bors[bot] | 2020-09-14 | 1 | -56/+119 |
|\ \ | |||||
| * | | Complete trait impl immediately after type/const/fn | oxalica | 2020-09-11 | 1 | -56/+119 |
* | | | Merge #5985 | bors[bot] | 2020-09-14 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | Make MergeBehaviour configurable | Lukas Wirth | 2020-09-12 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge #5971 | bors[bot] | 2020-09-13 | 2 | -0/+86 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+64 |