index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
Age
Commit message (
Expand
)
Author
Lines
2025-08-05
Merge pull request #20381 from A4-Tacks/fix-assign-sug
Chayim Refael Friedman
-0
/
+82
2025-08-05
Change prev whitespace to prev trivia
A4-Tacks
-3
/
+3
2025-08-05
Merge pull request #20385 from Hmikihiro/migrate_expand_glob_import
Shoyu Vanilla (Flint)
-5
/
+4
2025-08-05
Merge pull request #20383 from Hmikihiro/remove_ted_from_replace_named_generi...
Shoyu Vanilla (Flint)
-17
/
+19
2025-08-05
Merge pull request #20380 from Hmikihiro/add_attr_arg
Shoyu Vanilla (Flint)
-116
/
+185
2025-08-05
Merge pull request #20389 from Veykril/push-ssyssvnrywvy
Lukas Wirth
-7
/
+3
2025-08-05
Slim down compile time artifact progress reports
Lukas Wirth
-7
/
+3
2025-08-05
Do not remove the original token when descending into derives
Chayim Refael Friedman
-11
/
+9
2025-08-05
Allow renaming when there are multiple definitions (due to macros) even when ...
Chayim Refael Friedman
-52
/
+72
2025-08-05
Migrate `expand_glob_import` assist to use `SyntaxEditor`
Hmikihiro
-5
/
+4
2025-08-05
remove `ted` from replace_named_generic_with_impl.rs
Hmikihiro
-17
/
+19
2025-08-04
Merge pull request #20378 from skewb1k/chore/folding_ranges-perms
Laurențiu Nicola
-0
/
+0
2025-08-04
Merge pull request #20382 from ChayimFriedman2/goto-def-from-macro
Shoyu Vanilla (Flint)
-4
/
+30
2025-08-04
Add if..else completions in LetStmt and ArgList
A4-Tacks
-1
/
+127
2025-08-04
Correctly goto `From` impl when on `into()` even when the call is inside a macro
Chayim Refael Friedman
-4
/
+30
2025-08-04
remvoe add_attr edit_in_place.rs because it use ted.
Hmikihiro
-116
/
+185
2025-08-04
fix(hover): unify horizontal rule formatting to `---`
skewb1k
-42
/
+42
2025-08-04
chore: fix crates/ide/src/folding_ranges.rs file perms
skewb1k
-0
/
+0
2025-08-04
Remove strict_overflow_ops lint
Nurzhan Sakén
-14
/
+0
2025-08-04
Add assignment type analysis for ide-completion
A4-Tacks
-0
/
+82
2025-08-03
Remove unused functions from edit_in_place
Hmikihiro
-161
/
+2
2025-08-03
Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_impl
Lukas Wirth
-34
/
+35
2025-08-03
Migrate `generate_trait_from_impl` assist to use `SyntaxEditor`
Hmikihiro
-34
/
+35
2025-08-03
Merge pull request #20368 from Hmikihiro/migrate_delegate_methods
Lukas Wirth
-36
/
+41
2025-08-03
Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfrom
Lukas Wirth
-19
/
+23
2025-08-02
Merge pull request #20351 from ChayimFriedman2/rename-self1
Lukas Wirth
-25
/
+186
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-25
/
+186
2025-08-03
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
Hmikihiro
-36
/
+41
2025-08-02
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
Hmikihiro
-19
/
+23
2025-08-01
Update documentation for overrideCommand config options
Ifeanyi Orizu
-2
/
+9
2025-07-31
Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl
Shoyu Vanilla (Flint)
-26
/
+67
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-3256
/
+3000
2025-07-31
Merge pull request #20342 from Veykril/push-zysqtqskuxvr
Lukas Wirth
-425
/
+732
2025-07-31
Add version command to proc-macro-srv
Lukas Wirth
-18
/
+139
2025-07-31
Reorganize proc-macro-srv
Lukas Wirth
-148
/
+131
2025-07-31
Properly clean proc-macro-srv proc-macro temp dir
Lukas Wirth
-18
/
+41
2025-07-30
add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_...
Hmikihiro
-26
/
+67
2025-07-30
Abtract away json protocol for proc-macro-srv
Lukas Wirth
-260
/
+440
2025-07-30
Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_...
Shoyu Vanilla (Flint)
-41
/
+54
2025-07-30
Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_name...
Shoyu Vanilla (Flint)
-67
/
+118
2025-07-29
replace `make::` to `SyntaxFactory::` in `inline_type_alias`
Hmikihiro
-11
/
+16
2025-07-29
add `SyntaxFactory::record_expr` to hide clone_for_update
Hmikihiro
-8
/
+30
2025-07-29
Merge pull request #20337 from ChayimFriedman2/double-inlay-hints
Lukas Wirth
-13
/
+43
2025-07-29
When displaying a projection into a type parameter that has bounds as `impl T...
Chayim Refael Friedman
-13
/
+43
2025-07-29
Merge pull request #20154 from joshka/jm/improve-setting-titles
Lukas Wirth
-215
/
+377
2025-07-29
Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet
Lukas Wirth
-2
/
+49
2025-07-29
In generate_mut_trait_impl, don't add a tabstop if the client does not suppor...
Chayim Refael Friedman
-2
/
+49
2025-07-29
Merge pull request #20333 from Veykril/push-xmulpqkxrytn
Lukas Wirth
-7
/
+2
2025-07-29
fix: Do not require all rename definitions to be renameable
Lukas Wirth
-7
/
+2
2025-07-29
Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen
Chayim Refael Friedman
-6
/
+62
[prev]
[next]