summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-11remove `Kind` check for `symbol_intern_string_literal`onur-ozkan-6/+1
2024-12-11fixMarcoIeni-14/+14
2024-12-11minor: Add `item_static` constructor to `SyntaxFactory`Giga Bowser-1/+63
2024-12-11feat: Add an assist to extract an expression into a constantGiga Bowser-189/+847
2024-12-11internal: Move `is_body_const` to `ide_assists::utils`Giga Bowser-44/+44
2024-12-11minor: Add `item_const` constructor to `SyntaxFactory`Giga Bowser-0/+27
2024-12-11fixMarcoIeni-4/+8
2024-12-11more debugMarcoIeni-0/+3
2024-12-11debugMarcoIeni-0/+2
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-1/+42
2024-12-11debugMarcoIeni-0/+2
2024-12-11debugMarcoIeni-0/+1
2024-12-11fixMarcoIeni-2/+2
2024-12-11restore commandMarcoIeni-0/+3
2024-12-11remove unnecessary changeMarcoIeni-2/+2
2024-12-11fixMarcoIeni-2/+2
2024-12-11Merge pull request #18663 from Veykril/push-syoklzkntyknLukas Wirth-0/+4
2024-12-11fix: Swallow rustfmt parsing panicsLukas Wirth-0/+4
2024-12-11Bump rustc cratesLaurențiu Nicola-18/+17
2024-12-11Merge from rust-lang/rustLaurențiu Nicola-5180/+8576
2024-12-11Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-12-11split betterMarcoIeni-9/+105
2024-12-11Fix copied proc-macros not being cleaned up on exitLukas Wirth-59/+49
2024-12-11Unload proc-macro dlls on changed timestampLukas Wirth-18/+31
2024-12-11Rollup merge of #134141 - compiler-errors:anon-adt, r=lqdJacob Pratt-7/+1
2024-12-11Merge pull request #18458 from Giga-Bowser/masterLukas Wirth-67/+432
2024-12-11Merge pull request #18653 from SomeoneToIgnore/hash-completionsLukas Wirth-23/+134
2024-12-11Merge pull request #18657 from Giga-Bowser/generate-enum-variantLukas Wirth-231/+522
2024-12-11Merge pull request #18656 from roife/fix-issue-18639Lukas Wirth-15/+54
2024-12-11Merge pull request #4008 from JoJoDeveloping/tb-access-state-based-skippingRalf Jung-1/+88
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-7/+1
2024-12-10Rollup merge of #134113 - jyn514:run-make-contains, r=jieyouxuLeón Orell Valerian Liehr-1/+1
2024-12-11feat: preserve order of parameters in extract_functionsroife-15/+54
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-9/+8
2024-12-10minor: Migrate `generate_enum_variant` to `SyntaxEditor`Giga Bowser-229/+275
2024-12-10minor: Add `ty_infer` constructor to `SyntaxFactory`Giga Bowser-0/+8
2024-12-10minor: Add `whitespace` constructor to `SyntaxFactory`Giga Bowser-0/+4
2024-12-10minor: Add `item_enum` constructor to `SyntaxFactory`Giga Bowser-9/+242
2024-12-10TB: optimize accesses on large trees by ignoring subtrees if the access would...Johannes Hostert-7/+34
2024-12-10CI: update linux 4c from ubuntu 20 to ubuntu 22MarcoIeni-1/+1
2024-12-10functionality removed from codebase (part 2) (#2160)Tshepang Mbambo-1/+0
2024-12-10fixMarcoIeni-0/+1
2024-12-10functionality removed from codebase (#2159)Tshepang Mbambo-1/+0
2024-12-10remove polymorphizationOrion Gonzalez-74/+0
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-275/+190
2024-12-10Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789León Orell Valerian Liehr-1/+1
2024-12-10Rollup merge of #134023 - onur-ozkan:132507, r=jieyouxuLeón Orell Valerian Liehr-12/+19
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-12-10Rollup merge of #133478 - aDotInTheVoid:finally, r=fmeaseLeón Orell Valerian Liehr-262/+169
2024-12-10CI: use free runners for x86_64-gnu-llvm jobsMarcoIeni-9/+33