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-09-22
Merge pull request #20724 from ChayimFriedman2/ns-cleanup3
Chayim Refael Friedman
-0
/
+32
2025-09-22
Another regression test for next solver fixed bug
Chayim Refael Friedman
-0
/
+32
2025-09-22
Fix applicable on underscore for bind_unused_param
A4-Tacks
-3
/
+30
2025-09-22
Fix apply in internal if for pull_assignment_up
A4-Tacks
-0
/
+35
2025-09-22
Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee
Chayim Refael Friedman
-1
/
+5
2025-09-21
Fix not applicable on trailing comma for remove_dbg
A4-Tacks
-1
/
+16
2025-09-20
Merge pull request #20706 from A4-Tacks/stdx-replace-inplace
Shoyu Vanilla (Flint)
-3
/
+41
2025-09-20
Add some test for stdx::replace
A4-Tacks
-0
/
+30
2025-09-20
Merge pull request #20661 from A4-Tacks/suggest-if-body
Shoyu Vanilla (Flint)
-8
/
+82
2025-09-20
Fix to implements in-place stdx::replace
A4-Tacks
-3
/
+11
2025-09-20
Fix IfExpr then branch suggest
A4-Tacks
-8
/
+82
2025-09-20
Merge pull request #20710 from A4-Tacks/unused-var-shorthand
Shoyu Vanilla (Flint)
-11
/
+57
2025-09-20
Merge pull request #20709 from A4-Tacks/destruct-panic-on-not-add-deref-and-p...
Shoyu Vanilla (Flint)
-2
/
+48
2025-09-20
Merge pull request #20686 from A4-Tacks/gen-default-not-apply-selected
Shoyu Vanilla (Flint)
-0
/
+46
2025-09-20
Merge pull request #20689 from ShoyuVanilla/accurate-flycheck
David Barsky
-43
/
+213
2025-09-20
Fix selected multi variants applicable generate_default_from_enum_variant
A4-Tacks
-0
/
+46
2025-09-20
Merge pull request #20688 from A4-Tacks/fix-applicable-after-l-curly-replace-...
Shoyu Vanilla (Flint)
-0
/
+18
2025-09-20
Merge pull request #20700 from A4-Tacks/extract-var-let-expr
Shoyu Vanilla (Flint)
-1
/
+28
2025-09-20
Merge pull request #20702 from A4-Tacks/else-not-before-else
Shoyu Vanilla (Flint)
-3
/
+133
2025-09-20
Merge pull request #20708 from A4-Tacks/destruct-ref-mut-panics
Shoyu Vanilla (Flint)
-9
/
+96
2025-09-20
Fix unused_variables fixes shorthand record field
A4-Tacks
-11
/
+57
2025-09-20
Fix panic `!self.data().mutable` for destructure_struct_binding
A4-Tacks
-2
/
+48
2025-09-20
Fix panics on `Foo{mut x}` for destructure_struct_binding
A4-Tacks
-9
/
+96
2025-09-20
Bump rustc crates once more
Laurențiu Nicola
-34
/
+32
2025-09-20
fix: Make flycheck clearing dependency-aware
Shoyu Vanilla
-43
/
+213
2025-09-19
Merge pull request #20701 from A4-Tacks/track-caller-assist-test
Chayim Refael Friedman
-0
/
+1
2025-09-19
Merge pull request #20697 from Oblarg/fix-negative-const-generic-literals
Shoyu Vanilla (Flint)
-1
/
+47
2025-09-19
address review feedback
Oblarg
-0
/
+23
2025-09-19
minor: Get rid of unused deps `chalk-solve` and `chalk-recursive`
Shoyu Vanilla
-88
/
+16
2025-09-19
Fix `else` completion before else keyword
A4-Tacks
-3
/
+133
2025-09-19
Add `#[track_caller]` for check_assist_by_label
A4-Tacks
-0
/
+1
2025-09-19
Fix extract_variable on LetExpr
A4-Tacks
-1
/
+28
2025-09-19
Set WithCachedTypeInfo::stable_hash when in-tree
Laurențiu Nicola
-0
/
+6
2025-09-18
fix negative const generic integer literals
Oblarg
-1
/
+24
2025-09-19
fix: Fix one more thing in `in-rust-tree`
Shoyu Vanilla
-1
/
+1
2025-09-18
Merge pull request #20694 from ShoyuVanilla/bump-rustc
Laurențiu Nicola
-49
/
+62
2025-09-19
minor: Yet another rustc crates bump
Shoyu Vanilla
-49
/
+62
2025-09-19
fix: Fix `indexmap` with `in-rust-tree`
Shoyu Vanilla
-6
/
+1
2025-09-18
Bump rustc crates again
Laurențiu Nicola
-57
/
+50
2025-09-18
chore: Update rustc deps
Shoyu Vanilla
-30
/
+44
2025-09-18
Fix applicable after l_curly for replace_is_method_with_if_let_method
A4-Tacks
-0
/
+18
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-3944
/
+9358
2025-09-17
Merge pull request #20682 from A4-Tacks/fix-change-vis-applicable-on-variant
Shoyu Vanilla (Flint)
-0
/
+14
2025-09-17
Fix applicable on variant field for change_visibility
A4-Tacks
-0
/
+14
2025-09-17
Merge pull request #20583 from btj/comments-enable
Chayim Refael Friedman
-18
/
+156
2025-09-17
Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration value
Bart Jacobs
-18
/
+156
2025-09-17
Fix complete type in nested pattern
A4-Tacks
-0
/
+20
2025-09-17
Merge pull request #20379 from skewb1k/fix/consistent-hover-doc-breaks
Chayim Refael Friedman
-42
/
+42
2025-09-17
Fix "sync-from-ra" for `rust-lang/rust`
Shoyu Vanilla
-0
/
+6
2025-09-16
Merge pull request #20612 from Veykril/veykril/push-vzuykrsxvrts
Lukas Wirth
-46
/
+49
[prev]
[next]