about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-12-05fix: Fix parsing of integer/keyword name refs in various placesLukas Wirth-133/+351
2024-12-05fix: rename `syntax_editor_add_generic_param` to `add_generic_param`Tarek-2/+2
2024-12-05Merge pull request #18616 from Veykril/push-pkumxswtxspoLukas Wirth-3/+3
2024-12-05Disable `<` typing handler againLukas Wirth-3/+3
2024-12-04Merge pull request #18611 from ChayimFriedman2/proc-macro-warnLukas Wirth-0/+13
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-11/+2
2024-12-04fix: update `introduce_named_generic` to use `type_param` directlyTarek-3/+2
2024-12-04Do not report warnings from proc macros, everChayim Refael Friedman-0/+13
2024-12-04refactor: move editing for ast using `SyntaxEditor` to a separate fileTarek-74/+74
2024-12-04fix: refactor `introduce_named_generic` assistTarek-42/+31
2024-12-04fix: correct token type for closing angle bracketTarek-1/+1
2024-12-04fix: refactor `syntax_editor_add_generic_param`Tarek-19/+41
2024-12-04fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...Tarek-47/+43
2024-12-04fix: refactor syntax_editor_add_generic_param to handle new generic parametersTarek-12/+11
2024-12-04fix: implement `syntax_editor_create_generic_param_list`Tarek-5/+35
2024-12-04define syntax_editor_add_generic_paramTarek-7/+34
2024-12-04fix: remove make_mut from introduce_named_generic assistTarek-2/+0
2024-12-04feat: migrate introduce_named_generic assist to use SyntaxFactoryTarek-5/+41
2024-12-04Complete diagnostics in ty lowering groundworkChayim Refael Friedman-103/+621
2024-12-04Lay the foundation for diagnostics in ty lowering, and implement a first diag...Chayim Refael Friedman-80/+811
2024-12-04Store some hir_def Paths in the type ref source mapsChayim Refael Friedman-77/+144
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-698/+1020
2024-12-04refactor: change target parameter to a reference in add_rewrite methodTarek-12/+6
2024-12-04feat: migrate `sort_items` assist to use `SyntaxFactory`Tarek-18/+22
2024-12-04Merge pull request #18609 from ChayimFriedman2/unsafe-coverageLukas Wirth-113/+499
2024-12-04Merge pull request #18604 from ChayimFriedman2/complete-helpersLukas Wirth-4/+111
2024-12-04Extend reported unsafe operationsChayim Refael Friedman-113/+499
2024-12-04Complete derive helper attributesChayim Refael Friedman-4/+111
2024-12-04Merge pull request #18608 from Veykril/push-rrozmpnyknkxLukas Wirth-40/+154
2024-12-04Update mbe test outputLukas Wirth-2/+3
2024-12-04fix: Don't create empty path nodesLukas Wirth-24/+26
2024-12-04Better parser recovery for incomplete attributesLukas Wirth-19/+130
2024-12-04Merge pull request #18522 from tareknaser/configure_typing_exclude_charsLukas Wirth-15/+20
2024-12-04Merge pull request #18605 from ChayimFriedman2/wildcard-importsLukas Wirth-2/+46
2024-12-04Merge pull request #18595 from markmurphydev/remove_platform_intrinsicLaurențiu Nicola-5/+0
2024-12-04Merge pull request #18607 from ChayimFriedman2/pattern-record-no-recordLaurențiu Nicola-7/+30
2024-12-04Fix shadowing of record enum variant in patternsChayim Refael Friedman-7/+30
2024-12-04Improve soundness a bit by making `TaggedArcPtr::try_as_arc_owned()` unsafeChayim Refael Friedman-13/+17
2024-12-04Fixed another bug with glob importsChayim Refael Friedman-2/+46
2024-12-03Remove references to platform-intrinsic ABIMark Murphy-5/+0
2024-12-03chore: deprecate `typing.autoClosingAngleBrackets` configurationTarek-31/+1
2024-12-03internal: Make exclude characters for typing assists configurable, default to...Tarek-2/+37
2024-12-03Support `AsyncFnX` traitsChayim Refael Friedman-68/+291
2024-12-03Merge pull request #18555 from ChayimFriedman2/issue-17321Lukas Wirth-4/+80
2024-12-03Only show status bar item in relevant filesDavid Richey-1/+56
2024-12-03Advertise completions and inlay hints resolve server capabilities based on th...Kirill Bulatov-22/+45
2024-12-02Use c"lit" for CStrings without unwrapKornel-3/+1
2024-12-02Merge pull request #18561 from markmurphydev/macro_name_raw_variableLukas Wirth-0/+28
2024-12-02Merge pull request #18587 from Veykril/push-urrlrursyrwsLukas Wirth-1/+17
2024-12-02fix: Fix syntax fixup inserting unnecessary semicolonsLukas Wirth-1/+17