| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-30 | test: add test case for func with multiline param list | Young-Flash | -2/+19 | |
| 2025-06-30 | internal: add `FoldKind::Function` | Young-Flash | -13/+18 | |
| 2025-06-30 | feat: support folding multiline arg list & fn body in one folding range | Young-Flash | -1/+28 | |
| 2025-06-29 | Remove last use of `rustc_pat_analysis::Captures` | zachs18 | -5/+5 | |
| It's not necessary anymore due to Rust 2024 lifetime capture rules. | ||||
| 2025-06-29 | Remove unnecessary parens in closure | yukang | -1/+1 | |
| 2025-06-29 | Merge pull request #20121 from Veykril/push-vkkuutpsuypq | Lukas Wirth | -48/+49 | |
| Do not append `--compile-time-deps` to overwritten build script commands | ||||
| 2025-06-29 | Do not append `--compile-time-deps` to overwritten build script commands | Lukas Wirth | -48/+49 | |
| 2025-06-28 | ci: Fix up release workflow | Lukas Wirth | -5/+9 | |
| 2025-06-28 | ci: Cancel workflow only after the main matrix has finished | Lukas Wirth | -15/+19 | |
| 2025-06-27 | Workaround missing none group support in builtin macros | Lukas Wirth | -40/+22 | |
| 2025-06-27 | use placeholder_snippet | Hayashi Mikihiro | -15/+46 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-06-27 | use name_generator | Hayashi Mikihiro | -6/+21 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-06-27 | Merge pull request #20110 from ChayimFriedman2/ambiguous-float | Lukas Wirth | -1/+50 | |
| fix: Fix completion in when typing `integer.|` | ||||
| 2025-06-27 | Fix completion in when typing `integer.|` | Chayim Refael Friedman | -1/+50 | |
| It should show integer, not floating point methods. | ||||
| 2025-06-26 | Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy | Chayim Refael Friedman | -65/+142 | |
| Backport new sized-hierarchy trait bounds in old ways | ||||
| 2025-06-27 | generate new for tuple field | Hayashi Mikihiro | -22/+337 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-06-26 | Backport new sized-hierarchy trait bounds in old ways | Shoyu Vanilla | -24/+78 | |
| 2025-06-26 | Merge pull request #20106 from Veykril/push-pytuxksnntux | Lukas Wirth | -129/+206 | |
| Salsa idiomize `VariantFields` query | ||||
| 2025-06-26 | Bring back the firewall query | Lukas Wirth | -15/+22 | |
| 2025-06-26 | Merge pull request #20103 from ChayimFriedman2/path-transform-prettify | Lukas Wirth | -4/+58 | |
| fix: Prettify AST in `PathTransform` if it's coming from a macro | ||||
| 2025-06-26 | Salsa idiomize `VariantFields` query | Lukas Wirth | -131/+201 | |
| 2025-06-26 | Merge pull request #20105 from Veykril/push-qtmwnuqvsruw | Lukas Wirth | -9/+19 | |
| Parse new const trait syntax | ||||
| 2025-06-26 | Parse new const trait syntax | Lukas Wirth | -9/+19 | |
| 2025-06-26 | Merge pull request #20104 from Veykril/push-nqnmmlvksyty | Lukas Wirth | -55/+59 | |
| Cleanup `provideCodeActions` vscode hook | ||||
| 2025-06-26 | Cleanup `provideCodeActions` vscode hook | Lukas Wirth | -55/+59 | |
| 2025-06-26 | Prettify AST in `PathTransform` if it's coming from a macro | Chayim Refael Friedman | -4/+58 | |
| 2025-06-26 | refactor: enhance highlighting for control flow kws in macros | roifewu | -33/+45 | |
| 2025-06-26 | refactor: simplify functions related to branch_exit_points in highlight_related | roifewu | -72/+74 | |
| 2025-06-26 | refactor: rename `branches` to `branch_exit_points` in highlight_related | roifewu | -11/+11 | |
| 2025-06-26 | refactor: improve macro handling in navigation for control-flow kws | roifewu | -13/+47 | |
| 2025-06-26 | feat: highlighting of related return values while the cursor is on any ↵ | roifewu | -9/+775 | |
| `match`, `if`, or match arm arrow (`=>`) | ||||
| 2025-06-26 | Merge pull request #20101 from ShoyuVanilla/comp-time-deps-sooner | Laurențiu Nicola | -1/+1 | |
| minor: Decrease minimal toolchain version for `comp-time-deps` to `1.89.0` | ||||
| 2025-06-26 | minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1` | Shoyu Vanilla | -1/+1 | |
| 2025-06-25 | Unify formatting of progress messages | Vincent Esche | -7/+6 | |
| 2025-06-25 | Merge pull request #20096 from lnicola/silence-rustfmt-failed | Lukas Wirth | -11/+8 | |
| internal: Don't show notifications on failed rustfmt calls | ||||
| 2025-06-25 | Adjust minicore for Sized Hierarchy changes | Lukas Wirth | -52/+75 | |
| 2025-06-25 | Don't show notifications on failed rustfmt calls | Laurențiu Nicola | -11/+8 | |
| 2025-06-25 | Drop rustc workspace loading error, if we don't needs its sources | Lukas Wirth | -10/+28 | |
| 2025-06-25 | Merge pull request #20088 from Veykril/push-qrslvzzlqqoz | Lukas Wirth | -107/+110 | |
| De-arc trait items query | ||||
| 2025-06-25 | Merge pull request #20077 from markpots5/master | Lukas Wirth | -3/+60 | |
| feat: Extend vscode 'run' command with optional mode argument for run… | ||||
| 2025-06-25 | Merge pull request #20084 from ShoyuVanilla/fix-windows-cancel-par | Lukas Wirth | -0/+4 | |
| ci: Fix cancel parallel jobs on windows | ||||
| 2025-06-25 | De-arc trait items query | Lukas Wirth | -107/+110 | |
| 2025-06-25 | Fix link in the book | Chayim Refael Friedman | -3/+2 | |
| 2025-06-24 | Short circuit a couple hir-ty/lower queries | Lukas Wirth | -15/+40 | |
| 2025-06-24 | ci: Fix cancel parallel jobs on windows | Shoyu Vanilla | -0/+4 | |
| 2025-06-24 | Remove special casing in command factory (revert changes in ctx.ts), update ↵ | Mark Pots | -12/+3 | |
| main.createCommands instead | ||||
| 2025-06-24 | Merge pull request #20012 from lnicola/bump-literal-escaper | Lukas Wirth | -169/+139 | |
| Update to literal-escaper 0.0.4 | ||||
| 2025-06-24 | Merge pull request #20080 from Veykril/push-vnrwqppplykm | Lukas Wirth | -39/+60 | |
| Cleanup `folding_ranges` and support more things | ||||
| 2025-06-24 | Cleanup `folding_ranges` and support more things | Lukas Wirth | -39/+60 | |
| 2025-06-24 | Merge pull request #20061 from ChayimFriedman2/wrap-ret-ty | Lukas Wirth | -34/+133 | |
| fix: In "Wrap return type" assist, don't wrap exit points if they already have the right type | ||||
