Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 7902470 Rollup merge of #143961 - 1c3t3a:correct-exploit-mitigations, r=rcvalle by Matthias Krüger · 16 hours ago
  2. 37e7bc1 Rollup merge of #144049 - tshepang:rust-push, r=jieyouxu by Matthias Krüger · 31 hours ago
  3. 6932687 parse `const trait Trait` by Deadbeef · 2 days ago
  4. dd364bd copy-paste convenience by Tshepang Mbambo · 2 days ago
  5. ce0de76 Merge ref 'fd2eb391d032' from rust-lang/rust by The rustc-josh-sync Cronjob Bot · 2 days ago
  6. 2faf5ed Prepare for merging from rust-lang/rust by The rustc-josh-sync Cronjob Bot · 2 days ago
  7. 8df6a1d some improvements to "Invariants of the type system" by Tshepang Mbambo · 2 days ago
  8. 9ef3be2 go over invariants again :3 by lcnr · 3 days ago
  9. 8770e57 Add `0323pin` as target maintainer, and fix link to pkgsrc-wip and explain. by Havard Eidnes · 4 days ago
  10. 132a47e Correct which exploit mitigations are enabled by default by Bastian Kersting · 4 days ago
  11. 305befe Rollup merge of #143938 - rustbot:docs-update, r=ehuss by Samuel Tardieu · 4 days ago
  12. 8ec7e6f Merge pull request #2504 from lolbinarycat/lolbinarycat-patch-2 by 许杰友 Jieyou Xu (Joe) · 4 days ago
  13. 39f269c Merge pull request #2497 from rust-lang/tshepang-git-clone by Manuel Drehwald · 4 days ago
  14. 1669ba0 Update books by rustbot · 5 days ago
  15. 186afbb Remove mentions of `./x suggest` and `suggest-tests` in rustc-dev-guide by Jieyou Xu · 5 days ago
  16. 25794b1 Compiletest: Simplify {Html,Json}DocCk directive handling by León Orell Valerian Liehr · 6 days ago
  17. 7803c25 directives.md: build-aux-docs does not work with aux-crate by lolbinarycat · 8 days ago
  18. 287e6e7 Rollup merge of #143747 - Gelbpunkt:aarch64-musl-maintainer, r=jieyouxu by Matthias Krüger · 8 days ago
  19. c46e385 Merge pull request #2502 from Kobzol/rustc-josh-sync-ci by 许杰友 Jieyou Xu (Joe) · 8 days ago
  20. a866377 Add target maintainer information for aarch64-unknown-linux-musl by Jens Reidel · 9 days ago
  21. a9f2aad Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzol by bors · 9 days ago
  22. 7de1174 update rust-dev-guide to point about new command execution summary report under bootstrap profiling section by bit-aloo · 9 days ago
  23. c6bedc1 Migrate rustc-pull to CI workflow from `josh-sync` by Jakub Beránek · 9 days ago
  24. f1ae43f Mention that compiler-builtins is now using `rustc-josh-sync` by Jakub Beránek · 9 days ago
  25. 1ef0072 Merge pull request #2499 from rust-lang/tshepang-patch-2 by nora · 9 days ago
  26. 7c76abc Merge pull request #2500 from rust-lang/tshepang-patch-3 by nora · 9 days ago
  27. 99fc05b do not invent a name by Tshepang Mbambo · 10 days ago
  28. d99af0b distcheck had only one possible invocation by Tshepang Mbambo · 10 days ago
  29. 42472f2 add missing word by Tshepang Mbambo · 10 days ago
  30. 15940b8 Add a new maintainer to the wasm32-wasip1 target by Marcin Kolny · 10 days ago
  31. 7b394d2 tweak some git clone commands by Tshepang Mbambo · 10 days ago
  32. 6b8bc68 use a consistent (and recommended) invocation by Tshepang Mbambo · 10 days ago
  33. 34097a3 Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov by bors · 10 days ago
  34. f3226b4 Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-maintainer, r=jieyouxu by Matthias Krüger · 11 days ago
  35. 2c92474 Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxu by Matthias Krüger · 11 days ago
  36. 889638a document new stable flags, with x64 linux implementation notes by Rémy Rakic · 11 days ago
  37. 922ee88 Mention that stdarch is managed by josh-sync by Jakub Beránek · 11 days ago
  38. a58a423 Add target maintainer information for mips64-unknown-linux-muslabi64 by Jens Reidel · 11 days ago
  39. b6777b1 Rollup merge of #143566 - jieyouxu:fix-x86_64-unknown-netbsd, r=fee1-dead by Matthias Krüger · 12 days ago
  40. 1b922d3 Rollup merge of #143438 - makai410:rustdoc-fix, r=ehuss by Matthias Krüger · 12 days ago
  41. 7ec8c89 Update intro blurb in `wasm32-wasip1` docs by Alex Crichton · 12 days ago
  42. be9669f fix the link in `rustdoc.md` by Makai · 12 days ago
  43. 8b33e93 Fix `x86_64-unknown-netbsd` platform support page by Jieyou Xu · 12 days ago
  44. 44d7238 remove armv5te-unknown-linux-gnueabi target maintainer by Adrian Friedli · 14 days ago
  45. f167f9b external-repos.md: small fixes by Tshepang Mbambo · 2 weeks ago
  46. 9d83749 Document `rustc-josh-sync` by Jakub Beránek · 2 weeks ago
  47. 13dca5e Update CI workflow to use rustc-josh-sync by Jakub Beránek · 2 weeks ago
  48. 92144e1 Remove `josh-sync` tooling and update README by Jakub Beránek · 2 weeks ago
  49. c33dd1b Merge ref 'c96a69059ecc' from rust-lang/rust by Jakub Beránek · 2 weeks ago
  50. ac1a8b3 Prepare for merging from rust-lang/rust by Jakub Beránek · 2 weeks ago
  51. 9345940 Add josh-sync config file by Jakub Beránek · 2 weeks ago
  52. 25eb325 Rollup merge of #143346 - emmanuel-ferdman:master, r=tshepang by Jacob Pratt · 2 weeks ago
  53. 90d54a1 adjust docs, after splitting up autodiff into two forward and reverse macros by Manuel Drehwald · 2 weeks ago
  54. 990224b Rollup merge of #143364 - fee1-dead-contrib:push-pzymzusnzlso, r=workingjubilee by Guillaume Gomez · 2 weeks ago
  55. 2b0d2c4 don't include `.md` in title by Deadbeef · 2 weeks ago
  56. f85283b Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=jieyouxu by Jana Dönszelmann · 2 weeks ago
  57. 924a3e1 Rollup merge of #143283 - marcoieni:document-optional, r=jieyouxu by Jana Dönszelmann · 2 weeks ago
  58. 8512e39 minicore: use core's `diagnostic::on_unimplemented` messages by Folkert de Vries · 2 weeks ago
  59. 9ce91f7 update coherence example by Emmanuel Ferdman · 2 weeks ago
  60. 6671d9b Rename mingw-check-tidy to tidy by Chris Denton · 2 weeks ago
  61. 62949cd Rename mingw-* CI jobs to pr-* by Chris Denton · 3 weeks ago
  62. f5f2011 document optional jobs by MarcoIeni · 3 weeks ago
  63. e82121f Merge pull request #2483 from rust-lang/tshepang-patch-1 by 许杰友 Jieyou Xu (Joe) · 3 weeks ago
  64. 79e96c0 Rollup merge of #143178 - eeshvardasikcm:master, r=notriddle by Matthias Krüger · 3 weeks ago
  65. 3f6dc54 Rollup merge of #143248 - rustbot:docs-update, r=ehuss by Matthias Krüger · 3 weeks ago
  66. 26e1115 Update books by rustbot · 3 weeks ago
  67. 462c7c3 Rollup merge of #143176 - kilavvy:master, r=jieyouxu by dianqk · 3 weeks ago
  68. 390d1be update AST-to-HIR lowering examples for conditionals and loops by dianne · 3 weeks ago
  69. 787a4cc build-fail directive: make explanation more uniform by Tshepang Mbambo · 3 weeks ago
  70. 897c4ee Update README.md by kilavvy · 3 weeks ago
  71. c702055 Update the-doc-attribute.md (#1) by Eeshvar Das · 3 weeks ago
  72. c0e0528 Rollup merge of #142021 - HamidrezaSK:fix-lint-precedence-doc, r=ehuss by Matthias Krüger · 3 weeks ago
  73. e9721a6 Add broken `./x test library/std` advisory by Jieyou Xu · 3 weeks ago
  74. 84abd4e Merge pull request #2481 from xizheyin/submit-in-rdg-or-r by Tshepang Mbambo · 3 weeks ago
  75. 98c3470 Add a link to rust-forge to explain where rdg changes should be submitted by xizheyin · 3 weeks ago
  76. e8ff13c Fix typo by xizheyin · 3 weeks ago
  77. 005dd43 Add `arguments sharing and isolation` section in `diagnostic-struct` of rdg by xizheyin · 3 weeks ago
  78. fdf44db Merge from rustc by The rustc-dev-guide Cronjob Bot · 3 weeks ago
  79. 10c9537 Preparing for merge from rustc by The rustc-dev-guide Cronjob Bot · 3 weeks ago
  80. 20e47aa Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu by Jana Dönszelmann · 3 weeks ago
  81. 69b11c6 Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 by Jana Dönszelmann · 3 weeks ago
  82. 087dabf Sprinkle breadcrumbs around to lead people to the rust-invalid ABI by Jubilee Young · 3 weeks ago
  83. 3beed38 unstable-book: Update cmse feature descriptions by Jubilee Young · 3 weeks ago
  84. 9cfee735 move unstable book page and account for it by Jubilee Young · 3 weeks ago
  85. b563109 Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov by Jubilee · 3 weeks ago
  86. f542909 Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,traviscross by Jubilee · 3 weeks ago
  87. 7b1c89f added PrintTAFn flag for autodiff by Karan Janthe · 3 weeks ago
  88. 0377330 Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead by Guillaume Gomez · 4 weeks ago
  89. 0e4de4c Remove the deprecated `concat_idents!` macro by Trevor Gross · 4 weeks ago
  90. c3200c3 Tweak `-Zmacro-stats` measurement. by Nicholas Nethercote · 4 weeks ago
  91. ba5556d Add `#[loop_match]` for improved DFA codegen by bjorn3 · 4 weeks ago
  92. f63fdde Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxu by Matthias Krüger · 4 weeks ago
  93. b433aba Add a SUMMARY.md outlining immediate subdirectories of the ui test suite by Oneirical · 4 weeks ago
  94. 829aaf8 Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu by Jakub Beránek · 4 weeks ago
  95. 065a5fb Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann by Jakub Beránek · 4 weeks ago
  96. a96e64c Rollup merge of #142699 - rustbot:docs-update, r=ehuss by Trevor Gross · 4 weeks ago
  97. eefd598 correct template for `#[align]` by Folkert de Vries · 4 weeks ago
  98. 2760b24 Doc: clarify priority of lint level sources by Hamidreza Sanaee · 4 weeks ago
  99. d854d56 Merge from rustc by The rustc-dev-guide Cronjob Bot · 4 weeks ago
  100. 48b36ee Preparing for merge from rustc by The rustc-dev-guide Cronjob Bot · 4 weeks ago