1. 365c0e1 Auto merge of #155443 - jdonszelmann:canonical, r=lcnr by bors · 5 hours ago main
  2. ba1a955 Auto merge of #156217 - jhpratt:rollup-XVslat0, r=jhpratt by bors · 9 hours ago
  3. 36b6eeb fixup GenericTypeVisitable by Jana Dönszelmann · 10 hours ago
  4. 1c34c39 some cleanup by Jana Dönszelmann · 11 hours ago
  5. 52bd834 move typing mode determination out of canonicalize_goal by Jana Dönszelmann · 11 hours ago
  6. f0c1798 prefer assert_not_erased over matching+unreachable by Jana Dönszelmann · 11 hours ago
  7. 8ca4e43 return ambiguous in fast path, factor out method to check if no opaques in scope by Jana Dönszelmann · 11 hours ago
  8. d543ed8 make RerunReason an enum by Jana Dönszelmann · 11 hours ago
  9. 1390409 some attempts at improving coroutines resulting in FIXME by Jana Dönszelmann · 11 hours ago
  10. e8b74ee consistently return OpaquesAccessed from probes to signal why they error by Jana Dönszelmann · 11 hours ago
  11. 9fda7e0 Refactor `fetch_eligible_assoc_item` output by Jana Dönszelmann · 11 hours ago
  12. 7ff71be Try to canonicalize with erased opaques, retry when opaques are used. by Jana Dönszelmann · 11 hours ago
  13. a299302 Add logging in various places by Jana Dönszelmann · 11 hours ago
  14. 630f0d2 type safety for typing mode outside trait solver which can't be erased-not-coherence by Jana Dönszelmann · 11 hours ago
  15. a93f8c0 Introduce `ErasedNotCoherence` typing mode by Jana Dönszelmann · 11 hours ago
  16. 6173314 Change sg apis to cache opaque accesses by Jana Dönszelmann · 11 hours ago
  17. 3b0a258 Add `AccessedOpaques`, tracking opaque access during canonicalization by Jana Dönszelmann · 11 hours ago
  18. e826e3f Rollup merge of #156205 - lcnr:move-generalization-test, r=lqd by Jacob Pratt · 16 hours ago
  19. f8a77e2 Rollup merge of #156195 - danieljofficial:move-tests-codegen, r=JohnTitor by Jacob Pratt · 16 hours ago
  20. 46b1955 Rollup merge of #156170 - inq:add-known-bug-test-144442, r=JohnTitor by Jacob Pratt · 16 hours ago
  21. 64b446b Rollup merge of #156156 - DKLoehr:subtarget_info, r=cuviper by Jacob Pratt · 16 hours ago
  22. 74d6b21 Rollup merge of #156148 - oli-obk:all_impls, r=lqd by Jacob Pratt · 16 hours ago
  23. 38bbf33 Rollup merge of #156105 - RalfJung:transparent-enums, r=lcnr by Jacob Pratt · 16 hours ago
  24. 7eb0a28 Rollup merge of #155808 - lapla-cogito:issue_155803, r=oli-obk by Jacob Pratt · 16 hours ago
  25. 2b99e74 Rollup merge of #156201 - ehuss:no-fulldeps-twice, r=marcoieni by Jacob Pratt · 16 hours ago
  26. d1cdc9b Rollup merge of #156193 - cyrgani:unbox-1, r=mejrs by Jacob Pratt · 16 hours ago
  27. a758779 Rollup merge of #156186 - paradoxicalguy:fix-llvm-debuginfo-remap2, r=Urgau by Jacob Pratt · 16 hours ago
  28. b594ef3 Rollup merge of #156174 - daxpedda:wasm-clear-exports, r=alexcrichton by Jacob Pratt · 16 hours ago
  29. 42b7c36 Rollup merge of #156159 - daltenty:daltenty/namesects, r=workingjubilee by Jacob Pratt · 16 hours ago
  30. 0092af0 Rollup merge of #156062 - arjunr2:wali-support-clargs, r=nia-e by Jacob Pratt · 16 hours ago
  31. b2cc990 Rollup merge of #155341 - khyperia:non-type-const, r=BoxyUwU by Jacob Pratt · 16 hours ago
  32. 2717d98 Rollup merge of #151122 - Jaidenmagnan:main, r=chenyukang by Jacob Pratt · 16 hours ago
  33. 0f5d89f fix: CopyPriority addition by Jaiden Magnan · 22 hours ago
  34. 8634d63 move test by lcnr · 23 hours ago
  35. 61743bf fix: adding more verbose error message by Jaiden Magnan · 23 hours ago
  36. e95e732 Auto merge of #156190 - JonathanBrouwer:rollup-db0KRf1, r=JonathanBrouwer by bors · 24 hours ago
  37. 5d832f1 Don't run ui-fulldeps tests twice in stage 1 by Eric Huss · 24 hours ago
  38. fc6b9c8 updating flag with `flag_if_supported` by abhinav srivastav · 26 hours ago
  39. 740679e Auto merge of #154861 - mehdiakiki:fix/rlib-digest, r=petrochenkov by bors · 27 hours ago
  40. cb2c5fc generic_const_args: allow paths to non type consts by khyperia · 28 hours ago
  41. 6865172 Use `all_impls` instead of handrolling it by Oli Scherer · 28 hours ago
  42. 769c3a9 add issue links and bless by danieljofficial · 28 hours ago
  43. 3c45cc9 move codegen tests into its folder by danieljofficial · 29 hours ago
  44. 7f69708 Fix formatting by Devon Loehr · 29 hours ago
  45. 4120902 Narrow definitions by Devon Loehr · 29 hours ago
  46. 6a19534 fix: remap ci-llvm debug paths via `-fdebug-prefix-map` by paradoxicalguy · 29 hours ago
  47. 0e72a29 Always use `ConstFn` context for `const` closures by lapla · 29 hours ago
  48. 46fac37 use `deref_patterns` in `rustc_ast_pretty` by cyrgani · 30 hours ago
  49. f7817c2 use `deref_patterns` in `rustc_ast_lowering` by cyrgani · 30 hours ago
  50. e20ac1b Rollup merge of #156183 - zetanumbers:rm_duplicate_dbg_ass, r=mati865 by Jonathan Brouwer · 31 hours ago
  51. c2a463a Rollup merge of #156127 - GuillaumeGomez:update-askama, r=Urgau by Jonathan Brouwer · 31 hours ago
  52. 2e9a402 Rollup merge of #155957 - oli-obk:const-closure-std, r=jhpratt by Jonathan Brouwer · 31 hours ago
  53. 17e266a Rollup merge of #156184 - cyrgani:macros-are-weird, r=petrochenkov by Jonathan Brouwer · 31 hours ago
  54. b503949 Rollup merge of #156172 - ShoyuVanilla:slowbro, r=lcnr by Jonathan Brouwer · 31 hours ago
  55. 73e5912 Rollup merge of #156058 - qaijuang:issue-151393, r=JohnTitor by Jonathan Brouwer · 31 hours ago
  56. e35334f Rollup merge of #156014 - petrochenkov:kvak, r=mu001999 by Jonathan Brouwer · 31 hours ago
  57. e291b07 use `deref_patterns` in `rustc_ast` by cyrgani · 31 hours ago
  58. 4d6351d use `deref_patterns` in `rustc_ast_passes` by cyrgani · 31 hours ago
  59. ee35020 Revert "remove `MethodReceiverExpr` special-casing" by cyrgani · 32 hours ago
  60. 4432f6b Implement a new flag `-Zdisable-fast-paths` in trait solving by Shoyu Vanilla · 32 hours ago
  61. 227a289 add known-bug test for coroutine 'static-yields-non-'static unsoundness by inq · 32 hours ago
  62. 23cea55 Remove duplicate debug assert by Daria Sukhonina · 34 hours ago
  63. a015eb1 Revert const hack and use const closure by Oli Scherer · 34 hours ago
  64. 664177f Remove const closure hacks in libstd by Oli Scherer · 34 hours ago
  65. 4feb722 Auto merge of #156166 - GuillaumeGomez:rollup-nfRhhYb, r=GuillaumeGomez by bors · 36 hours ago
  66. fbb5809 Wasm: remove implicit `__heap_base`/`__data_end` exports by daxpedda · 2 days ago
  67. 83adf7e Auto merge of #155681 - bjorn3:update_dlmalloc, r=clubby789 by bors · 2 days ago
  68. 9606b0b Add rlib digest to identify Rust object files by mehdiakiki · 2 days ago
  69. ba38fa0 Rollup merge of #156162 - GuillaumeGomez:update-gui-tester, r=GuillaumeGomez by Guillaume Gomez · 2 days ago
  70. 7bf810e Rollup merge of #156154 - SynapLink:cleanup/check-pass-import-tests, r=folkertdev by Guillaume Gomez · 2 days ago
  71. 6c37722 Rollup merge of #156152 - rustbot:docs-update, r=ehuss by Guillaume Gomez · 2 days ago
  72. e4ed73e Rollup merge of #156135 - oli-obk:def_id_to_node_id_reduction, r=petrochenkov by Guillaume Gomez · 2 days ago
  73. 145df99 Rollup merge of #156128 - DanielEScherzer:gg-mailmap, r=GuillaumeGomez by Guillaume Gomez · 2 days ago
  74. 1e91ddd Rollup merge of #156122 - GuillaumeGomez:doc-cfg-test, r=Urgau by Guillaume Gomez · 2 days ago
  75. ca222b8 Rollup merge of #156104 - aobatact:try-as-dyn-unsized, r=oli-obk by Guillaume Gomez · 2 days ago
  76. 20a4529 Rollup merge of #156103 - Unique-Usman:ua/fixe0040, r=mejrs by Guillaume Gomez · 2 days ago
  77. e4097f6 Rollup merge of #156092 - susitsm:needs-hir-hash, r=petrochenkov by Guillaume Gomez · 2 days ago
  78. 90cd3d3 Rollup merge of #156087 - P8L1:improve-pin-pattern-suggestions, r=Kivooeo by Guillaume Gomez · 2 days ago
  79. 7a08b69 Rollup merge of #156082 - danieljofficial:move-tests-associated-types, r=petrochenkov by Guillaume Gomez · 2 days ago
  80. be1e98b Rollup merge of #156043 - folkertdev:c-variadic-avr-assembly-test, r=joshtriplett by Guillaume Gomez · 2 days ago
  81. 8bf58ee Rollup merge of #155962 - romancardenas:cfg-only-stable-target-feature, r=RalfJung by Guillaume Gomez · 2 days ago
  82. 594a848 Rollup merge of #155543 - popzxc:document-generic-const-features, r=BoxyUwU by Guillaume Gomez · 2 days ago
  83. 6b75049 Rollup merge of #155855 - ChrisDenton:remove-unsafe-get, r=Mark-Simulacrum by Guillaume Gomez · 2 days ago
  84. 6c10307 Rollup merge of #155848 - bushrat011899:revert_08bd077, r=Mark-Simulacrum by Guillaume Gomez · 2 days ago
  85. 7c44e45 Update `browser-ui-test` version to `0.23.5` by Guillaume Gomez · 2 days ago
  86. 45b9459 Update `askama` version to `0.16.0` in `clippy` by Guillaume Gomez · 2 days ago
  87. ad582a5 [AIX] add -bdbg:namedsects:ss link arg by David Tenty · 2 days ago
  88. 14d414b Improve `&pin` reference-pattern suggestions by Pieter-Louis Schoeman · 2 days ago
  89. e5b42e5 Fix E0040 suggestion for explicit `Drop::drop` UFCS calls by Usman Akinyemi · 2 days ago
  90. 596d985 Adjust getMCSubtargetInfo signature for LLVM 23+ by Devon Loehr · 2 days ago
  91. 9ef7541 Restrict cfg gating on unix to not interfere with emscripten target by Arjun Ramesh · 2 days ago
  92. f9ddd9f tests: mark import UI tests as check-pass by SynapLink · 2 days ago
  93. 5ace24b Update books by rustbot · 2 days ago
  94. fadb7473 rust-analyzer: Fix `pub_use_of_private_extern_crate` lint by Vadim Petrochenkov · 2 days ago
  95. fd701b7 Remove most uses of `def_id_to_node_id` by Oli Scherer · 2 days ago
  96. 71177d1b6 Add NodeId to ModuleKind by Oli Scherer · 2 days ago
  97. ee9a01a rustc: target_features: adapt compile errors and warnings for cfg-only stable features by Román Cárdenas Rodríguez · 2 days ago
  98. cb40c25 Auto merge of #156139 - inq:minimize-reshell-perf, r=lcnr by bors · 2 days ago
  99. 21c58d8 resolve: Harden some invariant checks for visibilities by Vadim Petrochenkov · 2 days ago
  100. 65e5bd6 resolve: Catch "cannot reexport" errors from macros 2.0 better by Vadim Petrochenkov · 2 days ago