🌐 AI搜索 & 代理 主页
  1. 9cb0dae Unrolled build for #148052 by Rust timing bot · 31 hours ago perf-tmp try-perf
  2. a9ac706 Auto merge of #149535 - Jamesbarford:chore/refactor-struct-placeholder, r=lcnr by bors · 2 days ago
  3. 198328a Auto merge of #136776 - BoxyUwU:forbid_object_lifetime_casts, r=lcnr by bors · 2 days ago
  4. 377656d Auto merge of #149836 - matthiaskrgr:rollup-1ypvt7r, r=matthiaskrgr by bors · 2 days ago
  5. 85aeb4f Forbid object lifetime changing pointer casts by Boxy · 2 days ago
  6. bea5636 Rollup merge of #149826 - jieyouxu:compiletest-adb, r=Zalathar by Matthias Krüger · 2 days ago
  7. 57cebd4 Rollup merge of #149824 - ShoyuVanilla:issue-145748, r=Kivooeo by Matthias Krüger · 2 days ago
  8. 4da61b6 Rollup merge of #149816 - estebank:verbose-typo-suggestion, r=JonathanBrouwer,Kivooeo by Matthias Krüger · 2 days ago
  9. 3a3c7b5 Rollup merge of #149795 - estebank:let-else-std, r=workingjubilee by Matthias Krüger · 2 days ago
  10. 087ca1f Rollup merge of #149781 - mu001999-contrib:fix/149756, r=jdonszelmann by Matthias Krüger · 2 days ago
  11. b3948e5 Rollup merge of #149679 - pmur:murp/ppc-inline-improvements, r=Amanieu by Matthias Krüger · 2 days ago
  12. 573ed40 Rollup merge of #149458 - GuillaumeGomez:clippy-cg_gcc, r=kobzol by Matthias Krüger · 2 days ago
  13. 8a4312a Rollup merge of #148491 - estebank:issue-147894, r=jackh726 by Matthias Krüger · 2 days ago
  14. 397de87 Rollup merge of #148294 - chenx97:mips64-padding-aggregate-args, r=workingjubilee by Matthias Krüger · 2 days ago
  15. 6078dd3 Rollup merge of #147725 - bjorn3:remove_oom_panic, r=Amanieu by Matthias Krüger · 2 days ago
  16. bad5026 Auto merge of #147602 - JohnTitor:dedup-lifetime-capture-errors, r=estebank by bors · 2 days ago
  17. 2e667b0 Auto merge of #146948 - folkertdev:hint-prefetch, r=Amanieu by bors · 2 days ago
  18. fc3d61e compiletest: tidy up `adb_path`/`adb_test_dir` handling by Jieyou Xu · 2 days ago
  19. d440210 Add a regression test for issue 145748 by Shoyu Vanilla · 2 days ago
  20. 0488690 Use `let`...`else` instead of `match foo { ... _ => return };` and `if let ... else return` in std by Esteban Küber · 2 days ago
  21. b9e3e41 remove explicit discriminants by Folkert de Vries · 2 days ago
  22. 6407023 Add a separate function for a non-temporal read prefetch by Folkert de Vries · 2 days ago
  23. a3b78e0 add `core::hint::prefetch_{read, write}_{data, instruction}` by Folkert de Vries · 2 days ago
  24. 5f1173b Auto merge of #149818 - matthiaskrgr:rollup-uw85yss, r=matthiaskrgr by bors · 2 days ago
  25. 6cd44a4 Make typo in field and name suggestions verbose by Esteban Küber · 3 days ago
  26. 06500aa Add message when running clippy with `--no-default-features` for cg_gcc by Guillaume Gomez · 3 days ago
  27. f7eaaf7 Account for async fn in traits and impls by Esteban Küber · 3 days ago
  28. 8c63852 Provide boxing suggestion for `type Alias = dyn Trait` return type by Esteban Küber · 3 days ago
  29. e2168b1 Point at async fn return type instead of body in E0746 by Esteban Küber · 3 days ago
  30. 60b227a Recognize `type Alias = dyn Trait` in `fn` return types by Esteban Küber · 3 days ago
  31. fabf574 Add test for `type Alias = dyn Trait` in return type by Esteban Küber · 3 days ago
  32. 7868d20 Account for `async fn` with `dyn Trait` return type in `impl Trait` suggestion by Esteban Küber · 3 days ago
  33. 76f02cf Add test for `dyn Trait` in `async fn` return type by Esteban Küber · 3 days ago
  34. 20fabb4 Use return type `Span` on async fns instead of whole fn def `Span` by Esteban Küber · 3 days ago
  35. a00807e Rollup merge of #149806 - Kobzol:mirror-ubuntu-24.04, r=marcoieni by Matthias Krüger · 3 days ago
  36. 6188f82 Rollup merge of #149664 - Kivooeo:infallible-type-unreachable-code, r=davidtwco by Matthias Krüger · 3 days ago
  37. 679ab9e Rollup merge of #149400 - Skgland:tracked_mod, r=Amanieu by Matthias Krüger · 3 days ago
  38. 90dc2b6 Rollup merge of #146579 - estebank:issue-146325, r=jdonszelmann by Matthias Krüger · 3 days ago
  39. 7637023 Rollup merge of #144938 - tgross35:more-outline-atomics, r=davidtwco by Matthias Krüger · 3 days ago
  40. c61a3a4 Auto merge of #147984 - petrochenkov:expambig, r=yaahc by bors · 3 days ago
  41. 4501327 Fix clippy lint in `cg_gcc` by Guillaume Gomez · 3 days ago
  42. 50e9839 Don't suggest wrapping attr in unsafe if it may come from proc macro by mu001999 · 3 days ago
  43. 4c6544b Run clippy both with and without default features on the GCC backend by Guillaume Gomez · 3 days ago
  44. 1986be2 Moved `struct Placeholder<T>` by James Barford-Evans · 3 days ago
  45. 2a2da78 add check for uninhabited types along side never by Kivooeo · 3 days ago
  46. e2893f7 Auto merge of #149757 - jdonszelmann:revert-duplicate-span-lowering, r=nnethercote by bors · 3 days ago
  47. 51780a5 resolve: Preserve ambiguous glob reexports in crate metadata by Vadim Petrochenkov · 3 days ago
  48. 75df299 Mirror `ubuntu:24.04` on ghcr by Jakub Beránek · 3 days ago
  49. d5525a7 Auto merge of #149798 - matthiaskrgr:rollup-wjgs9x6, r=matthiaskrgr by bors · 3 days ago
  50. 288e970 Rollup merge of #149782 - Urgau:triagebot-remove-no-mentions, r=Kobzol by Matthias Krüger · 3 days ago
  51. 2fffbb5 Rollup merge of #149779 - tbu-:pr_an_false, r=joboet by Matthias Krüger · 3 days ago
  52. c770681 Rollup merge of #149772 - dianqk:no-builtins-linker-plugin-lto, r=jieyouxu by Matthias Krüger · 3 days ago
  53. 7c9c7ed Rollup merge of #149763 - aerooneqq:add-inline-attribute, r=petrochenkov by Matthias Krüger · 3 days ago
  54. b13a253 Rollup merge of #149755 - Zalathar:test-mode, r=jieyouxu by Matthias Krüger · 3 days ago
  55. 2b0262c Rollup merge of #149754 - jieyouxu:compiletest-cli, r=Zalathar by Matthias Krüger · 3 days ago
  56. add772d Rollup merge of #149730 - SATVIKsynopsis:main, r=Kivooeo by Matthias Krüger · 3 days ago
  57. c4778dc Rollup merge of #149720 - jtracey:patch-1, r=notriddle by Matthias Krüger · 3 days ago
  58. 990b663 Rollup merge of #149652 - cuviper:relnotes-1.92.0, r=BoxyUwU by Matthias Krüger · 3 days ago
  59. ece9977 Rollup merge of #149215 - JonathanBrouwer:cfg_lints2, r=jdonszelmann by Matthias Krüger · 3 days ago
  60. 3c19acc Rollup merge of #147585 - chenyukang:yukang-fix-147513-suppress-private-fields, r=Kivooeo by Matthias Krüger · 3 days ago
  61. 018d2697 Auto merge of #147572 - alexcrichton:wasi-use-libc, r=Mark-Simulacrum by bors · 3 days ago
  62. a371038 Auto merge of #149426 - antoyo:libgccjit-targets, r=Kobzol by bors · 3 days ago
  63. 761cb57 fix test by Esteban Küber · 3 days ago
  64. c1500f9 review comment by Esteban Küber · 3 days ago
  65. 0b0e826 Rework attribute recovery logic by Esteban Küber · 3 days ago
  66. 01e2cf8 Handle macro invocation in attribute during parse by Esteban Küber · 3 days ago
  67. 0b96731 Auto merge of #149776 - bjorn3:sync_cg_clif-2025-12-08, r=bjorn3 by bors · 3 days ago
  68. 90d2477 Add release notes for 1.92.0 by Josh Stone · 3 days ago
  69. 37aa213 Auto merge of #149766 - lnicola:sync-from-ra, r=lnicola by bors · 3 days ago
  70. 5a1936f Revert build_llvm_sysroot_for_triple back from reading the manifest to filtering by bjorn3 · 3 days ago
  71. b8581dd Remove `[no-mentions]` handler in the triagebot config by Urgau · 4 days ago
  72. 27a4aab Fix typo "an" → "and" by Tobias Bucher · 4 days ago
  73. 8cf942d Add inline attribute to generated delegation function if needed by aerooneqq · 4 days ago
  74. cb49fe5 Update list of allowed cg_clif dependencies by bjorn3 · 4 days ago
  75. d7e4f9c Merge commit 'e24f0fa3c54951d1a5843b54ebe052faaa3a3cd2' into sync_cg_clif-2025-12-08 by bjorn3 · 4 days ago
  76. ba46286 std: Use more `unix.rs` code on WASI targets by Alex Crichton · 4 days ago
  77. 611c956 test: Add test for 146133 by dianqk · 4 days ago
  78. 0f4ec28 lint: treat unsafe binders in improper_ctypes instead of ICE by SATVIKsynopsis · 4 days ago
  79. e24f0fa Update dependencies by bjorn3 · 4 days ago
  80. 154e158 Merge pull request #1609 from rust-lang/line_table_only_debuginfo by bjorn3 · 4 days ago
  81. dc8cdb1 Use a `CompiletestMode` enum in bootstrap by Zalathar · 4 days ago
  82. 8c582e1 Don't require `test::Coverage` to implement Ord by Zalathar · 4 days ago
  83. 8b0e675 Only generate line tables with -Cdebuginfo=line-table-only by bjorn3 · 4 days ago
  84. ba27d3d Fix gimli assertion for anonymous sources by bjorn3 · 4 days ago
  85. fd6e372 Fix Cirrus CI by bjorn3 · 4 days ago
  86. 5139ab4 Fix rustc testsuite by bjorn3 · 4 days ago
  87. 942a08b Revert "early return on duplicate span lowerings" by Jana Dönszelmann · 4 days ago
  88. 29d4cba Rustup to rustc 1.94.0-nightly (ba2142a19 2025-12-07) by bjorn3 · 4 days ago
  89. 72541e9 compiletest: retire `opt_str2` by Jieyou Xu · 4 days ago
  90. a7ad214 compiletest: make presence/absence of adb-related options clear by Jieyou Xu · 4 days ago
  91. 260b1ff compiletest: require `host`/`target` flags specified by Jieyou Xu · 4 days ago
  92. 5bc3450 Auto merge of #149455 - jdonszelmann:metadata-decoding-s, r=WaffleLapkin by bors · 4 days ago
  93. b0d62eb Sync from rust ba2142a19c1acabe770433418fa395b8a0ef47a4 by bjorn3 · 4 days ago
  94. 03d7ad7 Auto merge of #149750 - Zalathar:rollup-9qjiz5r, r=Zalathar by bors · 4 days ago
  95. 2aa4bdc Rollup merge of #149739 - lolbinarycat:mailmap-add-self, r=Kivooeo by Stuart Cook · 4 days ago
  96. d239114 Rollup merge of #149736 - dawidl022:contracts/chore/cleanup-warning-in-tests, r=Kivooeo,jieyouxu by Stuart Cook · 4 days ago
  97. 3c2a5db Rollup merge of #149722 - dawidl022:contracts/fix/parsing-compound-statements, r=jieyouxu by Stuart Cook · 4 days ago
  98. 82af0ee Rollup merge of #149714 - reddevilmidzy:atd, r=fmease by Stuart Cook · 4 days ago
  99. fa9a8f4 Rollup merge of #149710 - Zalathar:ambient-gdb, r=jieyouxu by Stuart Cook · 4 days ago
  100. a76db55 Rollup merge of #149676 - reddevilmidzy:t10, r=Kivooeo by Stuart Cook · 4 days ago