Lukas Wirth
51c6272bae
Fix non-lsp compliant Response definition
2025-08-06 18:01:44 +02:00
Lukas Wirth
efbe625e35
Merge pull request #20372 from Hmikihiro/remove_unused_fn_from_edit_in_place
...
Remove unused functions from edit_in_place.rs
2025-08-03 10:59:40 +00:00
Hmikihiro
277cf46d3e
Remove unused functions from edit_in_place
2025-08-03 19:40:54 +09:00
Lukas Wirth
0d2a7e6654
Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_impl
...
Migrate `generate_trait_from_impl` assist to use `SyntaxEditor`
2025-08-03 07:23:07 +00:00
Hmikihiro
b373cb1006
Migrate generate_trait_from_impl assist to use SyntaxEditor
2025-08-03 16:12:08 +09:00
Lukas Wirth
e47f791a60
Merge pull request #20368 from Hmikihiro/migrate_delegate_methods
...
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
2025-08-03 06:37:22 +00:00
Lukas Wirth
279b4643e8
Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfrom
...
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
2025-08-03 06:36:15 +00:00
Lukas Wirth
f360d6ce88
Merge pull request #20351 from ChayimFriedman2/rename-self1
...
feat: When renaming a parameter to `self`, change callers to use method call syntax
2025-08-02 18:50:08 +00:00
Chayim Refael Friedman
ac34f3db81
When renaming a parameter to self, change callers to use method call syntax
2025-08-02 21:39:22 +03:00
Chayim Refael Friedman
4c6e804b3a
Merge pull request #20358 from iorizu/issue-20346
...
minor: Fix documentation for `*.overrideCommand` config options
2025-08-02 18:18:36 +00:00
Hmikihiro
e314bfaad3
Migrate generate_delegate_methods assist to use SyntaxEditor
2025-08-03 02:17:56 +09:00
Hmikihiro
81c4086a03
Migrate convert_from_to_tryfrom assist to use SyntaxEditor
2025-08-02 20:35:09 +09:00
Ifeanyi Orizu
7d167260ca
Fix more docs
2025-08-01 10:48:54 -05:00
Ifeanyi Orizu
053f68151b
Update documentation for overrideCommand config options
2025-08-01 10:48:54 -05:00
Shoyu Vanilla (Flint)
7c608658a7
Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl
...
add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_impl`
2025-07-31 15:11:22 +00:00
Lukas Wirth
ddc1b9fbb2
Merge pull request #20349 from Veykril/push-orvqsnqtttzv
...
`cargo clippy --fix`
2025-07-31 09:47:38 +00:00
Lukas Wirth
a7b01aa048
cargo clippy --fix
2025-07-31 10:55:10 +02:00
Lukas Wirth
6bf97001f9
Merge pull request #20342 from Veykril/push-zysqtqskuxvr
...
Reorganize proc-macro-srv more, add `--format` and `--version` args
2025-07-31 08:21:52 +00:00
Lukas Wirth
7543395f95
Add version command to proc-macro-srv
2025-07-31 10:10:50 +02:00
Lukas Wirth
1975c98b73
Reorganize proc-macro-srv
2025-07-31 09:55:07 +02:00
Lukas Wirth
897168169d
Properly clean proc-macro-srv proc-macro temp dir
2025-07-31 09:36:49 +02:00
Hmikihiro
d71e972414
add SyntaxEditor::delete_all to migrate utils.rs add_trait_assoc_items_to_impl
2025-07-30 23:53:05 +09:00
Lukas Wirth
2918a2b550
Abtract away json protocol for proc-macro-srv
2025-07-30 15:52:10 +02:00
Shoyu Vanilla (Flint)
cd0f643328
Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_editor
...
Migrate `inline_type_alias` assist to use `syntax_editor`
2025-07-30 01:24:17 +00:00
Shoyu Vanilla (Flint)
a9c431633b
Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_named_struct
...
Migrate `convert_tuple_struct_to_named_struct` assist to use `SyntaxEditor`
2025-07-30 01:22:35 +00:00
Hmikihiro
08c6768190
replace make:: to SyntaxFactory:: in inline_type_alias
2025-07-29 23:25:13 +09:00
Hmikihiro
cca89bcb7d
add SyntaxFactory::record_expr to hide clone_for_update
2025-07-29 21:49:03 +09:00
Lukas Wirth
b2d9f17d6e
Merge pull request #20337 from ChayimFriedman2/double-inlay-hints
...
fix: When displaying a projection into a type parameter that has bounds as `impl Trait`, collect only the bounds of this projection
2025-07-29 11:52:03 +00:00
Chayim Refael Friedman
ea1e24a989
When displaying a projection into a type parameter that has bounds as impl Trait, collect only the bounds of this projection
...
It used to collect the bounds of them all.
2025-07-29 14:40:14 +03:00
Lukas Wirth
5043dc9df6
Merge pull request #20154 from joshka/jm/improve-setting-titles
...
Improve settings tree title and descriptions
2025-07-29 10:42:07 +00:00
Lukas Wirth
f5ecbb5eff
Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet
...
fix: In generate_mut_trait_impl, don't add a tabstop if the client does not support snippets
2025-07-29 10:12:14 +00:00
Chayim Refael Friedman
bad05ff4ff
In generate_mut_trait_impl, don't add a tabstop if the client does not support snippets
2025-07-29 12:37:06 +03:00
Laurențiu Nicola
f7c3a89932
Merge pull request #20335 from Kobzol/ci-gh-app
...
Use GH app for authenticating sync PRs
2025-07-29 08:23:50 +00:00
Jakub Beránek
1532b37010
Use GH app for authenticating sync PRs
2025-07-29 10:07:27 +02:00
Lukas Wirth
e45400afb8
Merge pull request #20333 from Veykril/push-xmulpqkxrytn
...
fix: Do not require all rename definitions to be renameable
2025-07-29 06:42:28 +00:00
Lukas Wirth
8b214fbf17
fix: Do not require all rename definitions to be renameable
2025-07-29 08:31:08 +02:00
Chayim Refael Friedman
b4b9f3e555
Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen
...
Fix gen panics doc template for debug_assert
2025-07-29 05:56:59 +00:00
Laurențiu Nicola
36df2c98c1
Merge pull request #20321 from rust-lang/rustc-pull
...
Rustc pull update
2025-07-28 17:42:46 +00:00
Laurențiu Nicola
2e3688e5b2
Merge pull request #20330 from Kobzol/triagebot-reopen
...
Configure triagebot to reopen bot PRs
2025-07-28 17:37:03 +00:00
Laurențiu Nicola
cde861ef36
Format and bump rustc crates
2025-07-28 20:31:22 +03:00
Jakub Beránek
86bef358fa
Configure triagebot to reopen bot PRs
2025-07-28 19:24:45 +02:00
Lukas Wirth
892b4554a8
Merge pull request #20313 from Veykril/push-qmorsnlvwlrr
...
fix: Fix runnables extra env not substituting env vars
2025-07-28 14:29:27 +00:00
Lukas Wirth
a7c07f66be
Merge pull request #20327 from Wilfred/saved_file_placeholder
...
Don't show '$saved_file' literally in IDE status updates
2025-07-28 14:29:05 +00:00
Shoyu Vanilla (Flint)
d026135732
Merge pull request #20303 from Hmikihiro/migrate_path_transform
...
Migrate path transform
2025-07-28 13:33:08 +00:00
Wilfred Hughes
d51db69e09
Don't show '$saved_file' literally in IDE status updates
...
We've had a few users get confused when VS Code shows `my_custom_check
--args $saved_file`, as it looks like substitution didn't occur.
Instead, show `my_custom_check --args ...` in the display output. This
is also shorter, and the VS Code status bar generally works best with
short text.
2025-07-28 11:33:46 +01:00
The rustc-josh-sync Cronjob Bot
f06945f047
Merge ref ' 733dab5589' from rust-lang/rust
...
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: 733dab5589
Filtered ref: 8f0faf94fb41d4e2a85ef2d23e5495f6bea1f31d
This merge was created using https://github.com/rust-lang/josh-sync .
2025-07-28 06:31:02 +00:00
The rustc-josh-sync Cronjob Bot
d344aa8490
Prepare for merging from rust-lang/rust
...
This updates the rust-version file to 733dab5589 .
2025-07-28 06:30:59 +00:00
Laurențiu Nicola
ccdbc276a2
Merge pull request #20324 from lnicola/triagebot-josh-sync
...
minor: Adjust triagebot config for rustc-josh-sync
2025-07-28 06:13:36 +00:00
Laurențiu Nicola
dc88902f59
Adjust triagebot config for rustc-josh-sync
2025-07-28 09:01:54 +03:00
bors
733dab5589
Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgr
...
Rollup of 6 pull requests
Successful merges:
- rust-lang/rust#143607 (Port the proc macro attributes to the new attribute parsing infrastructure)
- rust-lang/rust#144471 (Remove `compiler-builtins-{no-asm,mangled-names}`)
- rust-lang/rust#144495 (bump cargo_metadata)
- rust-lang/rust#144523 (rustdoc: save target modifiers)
- rust-lang/rust#144534 (check_static_item: explain should_check_for_sync choices)
- rust-lang/rust#144535 (miri: for ABI mismatch errors, say which argument is the problem)
Failed merges:
- rust-lang/rust#144536 (miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
2025-07-28 02:09:05 +00:00