1. 318f96a Auto merge of #133254 - Earlopain:llvm-19.1.4, r=DianQK by bors · 4 hours ago main master upstream/master
  2. 2d0ea79 Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr by bors · 11 hours ago
  3. 71d07dd Rollup merge of #133257 - GuillaumeGomez:unordmap-clear, r=lcnr by Matthias Krüger · 13 hours ago
  4. 1099bc8 Rollup merge of #133244 - daxpedda:wasm32v1-none-atomic, r=alexcrichton by Matthias Krüger · 13 hours ago
  5. fbed195 Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnr by Matthias Krüger · 13 hours ago
  6. 7fc2b33 Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril by Matthias Krüger · 13 hours ago
  7. 71d3c77 Rollup merge of #130800 - bjoernager:const-mut-cursor, r=joshtriplett by Matthias Krüger · 13 hours ago
  8. 0576cc9 Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet by Matthias Krüger · 13 hours ago
  9. 3fee0f1 Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis by bors · 14 hours ago
  10. 186e282 Add `UnordMap::clear` method by Guillaume Gomez · 15 hours ago
  11. 228068b Make PointerLike opt-in as a trait by Michael Goulet · 30 hours ago
  12. 06e66d7 Rip out built-in PointerLike impl by Michael Goulet · 35 hours ago
  13. a4bd570 Update LLVM to 19.1.4 by Earlopain · 17 hours ago
  14. a1f2999 Auto merge of #133251 - matthiaskrgr:rollup-gjeis3q, r=matthiaskrgr by bors · 17 hours ago
  15. b1413e0 Rollup merge of #133241 - RalfJung:typing-env, r=lcnr by Matthias Krüger · 18 hours ago
  16. d332656 Rollup merge of #133239 - kleisauke:fix-llvm-triple-x86_64-win7-windows-msvc, r=ChrisDenton by Matthias Krüger · 18 hours ago
  17. 2595118 Rollup merge of #131904 - GKFX:stabilize-const-pin-2, r=tgross35 by Matthias Krüger · 18 hours ago
  18. f37d021 Account for `wasm32v1-none` when exporting TLS symbols by daxpedda · 20 hours ago
  19. 5777c73 Stabilize const_pin_2 by George Bateman · 5 weeks ago
  20. 297b618 reduce false positives of tail-expr-drop-order from consumed values by Ding Xiang Fei · 3 months ago
  21. bfe809d Auto merge of #133227 - weihanglo:update-cargo, r=weihanglo by bors · 20 hours ago
  22. d04088f interpret: make typing_env field private by Ralf Jung · 23 hours ago
  23. 57ed8e8 Fix LLVM target triple for `x86_64-win7-windows-msvc` by Kleis Auke Wolthuizen · 23 hours ago
  24. fda6892 Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhpratt by bors · 23 hours ago
  25. b9cd5eb Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr by Jacob Pratt · 26 hours ago
  26. cd36973 Rollup merge of #133196 - omnivagant:correct-less-r-flag, r=tgross35 by Jacob Pratt · 26 hours ago
  27. c364ff7 Rollup merge of #133190 - MarcoIeni:dist-aarch64-msvc-free, r=Kobzol by Jacob Pratt · 26 hours ago
  28. a175db1 Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnr by Jacob Pratt · 26 hours ago
  29. 25dc4d0 Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau by Jacob Pratt · 26 hours ago
  30. 70e814b Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors by bors · 26 hours ago
  31. 00903cf Update cargo by Weihang Lo · 30 hours ago
  32. bcfea1f Auto merge of #133194 - khuey:master, r=jieyouxu by bors · 30 hours ago
  33. 875df37 Auto merge of #133219 - matthiaskrgr:rollup-hnuq0zf, r=matthiaskrgr by bors · 34 hours ago
  34. 2467654 Rollup merge of #133213 - alexcrichton:fix-tier-listing, r=jieyouxu by Matthias Krüger · 35 hours ago
  35. 49aec06 Rollup merge of #133207 - jieyouxu:macos-objcopy, r=Kobzol,bjorn3 by Matthias Krüger · 35 hours ago
  36. 841243f Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-errors by Matthias Krüger · 35 hours ago
  37. 022bb9c Rollup merge of #133188 - maxcabrajac:walk_no_visit, r=petrochenkov by Matthias Krüger · 35 hours ago
  38. d5dca43 Rollup merge of #133183 - n0toose:improve-remove-dir-docs, r=joboet by Matthias Krüger · 35 hours ago
  39. c74e5a8 Rollup merge of #133175 - MarcoIeni:dist-i686-msvc-free, r=Kobzol by Matthias Krüger · 35 hours ago
  40. 6c127f3 Rollup merge of #125405 - m-ou-se:thread-add-spawn-hook, r=WaffleLapkin by Matthias Krüger · 35 hours ago
  41. 001f98a Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu by Matthias Krüger · 35 hours ago
  42. def7ed0 Implement ~const Fn trait goals in the new solver by Michael Goulet · 3 weeks ago
  43. df94818 lints_that_dont_need_to_run: never skip future-compat-reported lints by Ralf Jung · 5 days ago
  44. 002efeb additional `TypingEnv` cleanups by lcnr · 2 days ago
  45. d61effe resolve_instance: stop relying on `Reveal` by lcnr · 2 days ago
  46. 7a90e84 `InterpCx` store `TypingEnv` instead of a `ParamEnv` by lcnr · 2 days ago
  47. ee612c4 Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov by bors · 2 days ago
  48. b9dea31 `TypingMode::from_param_env` begone by lcnr · 2 days ago
  49. d667dd5 remove `TypingMode::from_param_env` in clippy by lcnr · 2 days ago
  50. 691796b Update doc comments for spawn hook. by Mara Bos · 2 days ago
  51. b96f023 Address review comments. by Mara Bos · 2 days ago
  52. 38b9a44 Fix tracking issue. by Mara Bos · 2 days ago
  53. 24fec0d Add tracking issue. by Mara Bos · 9 days ago
  54. 5a80b48 Use Send + Sync for spawn hooks. by Mara Bos · 4 weeks ago
  55. f2bf9e1 Add thread Builder::no_hooks(). by Mara Bos · 4 weeks ago
  56. 947354f Update thread spawn hooks. by Mara Bos · 4 weeks ago
  57. ef9055f Use add_spawn_hook for libtest's output capturing. by Mara Bos · 6 months ago
  58. 7ac4c04 Add std::thread::add_spawn_hook. by Mara Bos · 6 months ago
  59. 4813fda rustdoc: yeet `TypingEnv::from_param_env` by lcnr · 2 days ago
  60. f74951f generic_const_exprs: yeet `TypingEnv::from_param_env` by lcnr · 2 days ago
  61. ffd7a50 impl trait overcaptures, yeet ` TypingMode::from_param_env` by lcnr · 2 days ago
  62. 07a5272 pattern lowering, yeet `TypingEnv::from_param_env` by lcnr · 2 days ago
  63. decf37b liveness checking, yeet `TypingEnv::from_param_env` by lcnr · 2 days ago
  64. 1ec9648 unconditional recursion, yeet `TypingEnv::from_param_env` by lcnr · 2 days ago
  65. 948cec0 move `fn is_item_raw` to `TypingEnv` by lcnr · 2 days ago
  66. 01fd384 Correct comments concerning updated dangling pointer lint by gavincrawford · 8 days ago
  67. 7899368 Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr by bors · 2 days ago
  68. 616013f Correct the tier listing of `wasm32-wasip2` by Alex Crichton · 2 days ago
  69. 89b6885 Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu by bors · 2 days ago
  70. f5b023b When the required discriminator value exceeds LLVM's limits, drop the debug info for the function instead of panicking. by Kyle Huey · 2 days ago
  71. 1e4ebb0 Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. by Kyle Huey · 2 days ago
  72. 4b5c883 Explicitly disable llvm tools for cranelift by Jieyou Xu · 2 days ago
  73. fcfb782 Register change info by Jieyou Xu · 2 days ago
  74. 38f0c09 Default-enable `llvm_tools_enabled` when no `config.toml` is present by Jieyou Xu · 2 days ago
  75. 7d40450 Auto merge of #132623 - nnethercote:rustc_borrowck-cleanups-2, r=Nadrieril by bors · 2 days ago
  76. 9aac15d Rollup merge of #133200 - RalfJung:miri-rwlock-test, r=tgross35 by Matthias Krüger · 2 days ago
  77. f25fee3 Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote by Matthias Krüger · 2 days ago
  78. 4720054 Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov by Matthias Krüger · 2 days ago
  79. 5f586ef Rollup merge of #131081 - camelid:const-path-it-all, r=BoxyUwU by Matthias Krüger · 2 days ago
  80. e9a0c3c Remove `TokenKind::InvalidPrefix`. by Nicholas Nethercote · 2 days ago
  81. 2c7c369 Improve `TokenKind` comments. by Nicholas Nethercote · 2 days ago
  82. 7931a8d ignore an occasionally-failing test in Miri by Ralf Jung · 2 days ago
  83. df29f9b Improve `fake_ident_or_unknown_prefix`. by Nicholas Nethercote · 2 days ago
  84. 473b5d5 Fix broken intra-doc link by Boxy · 2 days ago
  85. e6c1e14 Auto merge of #133193 - fmease:rollup-v38ayvk, r=fmease by bors · 2 days ago
  86. 59e339f7 Introduce `min_generic_const_args` and directly represent paths by Noah Lev · 2 days ago
  87. 56747f3 Rollup merge of #133192 - aDotInTheVoid:changelog-cleanup, r=fmease by León Orell Valerian Liehr · 2 days ago
  88. 27acd5e Rollup merge of #133191 - aDotInTheVoid:whoops-thats-not-stable-and-might-never-be, r=fmease by León Orell Valerian Liehr · 2 days ago
  89. 739fdaf Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxu by León Orell Valerian Liehr · 2 days ago
  90. 49ca6c6 Rollup merge of #133186 - uweigand:s390x-maintainer, r=wesleywiser by León Orell Valerian Liehr · 2 days ago
  91. 5f537c4 Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddle by León Orell Valerian Liehr · 2 days ago
  92. 17ffefc Rollup merge of #133182 - RalfJung:const-panic-inline, r=tgross35 by León Orell Valerian Liehr · 2 days ago
  93. 09838ae Rollup merge of #133181 - rustbot:docs-update, r=ehuss by León Orell Valerian Liehr · 2 days ago
  94. f66e174 Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle by León Orell Valerian Liehr · 2 days ago
  95. 2226541 Rollup merge of #132758 - nnethercote:improve-get_key_value-docs, r=cuviper by León Orell Valerian Liehr · 2 days ago
  96. 5926e82 Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr by bors · 2 days ago
  97. 75108b6 Pass `flow_inits` by value. by Nicholas Nethercote · 2 weeks ago
  98. af50fe40 Put `param_env` into `infcx`. by Nicholas Nethercote · 3 weeks ago
  99. c9283f8 Pass `constraints` to `RegionInferenceContext::new`. by Nicholas Nethercote · 3 weeks ago
  100. 801b150 Don't refcount `PlaceholderIndices`. by Nicholas Nethercote · 3 weeks ago