Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 3 | -3/+6 | |
|/ | ||||||
* | Merge #3826 | bors[bot] | 2020-04-08 | 5 | -51/+148 | |
|\ | ||||||
| * | Simplify HTML highlighter and add test case for highlight_injection logic | Leander Tentrup | 2020-04-06 | 5 | -59/+97 | |
| * | Flatten nested highlight ranges during DFS traversal | Leander Tentrup | 2020-04-03 | 2 | -6/+65 | |
* | | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -50/+9 | |
* | | Add functional update test | Aleksey Kladov | 2020-04-07 | 1 | -0/+33 | |
* | | Fix names of test modules | Aleksey Kladov | 2020-04-07 | 1 | -2/+2 | |
* | | Merge #3878 | bors[bot] | 2020-04-07 | 4 | -7/+52 | |
|\ \ | ||||||
| * | | A more precise panic macro | Aleksey Kladov | 2020-04-07 | 1 | -1/+1 | |
| * | | Don't insert !() if there's already some | Aleksey Kladov | 2020-04-07 | 3 | -3/+45 | |
| * | | Reorder imports | Aleksey Kladov | 2020-04-07 | 1 | -3/+6 | |
* | | | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -1/+9 | |
|/ / | ||||||
* | | Better naming for scope completion | Aleksey Kladov | 2020-04-07 | 3 | -4/+4 | |
* | | Better naming for path completion | Aleksey Kladov | 2020-04-07 | 3 | -4/+4 | |
* | | Merge pull request #3866 from lnicola/fewer-braces | Aleksey Kladov | 2020-04-07 | 7 | -46/+46 | |
|\ \ | ||||||
| * | | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 7 | -46/+46 | |
* | | | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #3853 from matklad/cf | Aleksey Kladov | 2020-04-06 | 2 | -4/+4 | |
|\ \ | ||||||
| * | | Make control token modifier less ambiguous | Aleksey Kladov | 2020-04-06 | 2 | -4/+4 | |
* | | | Merge #3829 | bors[bot] | 2020-04-06 | 1 | -12/+110 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Adds to SSR match for semantically equivalent call and method call | Mikhail Modin | 2020-04-02 | 1 | -12/+110 | |
| |/ | ||||||
* | | Add parens for enums | Aleksey Kladov | 2020-04-03 | 4 | -46/+175 | |
* | | Generalize call parenthesis insertion | Aleksey Kladov | 2020-04-03 | 1 | -27/+46 | |
* | | Remove the second code-path for completing names in patterns | Aleksey Kladov | 2020-04-03 | 3 | -70/+28 | |
|/ | ||||||
* | Merge #3797 | bors[bot] | 2020-04-01 | 1 | -10/+23 | |
|\ | ||||||
| * | Don't show chaining hints for record literals and unit structs | Laurențiu Nicola | 2020-04-01 | 1 | -10/+23 | |
* | | Merge #3779 | bors[bot] | 2020-04-01 | 4 | -363/+413 | |
|\ \ | ||||||
| * | | Unite record completion logic into a single module | Kirill Bulatov | 2020-04-01 | 4 | -450/+413 | |
| * | | Split draft | Kirill Bulatov | 2020-04-01 | 3 | -59/+85 | |
| * | | Complete only missing fields in pats | Kirill Bulatov | 2020-04-01 | 1 | -1/+62 | |
| |/ | ||||||
* | | Merge #3765 | bors[bot] | 2020-04-01 | 1 | -26/+90 | |
|\ \ | |/ |/| | ||||||
| * | Adds sort for RecordLit comparison in SSR | Mikhail Modin | 2020-04-01 | 1 | -26/+90 | |
* | | Better names for config structs | Aleksey Kladov | 2020-03-31 | 7 | -59/+59 | |
* | | Reload only the properties that do not affect vfs | Kirill Bulatov | 2020-03-30 | 1 | -0/+5 | |
|/ | ||||||
* | Remove some unwraps | Aleksey Kladov | 2020-03-28 | 1 | -6/+7 | |
* | Start stdx | Aleksey Kladov | 2020-03-28 | 5 | -49/+40 | |
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 3 | -0/+4 | |
* | Always expand macros during analysis | Aleksey Kladov | 2020-03-25 | 1 | -2/+22 | |
* | Improvements based on code review feedback | Matt Hooper | 2020-03-24 | 1 | -5/+5 | |
* | Fmt corrections | Matt Hooper | 2020-03-24 | 1 | -13/+9 | |
* | Added more unit tests | Matt Hooper | 2020-03-24 | 1 | -76/+159 | |
* | Added new inlay hint kind and rules for method chaining | Matt Hooper | 2020-03-24 | 1 | -5/+92 | |
* | Merge #3708 | bors[bot] | 2020-03-24 | 1 | -6/+6 | |
|\ | ||||||
| * | Generalise syntax rewriting infrastructure to allow removal of nodes | Aleksey Kladov | 2020-03-24 | 1 | -6/+6 | |
* | | Align naming | Aleksey Kladov | 2020-03-24 | 1 | -1/+1 | |
* | | Merge #3694 | bors[bot] | 2020-03-24 | 1 | -1/+61 | |
|\ \ | ||||||
| * | | Code review fixes | Kirill Bulatov | 2020-03-24 | 1 | -3/+4 | |
| * | | Complete only missing fields | Kirill Bulatov | 2020-03-23 | 1 | -1/+60 | |
| |/ | ||||||
* | | Consider references when applying postfix completions | Kirill Bulatov | 2020-03-23 | 1 | -17/+123 | |
* | | update itertools version to 0.9.0 | Josh Mcguigan | 2020-03-23 | 1 | -1/+1 | |
|/ |