about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates
AgeCommit message (Expand)AuthorLines
2025-10-01Auto merge of #147210 - lnicola:sync-from-ra, r=lnicolabors-1507/+3703
2025-09-30Add regression test for another (long-standing) bug fixed by the new solverChayim Refael Friedman-1/+23
2025-09-30Impl `std::error::Error` for `SyntaxError`Chayim Refael Friedman-0/+2
2025-09-30Merge pull request #20745 from Oblarg/fix-negative-int-literals-in-macro-by-e...Shoyu Vanilla (Flint)-1/+55
2025-09-29move test per review feedbackOblarg-97/+42
2025-09-29Merge pull request #20760 from A4-Tacks/all-any-not-attr-compShoyu Vanilla (Flint)-6/+56
2025-09-29Merge ref 'f957826bff7a' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-4/+2
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-8/+8
2025-09-28Merge pull request #19867 from Kivooeo/unsafegateLukas Wirth-1/+60
2025-09-28Add `all` `any` and `not` attribute completionsA4-Tacks-6/+56
2025-09-26Merge pull request #20748 from A4-Tacks/migrate-arith-op-precShoyu Vanilla (Flint)-12/+15
2025-09-26Merge pull request #20599 from A4-Tacks/bang-de-morganShoyu Vanilla (Flint)-7/+28
2025-09-26Migrate `replace_arith_op` assist to use `SyntaxEditor`A4-Tacks-12/+15
2025-09-26Merge pull request #20611 from A4-Tacks/replace-arith-op-precShoyu Vanilla (Flint)-1/+22
2025-09-26Merge pull request #20604 from A4-Tacks/cfg-attr-compShoyu Vanilla (Flint)-1/+53
2025-09-26Merge pull request #20729 from A4-Tacks/const-param-kwdShoyu Vanilla (Flint)-1/+28
2025-09-26Merge pull request #20731 from A4-Tacks/expand-rest-pat-in-tuple-slice-patShoyu Vanilla (Flint)-19/+289
2025-09-26Fix expand rest pattern in tuple and slice patternA4-Tacks-19/+289
2025-09-26Merge pull request #20598 from A4-Tacks/let-chain-sup-conv-to-guarded-retShoyu Vanilla (Flint)-45/+252
2025-09-26Merge pull request #20736 from A4-Tacks/fix-invert-if-let-chainShoyu Vanilla (Flint)-4/+13
2025-09-26Merge pull request #20742 from A4-Tacks/unused-raw-varShoyu Vanilla (Flint)-2/+16
2025-09-25fix transcriber error in declarative macros for negative integer literal cons...Oblarg-1/+110
2025-09-25resolve: Do not finalize shadowed bindingsVadim Petrochenkov-4/+2
2025-09-25Add applicable in closure for convert_to_guarded_returnA4-Tacks-5/+49
2025-09-25Fix not applicable for if-expr in let-stmtA4-Tacks-6/+28
2025-09-25Add let-chain support for convert_to_guarded_returnA4-Tacks-38/+179
2025-09-25Fix fixes for unused raw variablesA4-Tacks-2/+16
2025-09-25Merge pull request #20738 from jackh726/next-trait-solver-next4Shoyu Vanilla (Flint)-127/+97
2025-09-25Merge pull request #20735 from itsjunetime/fix_scip_salsaShoyu Vanilla (Flint)-1/+1
2025-09-25Merge ref 'caccb4d0368b' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-40/+5
2025-09-24fix SCIP panicking due to salsa not attachingitsjunetime-1/+1
2025-09-24Implement fallback properlyChayim Refael Friedman-230/+751
2025-09-24Merge pull request #20683 from regexident/inference-result-types-iterChayim Refael Friedman-0/+20
2025-09-24Switch next-solver related rustc dependencies of r-a to crates.io onesShoyu Vanilla-40/+5
2025-09-24Fix applicable on if-let-chain for invert_ifA4-Tacks-4/+13
2025-09-24Remove non-ns version of impl_self_ty and impl_traitjackh726-127/+97
2025-09-24Merge pull request #20733 from jackh726/next-trait-solver-next3Shoyu Vanilla (Flint)-528/+461
2025-09-23Be sure to instantiate and pass up trait refs in named_associated_type_shorth...Jack Huey-12/+15
2025-09-23Remove all non-ns diagnostics queries, naming consistenlyJack Huey-154/+90
2025-09-23Use lower_nextsolver::callable_item_signature instead of lower::callable_item...Jack Huey-141/+188
2025-09-23Merge pull request #20543 from sgasho/fix/19443_replace_match_with_if_letShoyu Vanilla (Flint)-1/+23
2025-09-23Expose iterators over an inference result's typesVincent Esche-0/+20
2025-09-23Remove lower::value_ty in favor of lower_nextsolver::value_tyJack Huey-134/+61
2025-09-23Remove lower::ty in favor of lower_nextsolver::tyJack Huey-92/+112
2025-09-23Merge pull request #20730 from A4-Tacks/migrate-expand-rest-patShoyu Vanilla (Flint)-12/+11
2025-09-23Migrate `expand_record_rest_pattern` assist to use `SyntaxEditor`A4-Tacks-12/+11
2025-09-23Add const parameter keyword completionA4-Tacks-1/+28
2025-09-23Use ParamEnv in TraitEnvironmentJack Huey-170/+216
2025-09-23Add 'db to TraitEnvironmentJack Huey-109/+122
2025-09-23Make Field::ty return TypeNsjackh726-31/+51