Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Better progress API | Aleksey Kladov | 2020-10-07 | 2 | -4/+9 | |
* | | | | Cleanup | Aleksey Kladov | 2020-10-07 | 2 | -22/+23 | |
* | | | | Merge #6158 | bors[bot] | 2020-10-07 | 1 | -5/+33 | |
|\ \ \ \ | ||||||
| * | | | | Added unit test for negative number literals in macros. | Tim | 2020-10-06 | 1 | -0/+21 | |
| * | | | | Fixed parsing of negative number literals in macros. | Tim | 2020-10-06 | 1 | -5/+12 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6160 | bors[bot] | 2020-10-07 | 5 | -1/+448 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add validation check for ambiguous trait objects | Lukas Wirth | 2020-10-06 | 5 | -1/+448 | |
* | | | | Merge #6128 | bors[bot] | 2020-10-06 | 1 | -4/+25 | |
|\ \ \ \ | ||||||
| * | | | | Trim all trailing whitespace in onEnter | Wesley Norris | 2020-10-03 | 1 | -4/+25 | |
| | |_|/ | |/| | | ||||||
* | | | | Document privacy invariant of SyntaxPtr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 | |
* | | | | Merge #6140 | bors[bot] | 2020-10-06 | 5 | -9/+81 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 5 | -9/+74 | |
| |/ / / | ||||||
* | | / | Add test makr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 | |
| |_|/ |/| | | ||||||
* | | | Constrain ImportMap to only store simple paths | Aleksey Kladov | 2020-10-06 | 1 | -10/+26 | |
* | | | Merge #6150 | bors[bot] | 2020-10-06 | 8 | -46/+65 | |
|\ \ \ | ||||||
| * | | | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 8 | -46/+65 | |
| | |/ | |/| | ||||||
* | | | Merge #6148 | bors[bot] | 2020-10-06 | 2 | -6/+57 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix trait object hir formatting behind pointer and references | Lukas Wirth | 2020-10-06 | 2 | -6/+57 | |
| |/ | ||||||
* | | 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 | 6 | -118/+172 | |
|\ \ \ | ||||||
| * | | | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 5 | -9/+33 | |
| * | | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 2 | -110/+140 | |
| | |/ | |/| | ||||||
* | | | Do not leave braces for colons in dbg! | Kirill Bulatov | 2020-10-06 | 1 | -2/+7 | |
* | | | 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 | |
* | | | | 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 | |
* | | | | | 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 | |
|/ / / | ||||||
* | / | Simplify ast_transform | Aleksey Kladov | 2020-10-02 | 1 | -40/+34 | |
| |/ |/| | ||||||
* | | 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 | |
* | | Expectify find_references tests | Aleksey Kladov | 2020-10-02 | 1 | -176/+181 | |
* | | 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 |