| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | braces around {self} in UseTree are not unnecessary | Harry Sarson | -2/+53 |
| 2024-04-30 | Auto merge of #17160 - dfireBird:fix_impl_trait, r=Veykril | bors | -17/+102 |
| 2024-04-30 | Use `RefCell::take` | Lukas Wirth | -1/+1 |
| 2024-04-30 | Auto merge of #17138 - Kohei316:generate-function-assist-for-new, r=Veykril | bors | -26/+270 |
| 2024-04-30 | Fix coercion of async block | morine0122 | -1/+42 |
| 2024-04-30 | Make generate function assist generate a function as a constructor if the nam... | morine0122 | -0/+492346 |
| 2024-04-30 | discard when the path is invalid utf8 symbol. | Yu Zeng | -1/+1 |
| 2024-04-29 | implement creating generics for impl traits in associated types | dfireBird | -17/+102 |
| 2024-04-29 | Auto merge of #17144 - cbiffle:patch-1, r=Veykril | bors | -2/+0 |
| 2024-04-29 | Auto merge of #17157 - Veykril:retry, r=Veykril | bors | -139/+131 |
| 2024-04-29 | Retry inlay hint requests | Lukas Wirth | -2/+6 |
| 2024-04-28 | Work around completion retrying not fixing up offsets | Lukas Wirth | -10/+11 |
| 2024-04-28 | Don't retry position relient requests and version resolve data | Lukas Wirth | -129/+116 |
| 2024-04-27 | Auto merge of #17153 - Veykril:doc-comment-desugaring, r=Veykril | bors | -52/+228 |
| 2024-04-27 | fix: Fix doc comment desugaring for proc-macros | Lukas Wirth | -52/+228 |
| 2024-04-27 | Auto merge of #17151 - Veykril:fix-cfg-trait-params, r=Veykril | bors | -212/+250 |
| 2024-04-27 | fix: Fix attributes on generic parameters colliding in item tree | Lukas Wirth | -212/+250 |
| 2024-04-27 | Auto merge of #17150 - RalfJung:josh-pull, r=lnicola | bors | -1/+13 |
| 2024-04-27 | empty rust-version file, since no pull has happened yet | Ralf Jung | -1/+0 |
| 2024-04-27 | add no-new-root check to josh pull | Ralf Jung | -0/+13 |
| 2024-04-26 | fix: Fix source roots not always being created when necessary | Lukas Wirth | -28/+13 |
| 2024-04-26 | manual: remove suggestion of rust-project.json example | Cliff L. Biffle | -2/+0 |
| 2024-04-26 | Show workspace info in the status bar | Lukas Wirth | -81/+168 |
| 2024-04-25 | Auto merge of #17135 - Veykril:inline-const-scope, r=Veykril | bors | -34/+69 |
| 2024-04-25 | fix: Fix expression scopes not being calculated for inline consts | Lukas Wirth | -34/+69 |
| 2024-04-25 | Auto merge of #17134 - Veykril:lt-err-display, r=Veykril | bors | -586/+631 |
| 2024-04-25 | Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril | bors | -97/+563 |
| 2024-04-25 | Add inlay hints lifetime arg tests | Lukas Wirth | -8/+27 |
| 2024-04-25 | Auto merge of #16972 - joshka:cargo-run-runnable, r=Veykril | bors | -2/+6 |
| 2024-04-24 | Drop unknown lifetimes when rendering generic args | Lukas Wirth | -578/+604 |
| 2024-04-24 | fix: move no_std check out of loop | Josh McKinney | -1/+2 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -3/+3 |
| 2024-04-23 | different error code based on variant | Bao Zhiyuan | -4/+14 |
| 2024-04-22 | Auto merge of #17102 - davidbarsky:david/add-some-tracing-to-project-loading,... | bors | -5/+33 |
| 2024-04-22 | chore: add some `tracing` to project loading | David Barsky | -0/+493726 |
| 2024-04-21 | Auto merge of #17025 - lnicola:josh, r=lnicola | bors | -30/+248 |
| 2024-04-21 | Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykril | bors | -85/+235 |
| 2024-04-21 | Auto merge of #17115 - leviska:json_is_not_rust_better_names, r=Veykril | bors | -18/+66 |
| 2024-04-21 | Support flychecking for cargo scripts | Lukas Wirth | -44/+61 |
| 2024-04-21 | Extract common fields out of ProjectWorkspace variants | Lukas Wirth | -332/+247 |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+494483 |
| 2024-04-21 | Use josh for subtree syncs | Laurențiu Nicola | -0/+494678 |
| 2024-04-21 | Peek for panic message in test output | Lukas Wirth | -12/+36 |
| 2024-04-20 | add test with multiple names | Lev Iskandarov | -1/+37 |
| 2024-04-20 | try to generate more meaningful names | Lev Iskandarov | -0/+494472 |
| 2024-04-20 | Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-ra | Laurențiu Nicola | -3270/+6206 |
| 2024-04-20 | fix: remove space within `{}` when no fields in struct | roife | -11/+35 |
| 2024-04-20 | Add hovering limitations support for variants | roife | -48/+138 |
| 2024-04-19 | fix: add a separate setting for enum variants | roife | -52/+183 |
| 2024-04-19 | Implement BeginPanic for mir eval | Lukas Wirth | -7/+44 |