| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | ||||
| 2025-02-24 | Update assist docs | Laurențiu Nicola | -149/+175 | |
| 2025-02-21 | toc for other editors | Josh Rotenberg | -0/+2 | |
| 2025-02-20 | Update style.md | Benjamin Brienen | -1/+1 | |
| fix dead link | ||||
| 2025-02-20 | Update editor_features.md | Benjamin Brienen | -3/+2 | |
| fix typos in snippets | ||||
| 2025-02-20 | Merge pull request #19185 from BenjaminBrienen/patch-3 | Laurențiu Nicola | -1/+1 | |
| Update architecture.md | ||||
| 2025-02-20 | Update configuration.md | Benjamin Brienen | -3/+3 | |
| fix dead links | ||||
| 2025-02-20 | Update architecture.md | Benjamin Brienen | -1/+1 | |
| it is stable since 1.52 | ||||
| 2025-02-17 | move dev docs to manual | Josh Rotenberg | -168/+195 | |
| fix formatting | ||||
| 2025-02-17 | Calculate drop glue and show it on hover | Chayim Refael Friedman | -0/+5 | |
| Also fix the `needs_drop()` intrinsic. Unions also need this information (to err if they have a drop-needing field), but this will come in a follow-up PR. | ||||
| 2025-02-12 | manual: Separate out installation and configuration pages | Wilfred Hughes | -618/+635 | |
| Organise the installation content into: * VS Code instructions * Binary installation * Editor configuration | ||||
| 2025-02-12 | Merge pull request #18928 from roife/fix-18918 | Lukas Wirth | -0/+5276 | |
| fix: handle character boundary in search mode | ||||
| 2025-02-12 | fix: handle character boundary in search mode | roife | -0/+5276 | |
| 2025-02-12 | Merge pull request #19132 from joshrotenberg/book-readme-run-codegen | Lukas Wirth | -1/+1 | |
| doc: add xtask codegen command in development README as well | ||||
| 2025-02-11 | remove unused plugin config | Josh Rotenberg | -5/+0 | |
| 2025-02-11 | Merge pull request #19133 from joshrotenberg/fix-manual-github-paths | Chayim Refael Friedman | -3/+3 | |
| doc: fix mdbook repository paths | ||||
| 2025-02-11 | Merge pull request #18998 from ChayimFriedman2/exclude | Lukas Wirth | -2/+2 | |
| fix: Make `rust-analyzer.files.excludeDirs` work, actually | ||||
| 2025-02-10 | fix mdbook paths | Josh Rotenberg | -3/+3 | |
| 2025-02-10 | add xtask codegen command as well | Josh Rotenberg | -1/+1 | |
| 2025-02-09 | doc: error url | 阿豪 | -1/+1 | |
| 2025-02-07 | Organise chapters in mdbook sidebar | Wilfred Hughes | -3/+3 | |
| 2025-02-06 | closure parameter inlay hints | jnyfah | -0/+5 | |
| 2025-02-04 | Make `rust-analyzer.files.excludeDirs` work, actually | Chayim Refael Friedman | -2/+2 | |
| I have no idea what the original writer of the code thought but the logic just seems backwards. We should not exclude a file/directory if it is equal to an include! This also meant that we had to add a `root == path` check so this stuff will actually work, which in turn meant excludes (of root files) no longer worked... Also rename if to `rust-analyzer.files.exclude`, because it can exclude files as well. | ||||
| 2025-01-28 | Merge pull request #19015 from Wilfred/mdbook | Lukas Wirth | -2321/+2563 | |
| manual: Convert to mdbook | ||||
