| Age | Commit message (Expand) | Author | Lines |
| 2023-02-07 | Support DidChangeWorkspaceFolders capability | Pascal Kuthe | -26/+66 |
| 2023-02-07 | Auto merge of #14084 - Veykril:float-parse, r=Veykril | bors | -63/+447 |
| 2023-02-07 | Auto merge of #13991 - vasilev-alex:add-braces-assist, r=Veykril | bors | -0/+182 |
| 2023-02-07 | Fixup comments | Lukas Wirth | -26/+38 |
| 2023-02-07 | fix jointess for floats not being set properly | Lukas Wirth | -9/+7 |
| 2023-02-07 | Add tests for float access macro call inputs | Lukas Wirth | -37/+58 |
| 2023-02-07 | fix depth check for float split step | Lukas Wirth | -1/+1 |
| 2023-02-07 | Fix up token_tree_to_syntax_node float split handling | Lukas Wirth | -12/+76 |
| 2023-02-06 | Auto merge of #14094 - HKalbasi:layout, r=flodiebold | bors | -20/+12 |
| 2023-02-06 | reuse fetching target data layout from rustc function | hkalbasi | -20/+12 |
| 2023-02-06 | Auto merge of #14087 - HKalbasi:layout, r=Veykril | bors | -65/+214 |
| 2023-02-06 | Support layout of RPIT | hkalbasi | -65/+214 |
| 2023-02-06 | Auto merge of #14090 - MariaSolOs:regions, r=Veykril | bors | -2/+2 |
| 2023-02-06 | Auto merge of #14091 - Veykril:workspace-sysroot, r=Veykril | bors | -9/+68 |
| 2023-02-06 | Auto merge of #14092 - Veykril:inlay-hint-panic, r=Veykril | bors | -8/+14 |
| 2023-02-06 | fix: Don't panic on broken syntax trees in adjustment inlay hints | Lukas Wirth | -8/+14 |
| 2023-02-06 | Support sysroot library source being defined inside the workspace | Lukas Wirth | -9/+68 |
| 2023-02-05 | Auto merge of #14043 - lowr:fix/completion-within-str-that-changed, r=Veykril | bors | -5/+96 |
| 2023-02-05 | Add regression tests | Ryo Yoshida | -2/+90 |
| 2023-02-05 | fix: consider relative offset to fake ident token in expansion for completion | Ryo Yoshida | -3/+6 |
| 2023-02-04 | Unify language config markers with server | Maria José Solano | -2/+2 |
| 2023-02-03 | Make mbe compile with parser changes | Lukas Wirth | -7/+14 |
| 2023-02-03 | fix: Fix parsing of nested tuple field accesses in a cursed way | Lukas Wirth | -35/+294 |
| 2023-02-03 | Auto merge of #14010 - silvergasp:ci, r=lnicola | bors | -8/+47 |
| 2023-02-03 | Update .github/workflows/fuzz.yml | Laurențiu Nicola | -1/+1 |
| 2023-02-03 | De-magic number parser::Output encoding | Lukas Wirth | -13/+36 |
| 2023-02-03 | Auto merge of #14083 - Veykril:issue-templates, r=lnicola | bors | -1/+17 |
| 2023-02-03 | Add more basic issue templates with auto category labeling | Lukas Wirth | -1/+17 |
| 2023-02-03 | Auto merge of #14070 - Veykril:proc-macro-api, r=Veykril | bors | -9/+50 |
| 2023-02-03 | Fail spawning proc-macro servers when their api version is newer than r-a's | Lukas Wirth | -3/+10 |
| 2023-02-03 | Auto merge of #14082 - lowr:fix/change-non-ascii-cases, r=Veykril | bors | -5/+11 |
| 2023-02-03 | fix: support non-ascii characters in case conversion | Ryo Yoshida | -5/+11 |
| 2023-02-02 | Auto merge of #14049 - lnicola:flatpak, r=lnicola | bors | -0/+21 |
| 2023-02-02 | Add a manual section for Flatpak | Laurențiu Nicola | -0/+21 |
| 2023-02-02 | Auto merge of #14065 - lowr:patch/generate-generic-function, r=Veykril | bors | -64/+980 |
| 2023-02-02 | Treat scope info retrieval failure as assist failure | Ryo Yoshida | -8/+9 |
| 2023-02-01 | Auto merge of #14058 - gftea:master, r=Veykril | bors | -1/+28 |
| 2023-02-01 | Auto merge of #14072 - ericsink:master, r=lnicola | bors | -1/+30 |
| 2023-02-01 | Auto merge of #14073 - lnicola:zip, r=lnicola | bors | -17/+13 |
| 2023-02-01 | Bump zip | Laurențiu Nicola | -17/+13 |
| 2023-02-01 | Expand section on Visual Studio to mention all three available rust-analyzer ... | Eric Sink | -1/+30 |
| 2023-02-01 | Auto merge of #14071 - Veykril:inlay-hints, r=Veykril | bors | -26/+47 |
| 2023-02-01 | fix: Don't render fieldless discriminant inlay hints for datacarrying enums | Lukas Wirth | -26/+47 |
| 2023-02-01 | Auto merge of #14036 - Veykril:write-method-resolution, r=Veykril | bors | -103/+163 |
| 2023-02-01 | Implement proc-macro-api versioning | Lukas Wirth | -8/+42 |
| 2023-01-31 | Auto merge of #14068 - HKalbasi:unsize, r=flodiebold | bors | -15/+40 |
| 2023-01-31 | unsize cast array only on pointer type | hkalbasi | -15/+40 |
| 2023-01-31 | Auto merge of #14067 - jonas-schievink:lazy-trace-output, r=jonas-schievink | bors | -4/+48 |
| 2023-01-31 | Remove some types ¯\_(ツ)_/¯ | Jonas Schievink | -1/+1 |
| 2023-01-31 | Auto merge of #14061 - Veykril:generic-tt, r=Veykril | bors | -567/+804 |