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
Age
Commit message (
Expand
)
Author
Lines
2025-07-04
Merge pull request #20148 from ShoyuVanilla/sysroot-no-deps
Lukas Wirth
-4
/
+15
2025-07-04
Merge pull request #20165 from Hmikihiro/migrate-unmerge_match_arm
Lukas Wirth
-22
/
+20
2025-07-04
Merge pull request #20167 from ChayimFriedman2/enum-derive-default
Lukas Wirth
-72
/
+190
2025-07-03
Add `fn load_workspace_into_db` variant for `ra_ap_load_cargo`'s `fn load_wor...
Vincent Esche
-8
/
+25
2025-07-03
Fix some things with builtin derives
Chayim Refael Friedman
-72
/
+190
2025-07-04
Migrate `unmerge_match_arm` Assist to use `SyntaxEditor`
Hayashi Mikihiro
-22
/
+20
2025-07-03
Merge pull request #20161 from ShoyuVanilla/closure-capture
Lukas Wirth
-5
/
+48
2025-07-03
Merge pull request #20120 from Hmikihiro/match_bind_not_type
Chayim Refael Friedman
-1
/
+74
2025-07-03
fix: resolve item in match bind
Hayashi Mikihiro
-1
/
+74
2025-07-03
fix: Closure capturing for let exprs, again
Shoyu Vanilla
-5
/
+48
2025-07-03
Merge pull request #20160 from Veykril/push-pqvskktpnylu
Lukas Wirth
-49
/
+71
2025-07-03
fix: Improve diagnostic ranges for `macro_calls!`
Lukas Wirth
-49
/
+71
2025-07-03
Merge pull request #20159 from Veykril/push-kyssnlrxlwsl
Lukas Wirth
-15
/
+20
2025-07-03
Always couple `--compile-time-deps` with
Lukas Wirth
-15
/
+20
2025-07-03
Merge pull request #20158 from Veykril/push-rquozrwuskry
Lukas Wirth
-41
/
+56
2025-07-03
fix: Do not warn about proc-macro srv when sysroot is missing
Lukas Wirth
-41
/
+56
2025-07-03
Merge pull request #20157 from Veykril/push-nxrvpywtvoys
Lukas Wirth
-13
/
+13
2025-07-03
Re-enable fixpoint iteration for variance computation
Lukas Wirth
-13
/
+13
2025-07-03
Merge pull request #19923 from Veykril/push-rlrsyxsqnxnn
Lukas Wirth
-93
/
+155
2025-07-03
Bump salsa
Lukas Wirth
-93
/
+155
2025-07-03
Merge pull request #20112 from Veykril/push-ruszuxrqzmvz
Lukas Wirth
-40
/
+22
2025-07-03
Merge pull request #20156 from Veykril/push-knkzxuxkzoyx
Lukas Wirth
-63
/
+105
2025-07-03
Restructure proc-macro loading erros, differentiate hard error property on kind
Lukas Wirth
-63
/
+105
2025-07-02
Improve settings tree title and descriptions
Josh McKinney
-624
/
+899
2025-07-03
Remove keyword prefixes (`macro@` or `macro `) from links in the docs only if...
Chayim Refael Friedman
-6
/
+52
2025-07-02
awhile -> a while where appropriate
наб
-25
/
+25
2025-07-03
fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata
Shoyu Vanilla
-4
/
+15
2025-07-02
Fix AsMut::as_mut name
A4-Tacks
-1
/
+1
2025-07-02
Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`
Hayashi Mikihiro
-42
/
+85
2025-07-01
Migrate `toggle_macro_delimiter` assist to `SyntaxEditor`
Hayashi Mikihiro
-12
/
+14
2025-07-01
Migrate `promote_local_to_const` Assist to `SyntaxEditor`
Hayashi Mikihiro
-9
/
+13
2025-07-01
remove `if-let` chains
Hayashi Mikihiro
-6
/
+7
2025-07-01
Migrate `replace_is_method_with_if_let_method` Assist to use `SyntaxFactory`
Hayashi Mikihiro
-17
/
+17
2025-07-01
Add AsMut Borrow BorrowMut to minicore and famous_defs
A4-Tacks
-0
/
+34
2025-06-30
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-06-30
test: add test case for func with multiline param list
Young-Flash
-2
/
+19
2025-06-30
internal: add `FoldKind::Function`
Young-Flash
-13
/
+18
2025-06-30
feat: support folding multiline arg list & fn body in one folding range
Young-Flash
-1
/
+28
2025-06-29
Remove last use of `rustc_pat_analysis::Captures`
zachs18
-5
/
+5
2025-06-29
Remove unnecessary parens in closure
yukang
-1
/
+1
2025-06-29
Merge pull request #20121 from Veykril/push-vkkuutpsuypq
Lukas Wirth
-48
/
+49
2025-06-29
Do not append `--compile-time-deps` to overwritten build script commands
Lukas Wirth
-48
/
+49
2025-06-28
ci: Fix up release workflow
Lukas Wirth
-5
/
+9
2025-06-28
ci: Cancel workflow only after the main matrix has finished
Lukas Wirth
-15
/
+19
2025-06-27
Workaround missing none group support in builtin macros
Lukas Wirth
-40
/
+22
2025-06-27
use placeholder_snippet
Hayashi Mikihiro
-15
/
+46
2025-06-27
use name_generator
Hayashi Mikihiro
-6
/
+21
2025-06-27
Merge pull request #20110 from ChayimFriedman2/ambiguous-float
Lukas Wirth
-1
/
+50
2025-06-27
Fix completion in when typing `integer.|`
Chayim Refael Friedman
-1
/
+50
2025-06-26
Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy
Chayim Refael Friedman
-65
/
+142
[prev]
[next]