about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-02internal: Use 'ProjectJson' consistentlyWilfred Hughes-5/+5
2025-06-02Merge pull request #19897 from aibaars/patch-2Lukas Wirth-21/+69
2025-05-31Merge pull request #19900 from Veykril/push-zurosouxqxzzLukas Wirth-2/+2
2025-05-31fix: Fix manual not containing diagnostics documentationLukas Wirth-2/+2
2025-05-31Merge pull request #19899 from SomeoneToIgnore/generate-actionsLukas Wirth-0/+1
2025-05-31Account for `Generate` actions when filtering the allowed onesKirill Bulatov-0/+1
2025-05-31Merge pull request #19898 from Veykril/push-ykumpuwmuvmuLukas Wirth-19/+8
2025-05-31refactor: Remove unncessary duplication in highlight_relatedLukas Wirth-19/+8
2025-05-30Update expected test outputArthur Baars-21/+60
2025-05-30Run 'cargo codegen' to update testsArthur Baars-0/+5
2025-05-30Add test for closure_binderArthur Baars-0/+2
2025-05-30Produce ClosureBinder node in atom.rsArthur Baars-0/+2
2025-05-30Merge pull request #19896 from Veykril/push-qyutrlxyznumLukas Wirth-143/+322
2025-05-30internal: Restructure some semantics APIs for virtual macro filesLukas Wirth-79/+185
2025-05-30Add some more `hir_expand::files` conversionsLukas Wirth-64/+137
2025-05-30Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...Lukas Wirth-3/+88
2025-05-29Merge pull request #19890 from Veykril/push-kzzntrpllsqxLukas Wirth-128/+214
2025-05-29fix: Fix import insertion not being fully cfg awareLukas Wirth-128/+214
2025-05-29Merge pull request #19888 from Veykril/push-wylsryzpnnopLukas Wirth-3/+6
2025-05-29fix: Recognize salsa cycles in `thread_result_to_response`Lukas Wirth-3/+6
2025-05-28docs:deleting duplicate documentationvremyavnikuda-70/+0
2025-05-28Merge pull request #19881 from Veykril/push-wsrmttkymypsLukas Wirth-171/+336
2025-05-28feat: Desugar assist for `let pat = expr?;` -> `let else`Lukas Wirth-171/+336
2025-05-28Merge pull request #19880 from Veykril/push-xmpxumsrkymkLukas Wirth-31/+97
2025-05-28Merge pull request #19872 from ChayimFriedman2/async-fn-outputLukas Wirth-11/+81
2025-05-28fix: Handle included files better in IDE layerLukas Wirth-31/+97
2025-05-28Merge pull request #19876 from ShoyuVanilla/layout-paddingLukas Wirth-23/+272
2025-05-28Merge pull request #19879 from Veykril/push-mqykxnqtktuwLukas Wirth-84/+65
2025-05-28feat: Render padding information when hovering on structsShoyu Vanilla-23/+272
2025-05-28Back out "Fix IDE resolution of item macros"Lukas Wirth-14/+0
2025-05-28Drop unnecessay codeLukas Wirth-35/+3
2025-05-28fix: Fix IDE layer not resolving some macro callsLukas Wirth-35/+62
2025-05-28Merge pull request #19877 from tgross35/remove-concat-identsLukas Wirth-44/+0
2025-05-28chore: Remove support for `concat_idents!`Trevor Gross-44/+0
2025-05-27Merge pull request #19875 from ShoyuVanilla/issue-19844Chayim Refael Friedman-0/+17
2025-05-28fix: Skip pattern analysis on type mismatchesShoyu Vanilla-0/+17
2025-05-27Merge pull request #19850 from regexident/dyn-semanticsChayim Refael Friedman-1/+1
2025-05-27Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...Vincent Esche-1/+1
2025-05-27Fix inference of `AsyncFnX` return typeChayim Refael Friedman-11/+81
2025-05-26Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hirChayim Refael Friedman-29/+74
2025-05-26fix: formated to clippyvremyavnikuda-1/+1
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-1/+1
2025-05-26fix: the lines are formatted according to clippyvremyavnikuda-2/+2
2025-05-26docs: add documentation for find_all_refs constructor search (#10725)vremyavnikuda-3/+158
2025-05-26Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indentLukas Wirth-3/+91
2025-05-26Merge pull request #19819 from Veykril/push-utvzwvwuuvlmLukas Wirth-3/+3
2025-05-26Merge pull request #19785 from A4-Tacks/fix-generate-new-indentLukas Wirth-1/+136
2025-05-26Merge pull request #19851 from ChayimFriedman2/normalize-exhaustivenessLukas Wirth-25/+81
2025-05-26Merge pull request #19864 from ChayimFriedman2/is-in-macroLukas Wirth-85/+125
2025-05-25Properly implement `might_be_inside_macro_call()` using semantic information ...Chayim Refael Friedman-85/+125