Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5917 | bors[bot] | 2020-10-12 | 3 | -10/+287 |
|\ | |||||
| * | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 2 | -13/+24 |
| * | Rebase fixes | Zac Pullar-Strecker | 2020-10-08 | 1 | -13/+5 |
| * | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
| * | Remove outdated part of doc_links module docs | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+0 |
| * | Add ignored test to demonstrate ImportMap bug | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+26 |
| * | Fix namespace detection & function test | Zac Pullar-Strecker | 2020-10-08 | 1 | -6/+2 |
| * | Add tests | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+94 |
| * | 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 |
* | | Show reason for failed rename refactoring | Rüdiger Herrmann | 2020-10-10 | 3 | -48/+134 |
* | | Merge #6176 | bors[bot] | 2020-10-10 | 1 | -0/+2 |
|\ \ | |||||
| * | | add eprintln in fmt-like postfix | Benjamin Coenen | 2020-10-08 | 1 | -0/+2 |
| |/ | |||||
* | | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -0/+24 |
* | | Treat `ast::Name` in field patterns as use | Jonas Schievink | 2020-10-09 | 1 | -0/+46 |
* | | Fix source_to_def for named enum variant fields | Jonas Schievink | 2020-10-09 | 1 | -0/+17 |
|/ | |||||
* | 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 |