1. ba1a955 Auto merge of #156217 - jhpratt:rollup-XVslat0, r=jhpratt by bors · 4 hours ago main
  2. e826e3f Rollup merge of #156205 - lcnr:move-generalization-test, r=lqd by Jacob Pratt · 11 hours ago
  3. f8a77e2 Rollup merge of #156195 - danieljofficial:move-tests-codegen, r=JohnTitor by Jacob Pratt · 11 hours ago
  4. 46b1955 Rollup merge of #156170 - inq:add-known-bug-test-144442, r=JohnTitor by Jacob Pratt · 11 hours ago
  5. 64b446b Rollup merge of #156156 - DKLoehr:subtarget_info, r=cuviper by Jacob Pratt · 11 hours ago
  6. 74d6b21 Rollup merge of #156148 - oli-obk:all_impls, r=lqd by Jacob Pratt · 11 hours ago
  7. 38bbf33 Rollup merge of #156105 - RalfJung:transparent-enums, r=lcnr by Jacob Pratt · 11 hours ago
  8. 7eb0a28 Rollup merge of #155808 - lapla-cogito:issue_155803, r=oli-obk by Jacob Pratt · 11 hours ago
  9. 2b99e74 Rollup merge of #156201 - ehuss:no-fulldeps-twice, r=marcoieni by Jacob Pratt · 11 hours ago
  10. d1cdc9b Rollup merge of #156193 - cyrgani:unbox-1, r=mejrs by Jacob Pratt · 11 hours ago
  11. a758779 Rollup merge of #156186 - paradoxicalguy:fix-llvm-debuginfo-remap2, r=Urgau by Jacob Pratt · 11 hours ago
  12. b594ef3 Rollup merge of #156174 - daxpedda:wasm-clear-exports, r=alexcrichton by Jacob Pratt · 11 hours ago
  13. 42b7c36 Rollup merge of #156159 - daltenty:daltenty/namesects, r=workingjubilee by Jacob Pratt · 11 hours ago
  14. 0092af0 Rollup merge of #156062 - arjunr2:wali-support-clargs, r=nia-e by Jacob Pratt · 11 hours ago
  15. b2cc990 Rollup merge of #155341 - khyperia:non-type-const, r=BoxyUwU by Jacob Pratt · 11 hours ago
  16. 2717d98 Rollup merge of #151122 - Jaidenmagnan:main, r=chenyukang by Jacob Pratt · 11 hours ago
  17. 0f5d89f fix: CopyPriority addition by Jaiden Magnan · 17 hours ago
  18. 8634d63 move test by lcnr · 18 hours ago
  19. 61743bf fix: adding more verbose error message by Jaiden Magnan · 18 hours ago
  20. e95e732 Auto merge of #156190 - JonathanBrouwer:rollup-db0KRf1, r=JonathanBrouwer by bors · 19 hours ago
  21. 5d832f1 Don't run ui-fulldeps tests twice in stage 1 by Eric Huss · 19 hours ago
  22. fc6b9c8 updating flag with `flag_if_supported` by abhinav srivastav · 21 hours ago
  23. 740679e Auto merge of #154861 - mehdiakiki:fix/rlib-digest, r=petrochenkov by bors · 22 hours ago
  24. cb2c5fc generic_const_args: allow paths to non type consts by khyperia · 23 hours ago
  25. 6865172 Use `all_impls` instead of handrolling it by Oli Scherer · 23 hours ago
  26. 769c3a9 add issue links and bless by danieljofficial · 23 hours ago
  27. 3c45cc9 move codegen tests into its folder by danieljofficial · 24 hours ago
  28. 7f69708 Fix formatting by Devon Loehr · 24 hours ago
  29. 4120902 Narrow definitions by Devon Loehr · 24 hours ago
  30. 6a19534 fix: remap ci-llvm debug paths via `-fdebug-prefix-map` by paradoxicalguy · 24 hours ago
  31. 0e72a29 Always use `ConstFn` context for `const` closures by lapla · 24 hours ago
  32. 46fac37 use `deref_patterns` in `rustc_ast_pretty` by cyrgani · 25 hours ago
  33. f7817c2 use `deref_patterns` in `rustc_ast_lowering` by cyrgani · 25 hours ago
  34. e20ac1b Rollup merge of #156183 - zetanumbers:rm_duplicate_dbg_ass, r=mati865 by Jonathan Brouwer · 26 hours ago
  35. c2a463a Rollup merge of #156127 - GuillaumeGomez:update-askama, r=Urgau by Jonathan Brouwer · 26 hours ago
  36. 2e9a402 Rollup merge of #155957 - oli-obk:const-closure-std, r=jhpratt by Jonathan Brouwer · 26 hours ago
  37. 17e266a Rollup merge of #156184 - cyrgani:macros-are-weird, r=petrochenkov by Jonathan Brouwer · 26 hours ago
  38. b503949 Rollup merge of #156172 - ShoyuVanilla:slowbro, r=lcnr by Jonathan Brouwer · 26 hours ago
  39. 73e5912 Rollup merge of #156058 - qaijuang:issue-151393, r=JohnTitor by Jonathan Brouwer · 26 hours ago
  40. e35334f Rollup merge of #156014 - petrochenkov:kvak, r=mu001999 by Jonathan Brouwer · 26 hours ago
  41. e291b07 use `deref_patterns` in `rustc_ast` by cyrgani · 26 hours ago
  42. 4d6351d use `deref_patterns` in `rustc_ast_passes` by cyrgani · 26 hours ago
  43. ee35020 Revert "remove `MethodReceiverExpr` special-casing" by cyrgani · 27 hours ago
  44. 4432f6b Implement a new flag `-Zdisable-fast-paths` in trait solving by Shoyu Vanilla · 27 hours ago
  45. 227a289 add known-bug test for coroutine 'static-yields-non-'static unsoundness by inq · 27 hours ago
  46. 23cea55 Remove duplicate debug assert by Daria Sukhonina · 28 hours ago
  47. a015eb1 Revert const hack and use const closure by Oli Scherer · 29 hours ago
  48. 664177f Remove const closure hacks in libstd by Oli Scherer · 29 hours ago
  49. 4feb722 Auto merge of #156166 - GuillaumeGomez:rollup-nfRhhYb, r=GuillaumeGomez by bors · 31 hours ago
  50. fbb5809 Wasm: remove implicit `__heap_base`/`__data_end` exports by daxpedda · 33 hours ago
  51. 83adf7e Auto merge of #155681 - bjorn3:update_dlmalloc, r=clubby789 by bors · 34 hours ago
  52. 9606b0b Add rlib digest to identify Rust object files by mehdiakiki · 2 days ago
  53. ba38fa0 Rollup merge of #156162 - GuillaumeGomez:update-gui-tester, r=GuillaumeGomez by Guillaume Gomez · 2 days ago
  54. 7bf810e Rollup merge of #156154 - SynapLink:cleanup/check-pass-import-tests, r=folkertdev by Guillaume Gomez · 2 days ago
  55. 6c37722 Rollup merge of #156152 - rustbot:docs-update, r=ehuss by Guillaume Gomez · 2 days ago
  56. e4ed73e Rollup merge of #156135 - oli-obk:def_id_to_node_id_reduction, r=petrochenkov by Guillaume Gomez · 2 days ago
  57. 145df99 Rollup merge of #156128 - DanielEScherzer:gg-mailmap, r=GuillaumeGomez by Guillaume Gomez · 2 days ago
  58. 1e91ddd Rollup merge of #156122 - GuillaumeGomez:doc-cfg-test, r=Urgau by Guillaume Gomez · 2 days ago
  59. ca222b8 Rollup merge of #156104 - aobatact:try-as-dyn-unsized, r=oli-obk by Guillaume Gomez · 2 days ago
  60. 20a4529 Rollup merge of #156103 - Unique-Usman:ua/fixe0040, r=mejrs by Guillaume Gomez · 2 days ago
  61. e4097f6 Rollup merge of #156092 - susitsm:needs-hir-hash, r=petrochenkov by Guillaume Gomez · 2 days ago
  62. 90cd3d3 Rollup merge of #156087 - P8L1:improve-pin-pattern-suggestions, r=Kivooeo by Guillaume Gomez · 2 days ago
  63. 7a08b69 Rollup merge of #156082 - danieljofficial:move-tests-associated-types, r=petrochenkov by Guillaume Gomez · 2 days ago
  64. be1e98b Rollup merge of #156043 - folkertdev:c-variadic-avr-assembly-test, r=joshtriplett by Guillaume Gomez · 2 days ago
  65. 8bf58ee Rollup merge of #155962 - romancardenas:cfg-only-stable-target-feature, r=RalfJung by Guillaume Gomez · 2 days ago
  66. 594a848 Rollup merge of #155543 - popzxc:document-generic-const-features, r=BoxyUwU by Guillaume Gomez · 2 days ago
  67. 6b75049 Rollup merge of #155855 - ChrisDenton:remove-unsafe-get, r=Mark-Simulacrum by Guillaume Gomez · 2 days ago
  68. 6c10307 Rollup merge of #155848 - bushrat011899:revert_08bd077, r=Mark-Simulacrum by Guillaume Gomez · 2 days ago
  69. 7c44e45 Update `browser-ui-test` version to `0.23.5` by Guillaume Gomez · 2 days ago
  70. 45b9459 Update `askama` version to `0.16.0` in `clippy` by Guillaume Gomez · 2 days ago
  71. ad582a5 [AIX] add -bdbg:namedsects:ss link arg by David Tenty · 2 days ago
  72. 14d414b Improve `&pin` reference-pattern suggestions by Pieter-Louis Schoeman · 2 days ago
  73. e5b42e5 Fix E0040 suggestion for explicit `Drop::drop` UFCS calls by Usman Akinyemi · 2 days ago
  74. 596d985 Adjust getMCSubtargetInfo signature for LLVM 23+ by Devon Loehr · 2 days ago
  75. 9ef7541 Restrict cfg gating on unix to not interfere with emscripten target by Arjun Ramesh · 2 days ago
  76. f9ddd9f tests: mark import UI tests as check-pass by SynapLink · 2 days ago
  77. 5ace24b Update books by rustbot · 2 days ago
  78. fadb7473 rust-analyzer: Fix `pub_use_of_private_extern_crate` lint by Vadim Petrochenkov · 2 days ago
  79. fd701b7 Remove most uses of `def_id_to_node_id` by Oli Scherer · 2 days ago
  80. 71177d1b6 Add NodeId to ModuleKind by Oli Scherer · 2 days ago
  81. ee9a01a rustc: target_features: adapt compile errors and warnings for cfg-only stable features by Román Cárdenas Rodríguez · 2 days ago
  82. cb40c25 Auto merge of #156139 - inq:minimize-reshell-perf, r=lcnr by bors · 2 days ago
  83. 21c58d8 resolve: Harden some invariant checks for visibilities by Vadim Petrochenkov · 2 days ago
  84. 65e5bd6 resolve: Catch "cannot reexport" errors from macros 2.0 better by Vadim Petrochenkov · 2 days ago
  85. cf636ec resolve: Factor out reporting of "cannot reexport" errors into a separate function by Vadim Petrochenkov · 2 days ago
  86. f4e1b2f Use `into_bytes` directly by Arjun Ramesh · 2 days ago
  87. 55ff2e1 Short-circuit `calculate_fallback_to_f32` when no float vars by inq · 2 days ago
  88. 1d72d7e Auto merge of #156134 - jhpratt:rollup-79KaBC4, r=jhpratt by bors · 2 days ago
  89. 037e2b0 Rollup merge of #156132 - nnethercote:more-lifting-tweaks, r=oli-obk by Jacob Pratt · 2 days ago
  90. 06c89cf Rollup merge of #156125 - GTimothy:refactor-exprparenthesesneeded, r=ShoyuVanilla by Jacob Pratt · 2 days ago
  91. 19fbc62 Rollup merge of #156120 - inq:test-alias-relate-7, r=lcnr by Jacob Pratt · 2 days ago
  92. df8d029 rustc: target_features: allow for cfg-only stable target_features by Román Cárdenas Rodríguez · 2 days ago
  93. d4c413e Apply suggestion from @lcnr by inkyu · 2 days ago
  94. 8e0ebb9 c-variadic: gate `va_arg` on `c_variadic_experimental_arch` by Folkert de Vries · 2 days ago
  95. 783062d Auto merge of #154095 - joboet:vec_clear_truncate, r=nnethercote by bors · 2 days ago
  96. 2cf4884 Remove silly `FmtPrinter<'tcx, 'tcx>` instance. by Nicholas Nethercote · 2 days ago
  97. 809fcab Shift lift calls outward. by Nicholas Nethercote · 2 days ago
  98. 67ba480 Remove unused `'tcx` lifetime from trait `Print`. by Nicholas Nethercote · 2 days ago
  99. 1e649f1 .mailmap: prefer matching just based on commit emails by Daniel Scherzer · 2 days ago
  100. a51f3a8 Auto merge of #156044 - danieljofficial:move-tests-array-slice-vec, r=JonathanBrouwer by bors · 2 days ago