about summary refs log tree commit diff
path: root/crates/ide-db/src/syntax_helpers
AgeCommit message (Expand)AuthorLines
2023-09-06Emit builtin#format_args in builtin format_args expanderLukas Wirth-15/+5
2023-09-05Parse builtin# syntaxLukas Wirth-2/+4
2023-05-19Update crates/ide-db/src/syntax_helpers/node_ext.rsLukas Wirth-3/+2
2023-05-18Fix `preorder_expr` skipping the `else` block of let-else statementsBastiaan Marinus van de Weerd-1/+4
2023-04-19SpellingJosh Soref-2/+2
2023-04-05fix: insert whitespace between text and poundRyo Yoshida-1/+3
2023-01-09test: fix arg_type testunvalley-2/+0
2023-01-09fix: to leave Ident in parse_format_exprsunvalley-8/+8
2023-01-08Auto merge of #13860 - danieleades:clippy, r=lnicolabors-1/+1
2023-01-03Skip lifetime elision on fn pointers and fn trait typesLukas Wirth-3/+6
2023-01-02remove unnecessary lazy evaluationsDaniel Eades-1/+1
2022-12-31Improve exit point highlighting for non-loop loops in tail positionLukas Wirth-7/+8
2022-12-28Implement `do yeet` expressionMaybe Waffle-1/+2
2022-12-24Inline all format arguments where possibleYuri Astrakhan-1/+1
2022-11-19run cargo fmtKartavya Vashishtha-6/+12
2022-11-19fix: format expression parsing edge-casesKartavya Vashishtha-31/+31
2022-10-11Formattingbtwotwo-1/+1
2022-10-11Rename `get_outer_macro` to `macro_call_for_string_token`btwotwo-4/+3
2022-10-06Make helper method less specificbtwotwo-7/+5
2022-10-06Formattingbtwotwo-4/+5
2022-10-06Use helper method in is_format_stringbtwotwo-4/+4
2022-10-06Add helper method to get a macro name from passed stringbtwotwo-2/+9
2022-09-11suggest ExtractRefactor if no expressions foundKartavya Vashishtha-30/+76
2022-09-10new lint: move_format_string_argKartavya Vashishtha-29/+23
2022-09-10wipKartavya Vashishtha-0/+227
2022-09-05Auto merge of #13185 - ChayimFriedman2:insert-ws-in-static-const-macro, r=Vey...bors-1/+1
2022-09-04Do not insert a newline after `;` if the next token is a `}`Chayim Refael Friedman-1/+1
2022-08-31Remove hir::Expr::MacroStmtsLukas Wirth-1/+0
2022-07-20Run cargo fix --edition-idiomsAmos Wenger-1/+1
2022-06-28fix: improve whitespace insertion in pretty printerRyo Yoshida-4/+14
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-05-24fix: Insert whitespace into trait-impl completions when coming from macrosLukas Wirth-0/+4
2022-05-24ide: insert whitespaces surrounding `_` in macro expansionandylizi-2/+2
2022-05-22feat: escape format specifier(close: #12258)bvanjoi-2/+19
2022-05-15ide: insert whitespace between 'mut' and 'self' in macro expansionJake Heinz-0/+3
2022-05-01style: rename crates to kebab casePeh-0/+870