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-08-26
Merge pull request #20534 from A4-Tacks/tog-macro-delim-semicolon
Shoyu Vanilla (Flint)
-3
/
+33
2025-08-26
Merge pull request #20509 from A4-Tacks/fix-move-guard-to-arm-indent
Shoyu Vanilla (Flint)
-13
/
+57
2025-08-26
Merge pull request #20520 from ChayimFriedman2/reborrow
Shoyu Vanilla (Flint)
-5
/
+88
2025-08-26
Merge pull request #20537 from ChayimFriedman2/new-solver-normalize
Shoyu Vanilla (Flint)
-6
/
+45
2025-08-25
Merge pull request #20423 from ShoyuVanilla/import-2024
Chayim Refael Friedman
-50
/
+219
2025-08-25
Merge pull request #20528 from ShoyuVanilla/nightly-zscript
Chayim Refael Friedman
-0
/
+1
2025-08-25
Don't map Chalk's `Normalize` to next solver's `NormalizesTo`
Chayim Refael Friedman
-6
/
+16
2025-08-25
Normalize all types when finishing inference
Chayim Refael Friedman
-0
/
+29
2025-08-25
Cache trait solving across queries in the same revision
Chayim Refael Friedman
-66
/
+140
2025-08-25
Fix ExprStmt delete semicolon for toggle_macro_delimiter
A4-Tacks
-3
/
+33
2025-08-24
Fix rust-analyzer-contributors reference
Emmanuel Ferdman
-1
/
+1
2025-08-24
fix: Masquerade as nightly cargo when invoking flycheck with `-Zscript`
Shoyu Vanilla
-0
/
+1
2025-08-24
Merge pull request #20523 from ChayimFriedman2/opaque-generics
Shoyu Vanilla (Flint)
-43
/
+54
2025-08-24
Fix opaque generics
Chayim Refael Friedman
-43
/
+54
2025-08-24
Merge pull request #20507 from A4-Tacks/suggest-return-expr
Chayim Refael Friedman
-3
/
+54
2025-08-24
Add ReturnExpr completion suggest
A4-Tacks
-3
/
+54
2025-08-24
Merge pull request #20512 from A4-Tacks/arith-op-not-on-selected
Chayim Refael Friedman
-1
/
+16
2025-08-24
replace_arith_op not applicable on selected
A4-Tacks
-1
/
+16
2025-08-24
Add an option to remove reborrows from adjustment inlay hints
Chayim Refael Friedman
-5
/
+88
2025-08-23
Merge pull request #20513 from A4-Tacks/let-in-let-chain
Chayim Refael Friedman
-3
/
+17
2025-08-23
Merge pull request #20518 from A4-Tacks/fix-else-in-in-let
Chayim Refael Friedman
-3
/
+355
2025-08-23
Merge pull request #20511 from A4-Tacks/fix-conv-int-lit-on-selected
Chayim Refael Friedman
-2
/
+8
2025-08-23
Fix `else` completion in `let _ = if x {} $0`
A4-Tacks
-3
/
+355
2025-08-22
Add let in let-chain completion support
A4-Tacks
-3
/
+17
2025-08-22
fix: convert_integer_literal not on selected
A4-Tacks
-2
/
+8
2025-08-22
Fix panic in syntax_highlighting
Lukas Wirth
-27
/
+29
2025-08-22
Fix indent for move_guard_to_arm_body
A4-Tacks
-13
/
+57
2025-08-21
Merge pull request #20504 from ShoyuVanilla/ethereum-madness
Chayim Refael Friedman
-1
/
+58
2025-08-22
fix: Infinite recursion while lowering assoc type bounds from supertraits
Shoyu Vanilla
-1
/
+58
2025-08-21
Remove unnecessary `salsa::attach()` calls
Chayim Refael Friedman
-13
/
+7
2025-08-21
Attach the DB when mapping the result of `world_symbols()`
Chayim Refael Friedman
-6
/
+9
2025-08-21
Attach the DB in symbol queries
Chayim Refael Friedman
-12
/
+16
2025-08-19
Optimize icon
lumiscosity
-0
/
+0
2025-08-19
user facing code should use not use `PostAnalysis`
lcnr
-2
/
+2
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-101
/
+137
2025-08-18
Merge pull request #20442 from ChayimFriedman2/unqualify
Shoyu Vanilla (Flint)
-1
/
+122
2025-08-17
Remove fixme comment
jackh726
-1
/
+0
2025-08-17
Add FIXME in named_associated_type_shorthand_candidates
jackh726
-0
/
+3
2025-08-17
Add fixme to associated_ty_item_bounds
jackh726
-0
/
+1
2025-08-17
Update fixme
jackh726
-1
/
+1
2025-08-17
Add new_empty_tuple
jackh726
-2
/
+7
2025-08-17
Remove a bunch of stuff from chalk_db
jackh726
-513
/
+80
2025-08-17
Use impl_trait_ns in Impl::trait_ref
jackh726
-4
/
+1
2025-08-17
Switch TraitRef in hir::TraitRef to next solver
jackh726
-41
/
+288
2025-08-17
Replace layout_of_ty with layout_of_ty_ns
jackh726
-73
/
+75
2025-08-17
Remove all_super_traits in dyn_compatibility
jackh726
-7
/
+33
2025-08-17
Switch generics_require_sized_self to next solver
jackh726
-25
/
+17
2025-08-17
Convert more of dyn_compatibility to next-solver
jackh726
-153
/
+130
2025-08-17
Switch associated_type_shorthand_candidates to lower_nextsolver
jackh726
-159
/
+197
2025-08-17
Cleanup assoc_type_shorthand_candidates
jackh726
-14
/
+13
[prev]
[next]