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
Age
Commit message (
Expand
)
Author
Lines
2025-09-05
Fix precedence parenthesis for replace_arith_op
A4-Tacks
-1
/
+22
2025-08-26
Merge pull request #20545 from ChayimFriedman2/ns-foreign
Laurențiu Nicola
-7
/
+4
2025-08-26
Remove `SolverDefId::ForeignId`
Chayim Refael Friedman
-7
/
+4
2025-08-26
Merge pull request #20399 from rust-lang/veykril/push-klrwvmzokqwu
Shoyu Vanilla (Flint)
-2
/
+2
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
Fix ExprStmt delete semicolon for toggle_macro_delimiter
A4-Tacks
-3
/
+33
2025-08-24
Merge pull request #20529 from emmanuel-ferdman/master
Shoyu Vanilla (Flint)
-1
/
+1
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
Merge pull request #20506 from Veykril/veykril/push-xlytslrrylzq
Shoyu Vanilla (Flint)
-27
/
+29
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
Merge pull request #20502 from ChayimFriedman2/attach-db-3
Chayim Refael Friedman
-13
/
+7
2025-08-21
Remove unnecessary `salsa::attach()` calls
Chayim Refael Friedman
-13
/
+7
2025-08-21
Merge pull request #20497 from ChayimFriedman2/symbols-attach2
Chayim Refael Friedman
-6
/
+9
2025-08-21
Attach the DB when mapping the result of `world_symbols()`
Chayim Refael Friedman
-6
/
+9
2025-08-21
Merge pull request #20496 from ChayimFriedman2/symbols-attach
Chayim Refael Friedman
-12
/
+16
2025-08-21
Attach the DB in symbol queries
Chayim Refael Friedman
-12
/
+16
2025-08-20
Merge pull request #20483 from lumiscosity/optimize-icon
Laurențiu Nicola
-0
/
+0
2025-08-19
Optimize icon
lumiscosity
-0
/
+0
2025-08-19
Merge pull request #20447 from lcnr/typing-mode
Shoyu Vanilla (Flint)
-2
/
+2
2025-08-19
user facing code should use not use `PostAnalysis`
lcnr
-2
/
+2
2025-08-18
Merge pull request #20470 from rust-lang/veykril/push-wppxsntzqtou
Lukas Wirth
-101
/
+137
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
Merge pull request #20454 from jackh726/next-trait-solver-next
Shoyu Vanilla (Flint)
-1690
/
+1877
2025-08-17
Remove fixme comment
jackh726
-1
/
+0
2025-08-17
Add FIXME in named_associated_type_shorthand_candidates
jackh726
-0
/
+3
[next]