| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-04 | remove syntaxTree from docs | vinícius x | -18/+0 | |
| 2025-06-26 | refactor: rename `branches` to `branch_exit_points` in highlight_related | roifewu | -1/+1 | |
| 2025-06-26 | feat: highlighting of related return values while the cursor is on any ↵ | roifewu | -0/+7 | |
| `match`, `if`, or match arm arrow (`=>`) | ||||
| 2025-06-25 | Fix link in the book | Chayim Refael Friedman | -3/+2 | |
| 2025-06-24 | Merge pull request #20064 from Wilfred/document_sysroot_project | Lukas Wirth | -0/+3 | |
| Document sysroot_project field in rust-project.json | ||||
| 2025-06-23 | Add troubleshooting FAQ to the book | Chayim Refael Friedman | -0/+12 | |
| And one frequently asked question. | ||||
| 2025-06-23 | Document sysroot_project field in rust-project.json | Wilfred Hughes | -0/+3 | |
| 2025-06-20 | Add better documentation for excluding imports from symbol search | Lucas Holten | -1/+5 | |
| 2025-06-19 | fix: Temporarily disable `+` typing handler as it moves the cursor position | Lukas Wirth | -1/+1 | |
| 2025-06-17 | Merge pull request #19939 from ChayimFriedman2/fill-arms-self | Lukas Wirth | -0/+7 | |
| feat: In "Fill match arms", allow users to prefer `Self` to the enum name when possible | ||||
| 2025-06-16 | feat: Insert required parentheses when typing `+` in trait type | Lukas Wirth | -1/+1 | |
| 2025-06-16 | Merge pull request #19994 from sourcefrog/book-links | Laurențiu Nicola | -3/+2 | |
| Fix some links in the book | ||||
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -0/+7 | |
| 2025-06-13 | Make the URL a hyperlink | Martin Pool | -1/+1 | |
| 2025-06-13 | Fix link to the contribution guide | Martin Pool | -2/+1 | |
| 2025-06-13 | Fix link to good first issues | Jakub Beránek | -1/+1 | |
| 2025-06-10 | [minor] Fix typos | Wilfred Hughes | -1/+1 | |
| 2025-06-06 | In "Fill match arms", allow users to prefer `Self` to the enum name when ↵ | Chayim Refael Friedman | -0/+7 | |
| possible But default to not to. I chose to have a more generic config name because maybe other assists could also use the same approach. | ||||
| 2025-06-02 | internal: Use 'ProjectJson' consistently | Wilfred Hughes | -1/+1 | |
| The Rust source code previously mised ProjectJson and JsonProject, and the TypeScript definition didn't match either. Use 'ProjectJson' everywhere. This is purely an internal change. | ||||
| 2025-05-28 | feat: Render padding information when hovering on structs | Shoyu Vanilla | -0/+7 | |
| 2025-05-26 | Merge pull request #19819 from Veykril/push-utvzwvwuuvlm | Lukas Wirth | -1/+1 | |
| Change import prefix default to be by crate | ||||
| 2025-05-22 | Remove rust-analyzer.vs from other editors | Oli Scherer | -24/+0 | |
| 2025-05-19 | Change import prefix default to be by crate | Lukas Wirth | -1/+1 | |
| The current default plain, tends to create non-uniform import blocks over time, some being relative, some being absolute. I believe we should encourage a different default here. | ||||
| 2025-04-20 | doc: Fix dead manual links | bbb651 | -1/+1 | |
| 2025-04-20 | doc: Rework generated configuration to have anchors | bbb651 | -353/+681 | |
| Also first line of default code blocks being used as the language instead of json and fixes a missing `json` language in a doc comment code block. | ||||
| 2025-04-09 | internal: rename `children_modules` to `child_modules` | David Barsky | -1/+1 | |
| 2025-04-07 | cargo xtask tidy | geetanshjuneja | -1/+1 | |
| 2025-04-04 | feat(project-model): provide flag for no deps | Prajwal S N | -0/+6 | |
| A Cargo project can now be built without any dependency metadata being fetched. Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-03-24 | chore: Cleanup vscode extension output channels | Lukas Wirth | -3/+6 | |
| 2025-03-22 | Improve contributing/README.md | BenjaminBrienen | -8/+8 | |
| 2025-03-15 | cargo xtask tidy | BenjaminBrienen | -1/+1 | |
| 2025-03-15 | edition = "2024" | BenjaminBrienen | -1/+1 | |
| 2025-03-10 | Remove generated md book files | Lukas Wirth | -5346/+1 | |
| 2025-03-09 | fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s | Shoyu Vanilla | -3/+3 | |
| 2025-03-05 | Merge pull request #19274 from Veykril/push-pouwrwwrlrlt | Lukas Wirth | -3/+3 | |
| Highlight unsafe operations as unsafe, not definitions | ||||
| 2025-03-05 | Use HIR unsafety information for unsafe syntax highlightng | Lukas Wirth | -3/+3 | |
| 2025-03-03 | Merge pull request #19261 from Veykril/push-rnqlyrvqpols | Lukas Wirth | -87/+111 | |
| Support tuple struct patterns for expand_rest_pattern assist | ||||
| 2025-03-03 | Merge pull request #19243 from Veykril/push-qrrqsywkwyzp | Lukas Wirth | -0/+4 | |
| Allow unsetting default cfgs | ||||
| 2025-03-03 | Support tuple struct patterns for expand_rest_pattern assist | Lukas Wirth | -2/+26 | |
| 2025-03-02 | Normalize some assist names | Lukas Wirth | -89/+89 | |
| 2025-03-02 | Merge pull request #19259 from Veykril/push-skmvrmtorqso | Lukas Wirth | -2/+22 | |
| Add flip or-pattern assist | ||||
| 2025-03-02 | Add flip or-pattern assist | Lukas Wirth | -2/+22 | |
| 2025-03-01 | Migrate `convert_bool_then` to `SyntaxEditor` | Shoyu Vanilla | -4/+4 | |
| Update assist docs | ||||
| 2025-02-27 | Allow unsetting default cfgs | Lukas Wirth | -0/+4 | |
| 2025-02-26 | Merge pull request #19220 from Shourya742/2025-02-24-nit-setup-doc | Laurențiu Nicola | -4/+10 | |
| doc: remove nit from setup.md | ||||
| 2025-02-25 | internal: Migrate `remove_unused_param` assist to `SyntaxEditor` | Giga Bowser | -1/+1 | |
| 2025-02-25 | internal: Migrate `remove_parentheses` assist to `SyntaxEditor` | Giga Bowser | -1/+1 | |
| 2025-02-25 | doc: remove nit from setup.md | bit-aloo | -4/+10 | |
| 2025-02-24 | minor: Add tabstop to impl body in `generate_trait_impl` assist | Giga Bowser | -2/+2 | |
| 2025-02-24 | Merge pull request #18987 from ChayimFriedman2/drop-glue | Lukas Wirth | -0/+5 | |
| feat: Calculate drop glue and show it on hover | ||||
