Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Option::Some bug to a fixme note | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -5/+14 |
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 2 | -54/+47 |
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 2 | -4/+1 |
* | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 3 | -4/+4 |
* | Add support for struct & trait methods | Zac Pullar-Strecker | 2020-10-08 | 1 | -7/+83 |
* | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 2 | -1/+89 |
* | Merge #6154 | bors[bot] | 2020-10-07 | 1 | -39/+162 |
|\ | |||||
| * | Clean up inlay_hints | Lukas Wirth | 2020-10-07 | 1 | -18/+14 |
| * | Shorten iterator hints for std::iter iterators behind references | Lukas Wirth | 2020-10-07 | 1 | -2/+4 |
| * | Shorten iterator chain hints | Lukas Wirth | 2020-10-07 | 1 | -36/+81 |
| * | Move IntoIterator into FamousDefs | Lukas Wirth | 2020-10-07 | 1 | -23/+5 |
| * | Use FamousDefs for shorten_iterator hint | Lukas Wirth | 2020-10-06 | 1 | -57/+36 |
| * | Shorten type hints for std::iter Iterators | Lukas Wirth | 2020-10-06 | 1 | -6/+125 |
* | | Merge #6128 | bors[bot] | 2020-10-06 | 1 | -4/+25 |
|\ \ | |||||
| * | | Trim all trailing whitespace in onEnter | Wesley Norris | 2020-10-03 | 1 | -4/+25 |
* | | | Merge #6140 | bors[bot] | 2020-10-06 | 3 | -7/+71 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add break after codeblocks | Robin van Dijk | 2020-10-06 | 1 | -2/+4 |
| * | | add doc describing limited capabilities | Robin van Dijk | 2020-10-06 | 1 | -0/+2 |
| * | | add docstring | Robin van Dijk | 2020-10-05 | 1 | -0/+3 |
| * | | honor content_format clientcap | Robin van Dijk | 2020-10-05 | 3 | -7/+64 |
| |/ | |||||
* | | Merge #6148 | bors[bot] | 2020-10-06 | 1 | -0/+34 |
|\ \ | |||||
| * | | Fix trait object hir formatting behind pointer and references | Lukas Wirth | 2020-10-06 | 1 | -0/+34 |
| |/ | |||||
* | | Merge #6124 | bors[bot] | 2020-10-06 | 3 | -5/+35 |
|\ \ | |||||
| * | | Properly name the field | Kirill Bulatov | 2020-10-02 | 3 | -5/+5 |
| * | | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -0/+30 |
* | | | 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 |