1. 649a6ee Merge pull request #22302 from A4-Tacks/pretty-eq-in-macro by Chayim Refael Friedman · 19 hours ago main upstream/master
  2. d07e059 Merge pull request #22304 from A4-Tacks/toggle-delim-wrong-parent by Chayim Refael Friedman · 19 hours ago
  3. 4dedc6d Merge pull request #22256 from Shourya742/2026-05-03-add-wrap-in-tree-list-with-editor by Chayim Refael Friedman · 19 hours ago
  4. 8832aca Merge pull request #22303 from BramVerb/22301-rename-pattern-macro by A4-Tacks · 20 hours ago
  5. 590fb0e Refactor tests: use option from minicore by BramVerb · 20 hours ago
  6. 86efd53 fix: Fix offer on unrelated for toggle_macro_delimiter by A4-Tacks · 21 hours ago
  7. 2d300e0 Add test for renaming pattern match with ref by BramVerb · 22 hours ago
  8. a64d503 Fix: renaming mut vars removed `mut` in patterns by BramVerb · 22 hours ago
  9. 12cdaf7 fix: no add spaces on `..=` on macro inside macro by A4-Tacks · 22 hours ago
  10. b19be37 Merge pull request #22300 from Veykril/push-lmvvvqlrvkxy by Lukas Wirth · 22 hours ago
  11. 124beb9 Merge pull request #22291 from ChayimFriedman2/missing-type-default by Lukas Wirth · 22 hours ago
  12. 5cb2137 Merge pull request #22290 from ChayimFriedman2/diag-range-allow by Lukas Wirth · 22 hours ago
  13. 8a3e6e9 Run coverage job on stable by Lukas Wirth · 23 hours ago
  14. 5169c09 Merge pull request #22298 from Shourya742/2026-05-06-fix-nightly-build by Lukas Wirth · 23 hours ago
  15. dbd5fb0 Merge pull request #22299 from Veykril/push-ymwqtnumotkz by Lukas Wirth · 23 hours ago
  16. 6792359 fix: Generally fix derive helper resolution in semantics by Lukas Wirth · 23 hours ago
  17. dc1a2e7 fix nightly build by bit-aloo · 25 hours ago
  18. 1d6de4e In "Implement missing members", do not add assoc types with defaults by Chayim Refael Friedman · 2 days ago
  19. e7fcc48 Respect lint attributes for diagnostics that don't set their main node by Chayim Refael Friedman · 2 days ago
  20. 06aba0c Merge pull request #22261 from Shourya742/2026-05-03-migrate-missing-fields-to-syntax-editor by Chayim Refael Friedman · 2 days ago nightly
  21. ddc1508 Merge pull request #22269 from Shourya742/2026-05-04-fix-nested-edits by Chayim Refael Friedman · 2 days ago
  22. a28bec8 Merge pull request #22266 from ChayimFriedman2/closure-analysis by Chayim Refael Friedman · 2 days ago
  23. a936884 Merge pull request #22280 from ChayimFriedman2/cache-lang by Lukas Wirth · 2 days ago
  24. ebcee96 use different combinator by bit-aloo · 2 days ago
  25. 91c7c2c Merge pull request #22284 from xitep/master by Chayim Refael Friedman · 3 days ago
  26. c6f661a Update lsp-extensions.md by Petr Novotnik · 3 days ago
  27. 6d82138 Backwards compatible CompletionImport#as_underscore by Petr Novotnik · 3 days ago
  28. 4a90a52 Cache more things that are related to lang items (paren traits, children/sibling assoc types/functions) but are not lang items themselves by Chayim Refael Friedman · 3 days ago
  29. cd24e6e Merge pull request #22282 from ChayimFriedman2/reserve-impl by Chayim Refael Friedman · 3 days ago
  30. d1e6bce Catch `#[rustc_reservation_impl = "reason"]` by Chayim Refael Friedman · 3 days ago
  31. f7c0457 Merge pull request #22267 from ChayimFriedman2/lookup-table by Chayim Refael Friedman · 3 days ago
  32. 868980d Merge pull request #22276 from ChayimFriedman2/coroutine-closure-error by Chayim Refael Friedman · 3 days ago
  33. 0709a3c Merge pull request #22278 from lnicola/unimplemented-trait-name by Laurențiu Nicola · 3 days ago
  34. 5a7fb7a Merge pull request #22277 from lnicola/sync-from-rust by Laurențiu Nicola · 3 days ago
  35. e395665 Fix unimplemented-trait diagnostic name by Laurențiu Nicola · 3 days ago
  36. 31b93fb Merge ref '1d72d7e8136f' from rust-lang/rust by Laurențiu Nicola · 3 days ago
  37. 93f90e2 Remove usage of `references_error()` in upvar inference by Chayim Refael Friedman · 3 days ago
  38. 217af23 Merge pull request #22275 from ChayimFriedman2/future-output by Chayim Refael Friedman · 3 days ago
  39. 27b303c Prepare for merging from rust-lang/rust by Laurențiu Nicola · 3 days ago
  40. 9c58e93 Infer the expected type as the return type for async blocks defined by async fns by Chayim Refael Friedman · 3 days ago
  41. b4ca747 Merge pull request #22274 from ChayimFriedman2/solver-lang-items by Chayim Refael Friedman · 3 days ago
  42. 7202651 Merge pull request #22271 from ChayimFriedman2/port-array by Lukas Wirth · 3 days ago
  43. e85eb85 Add missing solver lang items by Chayim Refael Friedman · 3 days ago
  44. c2b0c4b Merge pull request #22272 from Veykril/push-lymtkuuskvwo by Lukas Wirth · 3 days ago
  45. be3bed0 fix: Don't fetch diagnostics until proc-macros are loaded by Lukas Wirth · 3 days ago
  46. e267ff1 Port array and ref exprs inference from rustc by Chayim Refael Friedman · 3 days ago
  47. 889bca8 Auto merge of #154095 - joboet:vec_clear_truncate, r=nnethercote by bors · 3 days ago
  48. f80347b update missing_fields to use find_element by bit-aloo · 3 days ago
  49. d33f3b5 add find_element to syntax_edit by bit-aloo · 3 days ago
  50. 275c5c4 add test in SyntaxEditor by bit-aloo · 3 days ago
  51. 4d5f847 syntaxeditor drains wrong side of changed ancestor, making nested edits broken by bit-aloo · 3 days ago
  52. 13bbf74 Merge pull request #22235 from MavenRain/fixme-duplicate-field-diagnostic by Chayim Refael Friedman · 3 days ago
  53. d6ad11c Auto merge of #156044 - danieljofficial:move-tests-array-slice-vec, r=JonathanBrouwer by bors · 3 days ago
  54. e8a8c5b hir: use hir::Variant in DuplicateField, not VariantId by Onyeka Obi · 3 days ago
  55. 255249c Improve performance of integer-based symbols by Chayim Refael Friedman · 3 days ago
  56. ac53ab9 Fix handling of `self` in `lower_coroutine_body_with_moved_arguments()` by Chayim Refael Friedman · 4 days ago
  57. f04c372 Merge pull request #22265 from A4-Tacks/suggest-impl-type-question by Chayim Refael Friedman · 4 days ago upstream/release 2026-05-04
  58. 765be20 fix: don't panic on `impl ?Sized` for introduce_named_type_parameter by A4-Tacks · 4 days ago
  59. d8e4858 Merge pull request #22251 from rust-lang/ci/gen-lints by Laurențiu Nicola · 4 days ago
  60. 82c6405 migrate missing_field to SyntaxEditor by bit-aloo · 4 days ago
  61. 77b1e61 Move add_field editor variant in RecordExprFieldList and RecordPatFieldList in edit by bit-aloo · 4 days ago
  62. 43607c1 remove add_fields from ast::RecordPathFieldList and ast::RecordExprFieldList by bit-aloo · 4 days ago
  63. a48224e Remove add_item from ast::AssocItemList we don't use it anywhere by bit-aloo · 4 days ago
  64. 9e457da Merge pull request #22257 from ChayimFriedman2/bump-salsa by Chayim Refael Friedman · 4 days ago
  65. 24d12e2 Fix Clippy by Chayim Refael Friedman · 4 days ago
  66. dc8700e Bump Salsa by Chayim Refael Friedman · 4 days ago
  67. 5e757fd ide-diagnostics: emit error for duplicate field in record expression by Onyeka Obi · 4 days ago
  68. 6f1bd45 Auto merge of #155996 - flip1995:clippy-subtree-update, r=Manishearth by bors · 4 days ago
  69. 38b96a5 Merge pull request #22255 from ChayimFriedman2/simp by Chayim Refael Friedman · 4 days ago
  70. 27afa8a update insert_use to use editor variant by bit-aloo · 4 days ago
  71. 3c40d02 add wrap_in_tree_list editor variant by bit-aloo · 4 days ago
  72. d8a9637 Remove some unused code by Chayim Refael Friedman · 4 days ago
  73. 508db31 Merge pull request #22253 from ChayimFriedman2/must-use-message by Shoyu Vanilla (Flint) · 4 days ago
  74. 0cfcec3 Merge pull request #22215 from ChayimFriedman2/infinite-bounds-display by Shoyu Vanilla (Flint) · 4 days ago
  75. 39466cb Auto merge of #152277 - gurry:114865-ice-format-args, r=chenyukang by bors · 4 days ago
  76. a3402d4 Merge pull request #22243 from Shourya742/2026-05-02-make-to-generic-arg-to-use-make by Chayim Refael Friedman · 4 days ago
  77. a37f3a1 Show the user's message for `#[must_use]` by Chayim Refael Friedman · 4 days ago
  78. 2b7fc2b update other assist accordingly by bit-aloo · 4 days ago
  79. 10d1537 add ty_name constructor method by bit-aloo · 4 days ago
  80. 404d33b add make variant of to_generic_args by bit-aloo · 4 days ago
  81. 5828d94 Remove unused remove_generic_param by bit-aloo · 4 days ago
  82. 539c556 Fix stack overflow on projection display by Chayim Refael Friedman · 4 days ago
  83. 416e4ff Merge pull request #22207 from ChayimFriedman2/coroutine-closure by Chayim Refael Friedman · 4 days ago
  84. a34e9a2 Merge pull request #22229 from ChayimFriedman2/let-else-parens by Shoyu Vanilla (Flint) · 4 days ago
  85. 1102c0b Merge pull request #22186 from ChayimFriedman2/trait-errors by Chayim Refael Friedman · 4 days ago
  86. 9ed081e internal: update generated lints by workflows-rust-analyzer[bot] · 4 days ago
  87. 7546435 Merge pull request #22250 from ChayimFriedman2/nextest-timeout by Chayim Refael Friedman · 5 days ago
  88. 788771a Timeout tests after 5 minutes with nextest by Chayim Refael Friedman · 5 days ago
  89. ddfd9bc Merge pull request #22240 from A4-Tacks/comp-trait-item-ws by Chayim Refael Friedman · 5 days ago
  90. ca08b0d Merge pull request #22247 from A4-Tacks/unwrap-branch-in-match-arm by Chayim Refael Friedman · 5 days ago
  91. 9c14db9 Merge pull request #22241 from Shourya742/2026-05-02-remove-insert-use-and-insert-use-as-alias by Chayim Refael Friedman · 5 days ago
  92. da4d13c Merge pull request #22249 from ChayimFriedman2/fixmes by Chayim Refael Friedman · 5 days ago
  93. 8ba75fb Auto merge of #155767 - adwinwhite:eager-norm-outside, r=lcnr by bors · 5 days ago
  94. 809de21 Add FIXMEs for emitting an error by Chayim Refael Friedman · 5 days ago
  95. 26ae4ac Diagnose trait errors by Chayim Refael Friedman · 5 days ago
  96. 3d91761 Ensure we give spans for obligations everywhere by Chayim Refael Friedman · 5 days ago
  97. 5f6ad1e Make `ObligationCause` `Copy` by Chayim Refael Friedman · 5 days ago
  98. 451a56a Merge pull request #22244 from WeiTheShinobi/expand_glob_import_on_cyclic_import_fail by Chayim Refael Friedman · 5 days ago
  99. cfe9d5b Merge pull request #22238 from MavenRain/fixme-array-pat-incorrect-length by Chayim Refael Friedman · 5 days ago
  100. c25feec Merge pull request #22246 from Shourya742/2026-05-02-remove-add-predicate by Chayim Refael Friedman · 5 days ago