about summary refs log tree commit diff
path: root/crates/syntax
AgeCommit message (Expand)AuthorLines
2024-01-09Auto merge of #16275 - davidsemakula:ast-path-segments, r=Veykrilbors-11/+9
2024-01-08Split out rustc_lexer from rustc_dependenciesLukas Wirth-6/+9
2024-01-07Add inlay hint for exclusive rangesriverbl-14/+58
2024-01-06remove unnecessary ast::Path::segments alternativesdavidsemakula-9/+0
2024-01-06fix ast::Path::segments implementationdavidsemakula-2/+9
2024-01-05internal: refactor generate_delegate_trait and add commentsroife-5/+1
2024-01-02Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykrilbors-0/+6
2024-01-02Auto merge of #16112 - roife:rewrite-generate-delete-trait, r=Veykrilbors-31/+89
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+6
2023-12-22fix: remove wrong comma after remove unnecessary bracesYoung-Flash-0/+7
2023-12-20Auto merge of #16066 - Young-Flash:auto_remove_brace, r=lnicolabors-1/+27
2023-12-20feat: auto remove unnecessary braces after remove unused importsYoung-Flash-1/+27
2023-12-18internal: Move out `WithFixture` into dev-dep only crateLukas Wirth-1/+1
2023-12-13fix: rewrite code_action `generate_delegate_trait`roife-31/+89
2023-12-12Auto merge of #16099 - Veykril:flyimport, r=Veykrilbors-41/+14
2023-12-12Simplify and improve perf of import_assets::import_for_itemLukas Wirth-41/+14
2023-12-11Replace `doc_comments_and_attrs` with `collect_attrs`, 2nd roundhkalbasi-3/+0
2023-12-08fix: Smaller spans for unresolved field and method diagnosticsLukas Wirth-1/+2
2023-12-06Allow navigation targets to be duplicated when the focus range lies in the ma...Lukas Wirth-1/+6
2023-12-05Implicit format args supportLukas Wirth-1/+7
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-1/+1
2023-11-28Replace ID based TokenMap with proper relative text-ranges / spansLukas Wirth-21/+39
2023-11-15Bump rayonLaurențiu Nicola-1/+1
2023-11-15Bump indexmapLaurențiu Nicola-1/+1
2023-11-15Bump eitherLaurențiu Nicola-1/+1
2023-11-15Bump itertoolsLaurențiu Nicola-1/+1
2023-11-15Auto merge of #15874 - DropDemBits:structured-snippet-migrate-4, r=Veykrilbors-6/+180
2023-11-15Auto merge of #15875 - Young-Flash:fix_grammar, r=Veykrilbors-47/+57
2023-11-14Add tests for `LetStmt::set_ty`DropDemBits-14/+48
2023-11-13Add `IdentPat::set_pat`DropDemBits-0/+75
2023-11-13impl `qualifying_trait` for `PathSegment`Young-Flash-8/+5
2023-11-12fix `PathSegment` grammarYoung-Flash-47/+60
2023-11-11Migrate `destructure_tuple_binding` to mutable astDropDemBits-1/+1
2023-11-11Add `LetStmt::set_ty`DropDemBits-0/+41
2023-11-11Use syntax's version of `SyntaxElement`DropDemBits-4/+3
2023-11-11Add `MethodCallExpr::get_or_create_generic_arg_list`DropDemBits-1/+26
2023-11-08Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-raLaurențiu Nicola-37/+93
2023-11-05feat: add generate_mut_trait_impl assistYoung-Flash-0/+4
2023-10-30Fix some typoscui fliter-2/+2
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+0
2023-10-06Shrink PatPtr by swapping its AstPtr and Either wrap orderLukas Wirth-0/+18
2023-09-26SimplifyLukas Wirth-6/+6
2023-09-22Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykrilbors-0/+28
2023-09-22Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykrilbors-26/+29
2023-09-18Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-raLaurențiu Nicola-50/+199
2023-09-15Switch to in-tree rustc dependencies with a cfg flaghkalbasi-3/+6
2023-09-15refactor: remove TODO with no explanationshogo-nakano-desu-1/+0
2023-09-15refactor: fix clippy lintsshogo-nakano-desu-25/+29
2023-09-09feat: initial version of bool_to_enum assistRyan Mehri-0/+28
2023-09-05Implement builtin#format_args, using rustc's format_args parserLukas Wirth-1/+38