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-09-26
Merge pull request #20748 from A4-Tacks/migrate-arith-op-prec
Shoyu Vanilla (Flint)
-12
/
+15
2025-09-26
Merge pull request #20599 from A4-Tacks/bang-de-morgan
Shoyu Vanilla (Flint)
-7
/
+28
2025-09-26
Migrate `replace_arith_op` assist to use `SyntaxEditor`
A4-Tacks
-12
/
+15
2025-09-26
Merge pull request #20611 from A4-Tacks/replace-arith-op-prec
Shoyu Vanilla (Flint)
-1
/
+22
2025-09-26
Merge pull request #20604 from A4-Tacks/cfg-attr-comp
Shoyu Vanilla (Flint)
-1
/
+53
2025-09-26
Merge pull request #20729 from A4-Tacks/const-param-kwd
Shoyu Vanilla (Flint)
-1
/
+28
2025-09-26
Merge pull request #20731 from A4-Tacks/expand-rest-pat-in-tuple-slice-pat
Shoyu Vanilla (Flint)
-19
/
+289
2025-09-26
Fix expand rest pattern in tuple and slice pattern
A4-Tacks
-19
/
+289
2025-09-26
Merge pull request #20598 from A4-Tacks/let-chain-sup-conv-to-guarded-ret
Shoyu Vanilla (Flint)
-45
/
+252
2025-09-26
Merge pull request #20736 from A4-Tacks/fix-invert-if-let-chain
Shoyu Vanilla (Flint)
-4
/
+13
2025-09-26
Merge pull request #20742 from A4-Tacks/unused-raw-var
Shoyu Vanilla (Flint)
-2
/
+16
2025-09-25
Add applicable in closure for convert_to_guarded_return
A4-Tacks
-5
/
+49
2025-09-25
Fix not applicable for if-expr in let-stmt
A4-Tacks
-6
/
+28
2025-09-25
Add let-chain support for convert_to_guarded_return
A4-Tacks
-38
/
+179
2025-09-25
Fix fixes for unused raw variables
A4-Tacks
-2
/
+16
2025-09-25
Merge pull request #20738 from jackh726/next-trait-solver-next4
Shoyu Vanilla (Flint)
-127
/
+97
2025-09-25
Merge pull request #20735 from itsjunetime/fix_scip_salsa
Shoyu Vanilla (Flint)
-1
/
+1
2025-09-25
Merge ref 'caccb4d0368b' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-40
/
+5
2025-09-24
fix SCIP panicking due to salsa not attaching
itsjunetime
-1
/
+1
2025-09-24
Implement fallback properly
Chayim Refael Friedman
-230
/
+751
2025-09-24
Merge pull request #20683 from regexident/inference-result-types-iter
Chayim Refael Friedman
-0
/
+20
2025-09-24
Switch next-solver related rustc dependencies of r-a to crates.io ones
Shoyu Vanilla
-40
/
+5
2025-09-24
Fix applicable on if-let-chain for invert_if
A4-Tacks
-4
/
+13
2025-09-24
Remove non-ns version of impl_self_ty and impl_trait
jackh726
-127
/
+97
2025-09-24
Merge pull request #20733 from jackh726/next-trait-solver-next3
Shoyu Vanilla (Flint)
-528
/
+461
2025-09-23
Be sure to instantiate and pass up trait refs in named_associated_type_shorth...
Jack Huey
-12
/
+15
2025-09-23
Remove all non-ns diagnostics queries, naming consistenly
Jack Huey
-154
/
+90
2025-09-23
Use lower_nextsolver::callable_item_signature instead of lower::callable_item...
Jack Huey
-141
/
+188
2025-09-23
Merge pull request #20543 from sgasho/fix/19443_replace_match_with_if_let
Shoyu Vanilla (Flint)
-1
/
+23
2025-09-23
Expose iterators over an inference result's types
Vincent Esche
-0
/
+20
2025-09-23
Remove lower::value_ty in favor of lower_nextsolver::value_ty
Jack Huey
-134
/
+61
2025-09-23
Remove lower::ty in favor of lower_nextsolver::ty
Jack Huey
-92
/
+112
2025-09-23
Merge pull request #20730 from A4-Tacks/migrate-expand-rest-pat
Shoyu Vanilla (Flint)
-12
/
+11
2025-09-23
Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor`
A4-Tacks
-12
/
+11
2025-09-23
Add const parameter keyword completion
A4-Tacks
-1
/
+28
2025-09-23
Use ParamEnv in TraitEnvironment
Jack Huey
-170
/
+216
2025-09-23
Add 'db to TraitEnvironment
Jack Huey
-109
/
+122
2025-09-23
Make Field::ty return TypeNs
jackh726
-31
/
+51
2025-09-22
Use ns versions of with_diagnostics queries
jackh726
-8
/
+8
2025-09-22
Merge pull request #20592 from A4-Tacks/add-braces-closure-in-match
Shoyu Vanilla (Flint)
-2
/
+31
2025-09-22
Merge pull request #20679 from A4-Tacks/no-comp-ty-in-nested-pat
Shoyu Vanilla (Flint)
-0
/
+20
2025-09-22
Merge pull request #20722 from A4-Tacks/pull-assign-up-inner-if
Shoyu Vanilla (Flint)
-0
/
+35
2025-09-22
Merge pull request #20723 from A4-Tacks/fix-bind-unused-applicable-underscore
Shoyu Vanilla (Flint)
-3
/
+30
2025-09-22
Merge pull request #20725 from ChayimFriedman2/fix-missing-lifetime
Shoyu Vanilla (Flint)
-25
/
+55
2025-09-22
Merge pull request #20717 from ShoyuVanilla/migrate-more
Chayim Refael Friedman
-153
/
+122
2025-09-22
internal: Migrate more predicate things to next-solver
Shoyu Vanilla
-153
/
+122
2025-09-22
Fix lifetime elision handling for `Fn`-style trait bounds
Chayim Refael Friedman
-25
/
+55
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
[next]