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

  1. 6932687 parse `const trait Trait` by Deadbeef · 2 days ago
  2. f8f6997 Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease by bors · 2 days ago
  3. 014bd82 Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU by bors · 2 days ago
  4. fb7aa9e Improve path segment joining. by Nicholas Nethercote · 3 days ago
  5. 078332f rustdoc-json: Structured attributes by Alona Enraght-Moony · 4 days ago
  6. 7356ff7 Implement other logics by tiif · 4 days ago
  7. ad635e5 Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk by bors · 5 days ago
  8. 21fd82a Retire hir::*ItemRef. by Camille GILLOT · 6 days ago
  9. a1cfca3 Fix clippy & rustdoc-json by Jonathan Brouwer · 7 days ago
  10. 29b75a6 Fix weird rustdoc output when single and glob reexport conflict on a name by Guillaume Gomez · 11 days ago
  11. 7eea141 Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease by Jacob Pratt · 12 days ago
  12. 5c8ac15 rustdoc: migrate BareFn -> FnPtr by Jubilee Young · 13 days ago
  13. 3fa0ec9 Rewrite empty attribute lint by Jonathan Brouwer · 13 days ago
  14. f0b67dd Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin by bors · 2 weeks ago
  15. 027126c Port `#[non_exhaustive]` to the new attribute parsing infrastructure by Jonathan Brouwer · 2 weeks ago
  16. 74570e5 Same for types by Michael Goulet · 2 weeks ago
  17. 42c9bfd Remove Symbol for Named LateParam/Bound variants by Michael Goulet · 2 weeks ago
  18. 01fe1c0 Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez by Jacob Pratt · 2 weeks ago
  19. 678ec9b Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=GuillaumeGomez by Guillaume Gomez · 2 weeks ago
  20. 510e5d7 rustdoc: don't treat methods under const impls or traits as const by Deadbeef · 2 weeks ago
  21. 622722a Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann by Jana Dönszelmann · 2 weeks ago
  22. 0aaac88 Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 by Jana Dönszelmann · 2 weeks ago
  23. 5026d0c Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk by Jana Dönszelmann · 2 weeks ago
  24. c76d032 setup CI and tidy to use typos for spellchecking and fix few typos by klensy · 2 weeks ago
  25. 3d5d72b Port `#[target_feature]` to the new attribute parsing infrastructure by Jonathan Brouwer · 2 weeks ago
  26. 6b824e8 avoid suggesting traits from private dependencies by Jeremy Smart · 2 weeks ago
  27. 54cec0c Port #[link_section] to the new attribute parsing infrastructure by Anne Stijns · 3 weeks ago
  28. 58418d8 Fix rustdoc not correctly showing attributes with re-exports by Jonathan Brouwer · 3 weeks ago
  29. 36c2b01 Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead by Matthias Krüger · 3 weeks ago
  30. 3ed1c87 rustdoc: fix attrs of locally reexported foreign items by binarycat · 3 weeks ago
  31. f7321be rustdoc: add regression test for issue 135092 by binarycat · 3 weeks ago
  32. e61dd43 Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors by bors · 3 weeks ago
  33. cbcf183 Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, r=lolbinarycat by Matthias Krüger · 3 weeks ago
  34. eb7245a Change const trait bound syntax from ~const to [const] by Oli Scherer · 3 weeks ago
  35. 287d9af Port `#[export_name]` to the new attribute parsing infrastructure by Jonathan Brouwer · 3 weeks ago
  36. 6ea79a1 Fix comment on NoMangle by Jonathan Brouwer · 4 weeks ago
  37. 78cbcaf Update tests to work with new DocFragment field and `redundant_explicit_links` new API by Guillaume Gomez · 4 weeks ago
  38. 2084831 Port `#[no_mangle]` to new attribute parsing infrastructure by Jonathan Brouwer · 4 weeks ago
  39. 4736142 Remove some dead code. by Nicholas Nethercote · 4 weeks ago
  40. aca0688 De-dup common code from `ExternalCrate` methods by Yotam Ofek · 4 weeks ago
  41. 2f8e760 rustdoc: skip `MetaSized` bounds by David Wood · 5 weeks ago
  42. fac011e Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann by Matthias Krüger · 5 weeks ago
  43. 06dc338 Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid by Matthias Krüger · 5 weeks ago
  44. b8066f9 Tracking the old name of renamed unstable library attribute by xizheyin · 5 weeks ago
  45. 856c997 rustdoc: Refractor `clean_ty_generics` by Alona Enraght-Moony · 6 weeks ago
  46. 840baa4 Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser by Jubilee · 6 weeks ago
  47. 38d69c3 Add new Tier-3 targets: `loongarch32-unknown-none*` by WANG Rui · 6 weeks ago
  48. e12572f Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez by Matthias Krüger · 6 weeks ago
  49. 95bf127 Support middle::ty assoc const eq predicates again by León Orell Valerian Liehr · 6 weeks ago
  50. 911d4a0 Rename `should_show_cast` to `should_fully_qualify` by León Orell Valerian Liehr · 6 weeks ago
  51. fd3da4b Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None by Oli Scherer · 6 weeks ago
  52. 8747ccb Overhaul `UsePath`. by Nicholas Nethercote · 7 weeks ago
  53. 387170c Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead by Matthias Krüger · 7 weeks ago
  54. ce0c17a * Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common code by Guillaume Gomez · 7 weeks ago
  55. aa5832b Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgr by bors · 7 weeks ago
  56. 4aac899 Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomez by Matthias Krüger · 7 weeks ago
  57. e6152cd Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid by bors · 7 weeks ago
  58. 71529f5 Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez by Matthias Krüger · 7 weeks ago
  59. c6eb1d9 rustdoc: display doc(cfg(false)) properly by binarycat · 7 weeks ago
  60. 9d0845a Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc by Urgau · 7 weeks ago
  61. f8887aa Reorder fields in `hir::ItemKind` variants. by Nicholas Nethercote · 7 weeks ago
  62. 0c2fbe5 Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez by Trevor Gross · 8 weeks ago
  63. 29c3bab Rename unpack to kind by Michael Goulet · 8 weeks ago
  64. 3fd0265 rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work by Urgau · 8 weeks ago
  65. 4f1f1a2 Avoid some unnecessary cloning. by Nicholas Nethercote · 8 weeks ago
  66. 750f57f Make `{Type,Path}::generics` return iterators. by Nicholas Nethercote · 8 weeks ago
  67. ec97b0f Update to new API by Guillaume Gomez · 8 weeks ago
  68. 3646a09 Improve code by Guillaume Gomez · 8 weeks ago
  69. 4f3dd7b Tweak attribute rendering depending on wether or not it is a type alias by Guillaume Gomez · 8 weeks ago
  70. 4194745 Split `Item::attributes` method into three by Guillaume Gomez · 8 weeks ago
  71. 560aec1 Unify rendering of type aliases without ADT items by Guillaume Gomez · 8 weeks ago
  72. 5f857a9 Rename `clean::Enum::variants` method into `non_stripped_variants` by Guillaume Gomez · 8 weeks ago
  73. a4836e9 Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore_sep, r=notriddle by Matthias Krüger · 8 weeks ago
  74. 5c735d1 Small cleanup for `qpath_to_string` by Yotam Ofek · 8 weeks ago
  75. 5b47d34 Simplify `format_integer_with_underscore_sep` by Yotam Ofek · 8 weeks ago
  76. 98bd1a6 rustdoc JSON: Don't apply `#[repr]` privacy heuristics by León Orell Valerian Liehr · 8 weeks ago
  77. 599b08a Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin by Stuart Cook · 9 weeks ago
  78. 178e09e Remove rustc_attr_data_structures re-export from rustc_attr_parsing by mejrs · 9 weeks ago
  79. a4765c9 Make some `match`es slightly more ergonomic in `librustdoc` by Yotam Ofek · 9 weeks ago
  80. 0984db5 Remove `Ident::empty`. by Nicholas Nethercote · 2 months ago
  81. aeb70c7 rustdoc-json: Remove newlines from attributes by Alona Enraght-Moony · 2 months ago
  82. cbc40c7 Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnay by Guillaume Gomez · 3 months ago
  83. aff1be2 Introduce `BoxMarker` to pretty-printing. by Nicholas Nethercote · 3 months ago
  84. bdfeb8f Remove `weak` alias terminology by Boxy · 3 months ago
  85. fae7785 Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov by bors · 3 months ago
  86. bf8ce32 Remove `token::{Open,Close}Delim`. by Nicholas Nethercote · 3 months ago
  87. 91a8825 Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=nnethercote by Chris Denton · 3 months ago
  88. 8f6ef1f Improve `clean_maybe_renamed_item` function code a bit by Guillaume Gomez · 3 months ago
  89. cbf2662 Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  90. 540fb22 Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann by Matthias Krüger · 3 months ago
  91. 7a4525c Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  92. 82ff0a0 rustdoc: Properly clean fn params in all contexts by León Orell Valerian Liehr · 3 months ago
  93. 6214674 rustdoc/clean: Change terminology of items pertaining to (formal) fn params from "argument" to "parameter" by León Orell Valerian Liehr · 3 months ago
  94. 9f548e2 Support inlined cross-crate re-exported trait aliases by León Orell Valerian Liehr · 3 months ago
  95. 2fef0a3 Replace infallible `name_or_empty` methods with fallible `name` methods. by Nicholas Nethercote · 3 months ago
  96. fb3338c Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  97. ca0b7f4 Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  98. 5fb0f57 Avoid another `kw::Empty` use. by Nicholas Nethercote · 3 months ago
  99. 31320a9 Remove another `kw::Empty` use in rustdoc. by Nicholas Nethercote · 3 months ago
  100. e53f2a0 Remove some `kw::Empty` uses in rustdoc. by Nicholas Nethercote · 3 months ago