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-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-24
Merge pull request #20721 from ChayimFriedman2/fix-never
Chayim Refael Friedman
-230
/
+770
2025-09-24
Implement fallback properly
Chayim Refael Friedman
-230
/
+770
2025-09-24
Merge pull request #20683 from regexident/inference-result-types-iter
Chayim Refael Friedman
-0
/
+20
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
Merge pull request #20728 from jackh726/next-trait-solver-next2
Shoyu Vanilla (Flint)
-303
/
+382
2025-09-23
Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor`
A4-Tacks
-12
/
+11
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
2025-09-22
Fix apply in internal if for pull_assignment_up
A4-Tacks
-0
/
+35
2025-09-22
Merge pull request #20718 from ChayimFriedman2/inlay-max-len-docs
Chayim Refael Friedman
-1
/
+5
2025-09-22
Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee
Chayim Refael Friedman
-1
/
+5
2025-09-21
Merge pull request #20714 from A4-Tacks/rm-dbg-trailing-comma
Shoyu Vanilla (Flint)
-1
/
+16
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
[next]