🌐 AI搜索 & 代理 主页
  1. 351cf89 Unrolled build for #145278 by Rust timing bot · 3 hours ago perf-tmp try-perf
  2. dc47a69 Auto merge of #149136 - BoxyUwU:mgca_explicit_anon_consts, r=oli-obk by bors · 16 hours ago
  3. fa5eda1 Auto merge of #149917 - GuillaumeGomez:malformed-attribute-suggestions, r=JonathanBrouwer by bors · 19 hours ago
  4. acc3a0e Syntactically distinguish anon const const args by Boxy Uwu · 21 hours ago
  5. d025cde If there are too many suggestions for malformed attribute, do not suggest them by Guillaume Gomez · 23 hours ago
  6. 3391c01 Auto merge of #149909 - matthiaskrgr:rollup-596c34w, r=matthiaskrgr by bors · 24 hours ago
  7. eaf470b Rollup merge of #149896 - makai410:ping-me, r=jieyouxu by Matthias Krüger · 26 hours ago
  8. e0e575c Rollup merge of #149884 - flip1995:clippy-subtree-update, r=matthiaskrgr by Matthias Krüger · 26 hours ago
  9. 1553fcc Rollup merge of #149883 - cyrgani:sub-err-diag, r=Kivooeo by Matthias Krüger · 26 hours ago
  10. d952bac Rollup merge of #149792 - clubby789:cfg-FALSE, r=jdonszelmann by Matthias Krüger · 26 hours ago
  11. b826d06 Rollup merge of #149791 - clubby789:cfg-bool-lints, r=jdonszelmann by Matthias Krüger · 26 hours ago
  12. c511c60 Rollup merge of #149789 - JonathanBrouwer:remove-lifetime-param, r=jdonszelmann by Matthias Krüger · 26 hours ago
  13. 675af3c Rollup merge of #149655 - Nadrieril:install-rustc-dev, r=Kobzol by Matthias Krüger · 26 hours ago
  14. 2a3a62d Auto merge of #148477 - lqd:crater-wfcheck, r=lcnr,BoxyUwU by bors · 27 hours ago
  15. aa6db80 Remove lifetime param from parser functions by Jonathan Brouwer · 29 hours ago
  16. 86a97c4 Remove lifetime param from parser types by Jonathan Brouwer · 29 hours ago
  17. 97252d3 Remove from `MetaItemParser::from_attr` by Jonathan Brouwer · 29 hours ago
  18. c4dc70ee Auto merge of #149891 - matthiaskrgr:rollup-jh6xrhz, r=matthiaskrgr by bors · 31 hours ago
  19. 5aa2c14 mailmap: add makai410 by Makai · 34 hours ago
  20. 24302fd triagebot: add myself(makai410) to the review rotation by Makai · 34 hours ago
  21. de0d961 triagebot: ping makai410 for rustc_public by Makai · 34 hours ago
  22. 1c937f1 Rollup merge of #149867 - 21aslade:lib-crate-main, r=Kivooeo by Matthias Krüger · 2 days ago
  23. eb309e5 Rollup merge of #149863 - estebank:issue-149861, r=mati865 by Matthias Krüger · 2 days ago
  24. b912391 Rollup merge of #149850 - GuillaumeGomez:rm-tidy-rustdoc, r=yotamofek by Matthias Krüger · 2 days ago
  25. 817c58a Rollup merge of #149807 - Kobzol:miri-ubuntu-24.04, r=marcoieni by Matthias Krüger · 2 days ago
  26. 17940e2 Rollup merge of #149770 - GrigorenkoPV:tests/consts, r=WaffleLapkin by Matthias Krüger · 2 days ago
  27. 0dfc238 Rollup merge of #149565 - jyn514:force-doctest-merge, r=notriddle by Matthias Krüger · 2 days ago
  28. 215d7b6 Rollup merge of #148717 - estebank:macro-spans-2, r=petrochenkov by Matthias Krüger · 2 days ago
  29. bf39924 Rollup merge of #146584 - cyrgani:error-codes-macro, r=GuillaumeGomez by Matthias Krüger · 2 days ago
  30. 52cadc0 Rollup merge of #142380 - GuillaumeGomez:neg-implementors, r=yotamofek by Matthias Krüger · 2 days ago
  31. 5b150d2 Auto merge of #149645 - GuillaumeGomez:doc-attr-based, r=jdonszelmann,jonathanbrouwer by bors · 2 days ago
  32. 0349359 Suggest `cfg(false)` instead of `cfg(FALSE)` by Jamie Hill-Daniel · 2 days ago
  33. 26c164f Update Cargo.lock by Philipp Krones · 2 days ago
  34. 43fa2a9 add regression test for `proc_macro` error subdiagnostics by cyrgani · 2 days ago
  35. 39877b1 Merge commit '9e3e9649cbae7ed33ba62ca436f43081eaaedeb5' into clippy-subtree-update by Philipp Krones · 2 days ago
  36. 9e3e964 Rustup (#16217) by Philipp Krones · 2 days ago
  37. 1ff4682 Bump Clippy version -> 0.1.94 by Philipp Krones · 2 days ago
  38. 42c8b68 Bump nightly version -> 2025-12-11 by Philipp Krones · 2 days ago
  39. de365c0 Merge remote-tracking branch 'upstream/master' into rustup by Philipp Krones · 2 days ago
  40. c60ed21 Do not suggest moving expression out of for loop when hitting `break` from desugaring by Esteban Küber · 2 days ago
  41. a96d486 Update snapshot by Nadrieril · 2 days ago
  42. 5180632 Do not error if there are duplicated doc attributes by Guillaume Gomez · 3 days ago
  43. c96ff2d Remove uses of `cfg(any()/all())` by Jamie Hill-Daniel · 3 days ago
  44. c27bcef don't resolve main in lib crates by 21aslade · 3 days ago
  45. f520900 Auto merge of #149853 - matthiaskrgr:rollup-m2rkwqr, r=matthiaskrgr by bors · 3 days ago
  46. 1bd7934 Point at span within local macros even when error happens in nested external macro by Esteban Küber · 3 days ago
  47. 507b67f Add test for incorrect macro span replacement by Esteban Küber · 3 days ago
  48. 2bc2a0d For now, ignore target checking for doc attributes in attr_parsing by Guillaume Gomez · 3 days ago
  49. 96a7000 Rename some issue-* tests by Pavel Grigorenko · 3 days ago
  50. a9ac706 Auto merge of #149535 - Jamesbarford:chore/refactor-struct-placeholder, r=lcnr by bors · 3 days ago
  51. 40891c7 Use ubuntu:24.04 for the `x86_64-gnu-miri` and `x86_64-gnu-aux` jobs by Jakub Beránek · 3 days ago
  52. fb9d3a5 Simplify the sorting of impls and use CSS classes instead of plain JS to show/hide implementors by Guillaume Gomez · 3 days ago
  53. eab1036 Rollup merge of #149846 - jdonszelmann:links-for-all-fcws, r=wafflelapkin by Matthias Krüger · 3 days ago
  54. 03028df Rollup merge of #149839 - theemathas:trivial-clone-pointee-sized, r=joboet by Matthias Krüger · 3 days ago
  55. 7b2f36e Rollup merge of #149838 - aerooneqq:build-aux-in-pp-tests, r=petrochenkov by Matthias Krüger · 3 days ago
  56. d1e921e Rollup merge of #149764 - Zalathar:has-zstd, r=bjorn3 by Matthias Krüger · 3 days ago
  57. d196db7 Rollup merge of #149489 - scottmcm:try-bikeshed, r=nnethercote by Matthias Krüger · 3 days ago
  58. 02a58a9 Rollup merge of #149489 - scottmcm:try-bikeshed, r=nnethercote by Matthias Krüger · 3 days ago
  59. 54195b9 Rollup merge of #149386 - WaffleLapkin:display-funding, r=Kobzol by Matthias Krüger · 3 days ago
  60. 26ae475 Rollup merge of #148052 - tgross35:stabilize-const_mul_add, r=RalfJung by Matthias Krüger · 3 days ago
  61. 961ea1c feat(manual_saturating_arithmetic): lint `x.checked_sub(y).unwrap_or_default()` (#15845) by Alex Macleod · 3 days ago
  62. 06ded88 fix(match_like_matches_macro): FP with guards containing `if let` (#15876) by Alex Macleod · 3 days ago
  63. 183048c update docs by Jana Dönszelmann · 3 days ago
  64. 16eaf79 feat(transmute_ptr_to_ref): Handle a pointer wrapped in a struct (#15948) by Alex Macleod · 3 days ago
  65. 13091dd Make implementors list visible only when filled by Guillaume Gomez · 3 days ago
  66. 985178d Add GUI test to ensure that negative impls are correctly sorted by Guillaume Gomez · 3 days ago
  67. 4509163 Put negative implementors first and apply same ordering logic to foreign implementors by Guillaume Gomez · 3 days ago
  68. 4d697d2 Remove "tidy" tool for `tests/rustdoc` testsuite by Guillaume Gomez · 3 days ago
  69. 99f7e78 mark crash test as requiring debug-assertions by Rémy Rakic · 3 days ago
  70. cdf43ad add test from modcholesky breakage by Rémy Rakic · 3 days ago
  71. fa77598 update tests and bless expectations by Rémy Rakic · 3 days ago
  72. 7878868 don't normalize where-clauses in wfcheck by Rémy Rakic · 3 days ago
  73. 1ef1ec1 bless the tests by Jana Dönszelmann · 3 days ago
  74. 1eabe65 adapt formatting to use new fcw info structure by Jana Dönszelmann · 3 days ago
  75. 0eed5ab introduce fcw macro by Jana Dönszelmann · 3 days ago
  76. 198328a Auto merge of #136776 - BoxyUwU:forbid_object_lifetime_casts, r=lcnr by bors · 3 days ago
  77. 9fdec81 Fix new merge conflict by Guillaume Gomez · 3 days ago
  78. 3ea9462 Remove `Cfg::matches` and use `eval_config_entry` instead by Guillaume Gomez · 3 days ago
  79. 64aaeac Update to new API, allowing to remove `check_doc_cfg.rs` file from librustdoc by Guillaume Gomez · 3 days ago
  80. 40907f5 Fix doc alias suggestion by Guillaume Gomez · 3 days ago
  81. 6230b56 Update clippy code by Guillaume Gomez · 3 days ago
  82. 4191e94 Improve spans for `auto_cfg(hide/show)` errors by Guillaume Gomez · 3 days ago
  83. 1da7684 Improve code and add more comments by Guillaume Gomez · 3 days ago
  84. 06238bd Update rustdoc JSON output to new attribute API by Guillaume Gomez · 3 days ago
  85. 2340f80 Update to new lint API by Guillaume Gomez · 3 days ago
  86. 8d4f59b Clean up code by Guillaume Gomez · 3 days ago
  87. 348d9d9 Correctly iterate doc comments in intra-doc resolution in `rustc_resolve` by Guillaume Gomez · 3 days ago
  88. 4936973 Fix ui tests by Guillaume Gomez · 3 days ago
  89. aa3bf6f Update rustc_resolve unit tests by Guillaume Gomez · 3 days ago
  90. a36c462 Update clippy code to new doc attribute API by Guillaume Gomez · 3 days ago
  91. 3fa499b Sort fluent messages by Guillaume Gomez · 3 days ago
  92. e4f57dd Finish fixing ui tests by Guillaume Gomez · 3 days ago
  93. d1277cc Update `check_doc_cfg` pass in rustdoc, remove old `rustc_attr_parsing::cfg_matches` API by Guillaume Gomez · 3 days ago
  94. 9c8c67b Fix warning messages by Guillaume Gomez · 3 days ago
  95. 976d454 Update rustdoc unit tests by Guillaume Gomez · 3 days ago
  96. 5c47240 Correctly handle `doc(test(attr(...)))` by Guillaume Gomez · 3 days ago
  97. 57870b7 Fix `doc(auto_cfg)` attribute parsing by Guillaume Gomez · 3 days ago
  98. d35ec31 Keep a list of `CfgEntry` instead of just one by Guillaume Gomez · 3 days ago
  99. 368a103 Fix `Cfg` add/or operations by Guillaume Gomez · 3 days ago
  100. 92edc49 Correctly handle doc items inlining by Guillaume Gomez · 3 days ago