Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Do not show default types in closures | Kirill Bulatov | 2020-07-20 | 1 | -0/+2 |
* | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 1 | -1/+1 |
* | call_info works with closures | Aleksey Kladov | 2020-07-17 | 1 | -1/+3 |
* | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 1 | -45/+31 |
* | Reduce visibility | Aleksey Kladov | 2020-07-16 | 1 | -2/+2 |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 1 | -5/+5 |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 1 | -3/+3 |
* | Always put config first | Aleksey Kladov | 2020-07-09 | 1 | -47/+47 |
* | Switch to expect for the rest of inlay tests | Aleksey Kladov | 2020-06-30 | 1 | -74/+100 |
* | Simplify most of the inlay hints tests | Aleksey Kladov | 2020-06-30 | 1 | -623/+177 |
* | 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 |