Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5105 | bors[bot] | 2020-06-28 | 1 | -4/+2 |
|\ | |||||
| * | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -4/+2 |
* | | Don't show ra_fixture param hints | Aleksey Kladov | 2020-06-28 | 1 | -1/+2 |
|/ | |||||
* | Use fixtures more | Aleksey Kladov | 2020-06-24 | 1 | -87/+91 |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 1 | -2/+2 |
* | Inlay Hints: more directly account for self param | Aleksey Kladov | 2020-06-05 | 1 | -2/+1 |
* | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 1 | -2/+20 |
* | Code review fixes | Kirill Bulatov | 2020-05-04 | 1 | -8/+7 |
* | Move snake case method to heck | Kirill Bulatov | 2020-05-03 | 1 | -15/+2 |
* | Omit name hints for enum names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -12/+52 |
* | Omit name hints for method names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -13/+25 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -83/+83 |
* | Omit more parameter hints in the presence of underscores | Laurențiu Nicola | 2020-04-18 | 1 | -1/+10 |
* | Hide parameter hints for single-argument functions with the same name | Laurențiu Nicola | 2020-04-09 | 1 | -5/+12 |
* | use .expr() to remove ref | IceSentry | 2020-04-09 | 1 | -5/+10 |
* | clean up param hint checking | IceSentry | 2020-04-09 | 1 | -18/+18 |
* | better `&mut ` and `&` matching | IceSentry | 2020-04-09 | 1 | -6/+6 |
* | ignore `&mut ` and `&` when checking params | IceSentry | 2020-04-09 | 1 | -3/+13 |
* | remove TODO | IceSentry | 2020-04-08 | 1 | -1/+0 |
* | Add more heuristics for hiding obvious param hints | IceSentry | 2020-04-08 | 1 | -4/+30 |
* | Don't show chaining hints for record literals and unit structs | Laurențiu Nicola | 2020-04-01 | 1 | -10/+23 |
* | Better names for config structs | Aleksey Kladov | 2020-03-31 | 1 | -34/+34 |
* | 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 |
* | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 1 | -26/+26 |
* | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -11/+12 |
* | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 1 | -26/+35 |
* | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -17/+84 |
* | Omit unit struct hints | Kirill Bulatov | 2020-03-08 | 1 | -0/+32 |
* | Slightly refactor inlay hints | Aleksey Kladov | 2020-02-29 | 1 | -69/+58 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -27/+21 |
* | Omit type hints for enum variant bind pats | Kirill Bulatov | 2020-02-24 | 1 | -92/+125 |
* | Style fixes | Kirill Bulatov | 2020-02-23 | 1 | -3/+4 |
* | Add basic parameter name hints heuristics | Kirill Bulatov | 2020-02-23 | 1 | -38/+174 |
* | Fix the tests | Kirill Bulatov | 2020-02-22 | 1 | -5/+105 |
* | Show more parameter name hints | Kirill Bulatov | 2020-02-22 | 1 | -27/+34 |
* | Simplify inlay hints processing | Kirill Bulatov | 2020-02-22 | 1 | -103/+35 |
* | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -2/+3 |
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -1/+2 |
* | Fix inlay hints test snippet compilation | Kirill Bulatov | 2020-02-03 | 1 | -8/+8 |
* | Omit default parameters for reference types | Kirill Bulatov | 2020-01-22 | 1 | -1/+13 |
* | Improve parameter hints a bit & add emacs support | Florian Diebold | 2020-01-18 | 1 | -14/+9 |
* | Micro-optimize type hints to avoid allocations | Aleksey Kladov | 2020-01-16 | 1 | -39/+38 |
* | Optimize inlay hints | Aleksey Kladov | 2020-01-15 | 1 | -5/+6 |
* | Update test snapshot | imtsuki | 2020-01-14 | 1 | -2/+2 |
* | Add inlay parameter name hints for function calls | imtsuki | 2020-01-14 | 1 | -2/+139 |
* | Omit closure parameters | Kirill Bulatov | 2019-12-23 | 1 | -1/+36 |
* | Optimize and profile | Aleksey Kladov | 2019-12-21 | 1 | -3/+8 |