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

  1. 83255f5 Include ErrorGuaranteed in StableSince::Err. by Camille GILLOT · 2 days ago
  2. fb7aa9e Improve path segment joining. by Nicholas Nethercote · 3 days ago
  3. 078332f rustdoc-json: Structured attributes by Alona Enraght-Moony · 4 days ago
  4. 6b02597 update issue number for `const_trait_impl` by Deadbeef · 6 days ago
  5. 45b80ac Auto merge of #142869 - nnethercote:join_path-mini, r=camelid by bors · 12 days ago
  6. a413f77 Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann by bors · 2 weeks ago
  7. f6d37a2 Rollup merge of #134006 - klensy:typos, r=nnethercote by Jana Dönszelmann · 2 weeks ago
  8. 9e64506 Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=GuillaumeGomez by bors · 2 weeks ago
  9. c76d032 setup CI and tidy to use typos for spellchecking and fix few typos by klensy · 2 weeks ago
  10. 8e329b2 Improve CSS for source code block line numbers by Guillaume Gomez · 3 weeks ago
  11. 6992739 Lazy-ify some markdown rendering by Yotam Ofek · 3 weeks ago
  12. cdc1617 Don't try to guess how much to pre-allocate by Yotam Ofek · 3 weeks ago
  13. 8f30a98 Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, r=GuillaumeGomez by Matthias Krüger · 3 weeks ago
  14. 36c2b01 Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead by Matthias Krüger · 3 weeks ago
  15. 5d2417e Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=GuillaumeGomez by Guillaume Gomez · 3 weeks ago
  16. b2be01c rustdoc: show attributes on enum variants by binarycat · 3 weeks ago
  17. 3b259ad rustdoc js: several typechecking improvments by binarycat · 3 weeks ago
  18. eb7245a Change const trait bound syntax from ~const to [const] by Oli Scherer · 3 weeks ago
  19. 84f92f3 rustdoc: Don't mark `#[target_feature]` functions as ⚠ by Alona Enraght-Moony · 4 weeks ago
  20. 78210a4 Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomez by Guillaume Gomez · 4 weeks ago
  21. a3ede10 Fixes firefox copy paste issue by gstjepan2 · 4 weeks ago
  22. 2084831 Port `#[no_mangle]` to new attribute parsing infrastructure by Jonathan Brouwer · 4 weeks ago
  23. 0cf0f9f Use `join_with_double_colon` in `write_shared.rs`. by Nicholas Nethercote · 4 weeks ago
  24. fa2f355 Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethercote by bors · 4 weeks ago
  25. 15c701f Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 by bors · 4 weeks ago
  26. 61f4918 Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez by Trevor Gross · 4 weeks ago
  27. bad4bf5 Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbinarycat by Trevor Gross · 4 weeks ago
  28. 88f1ed4 Convert `ilog(10)` to `ilog10()` by Chai T. Rex · 4 weeks ago
  29. aab941f rustdoc: Remove `FormatRenderer::cache` by Alona Enraght-Moony · 4 weeks ago
  30. 2bf66e3 `Option`s are `Iterator`s by Yotam Ofek · 4 weeks ago
  31. 569aa26 avoid intermediately collecting into vectors by Yotam Ofek · 4 weeks ago
  32. 867c1d5 one less pathbuf allocation by Yotam Ofek · 4 weeks ago
  33. b2fe858 `Result::expect` instead of `match` and `panic!` by Yotam Ofek · 5 weeks ago
  34. a47b364 Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat by Jacob Pratt · 5 weeks ago
  35. 2bbc974 Lint about `console` calls in rustdoc JS by Guillaume Gomez · 5 weeks ago
  36. 00c1042 rustdoc: make srcIndex no longer a global variable by binarycat · 5 weeks ago
  37. 2eccf18 Add comment to prevent having code other than `initSearch` at the end of `search.js` by Guillaume Gomez · 5 weeks ago
  38. 38c41d0 Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid by bors · 5 weeks ago
  39. 6ca4639 Fix random failure when JS code is executed when the whole file was not read yet by Guillaume Gomez · 5 weeks ago
  40. 79b3c08 Avoid more clones in rustdoc JSON output. by Nicholas Nethercote · 6 weeks ago
  41. 5864247 Give more information into extracted doctest information by Guillaume Gomez · 6 weeks ago
  42. cc67175 Simplify `JsonRenderer`. by Nicholas Nethercote · 6 weeks ago
  43. 2c8a9cc Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez by Guillaume Gomez · 6 weeks ago
  44. 95bf127 Support middle::ty assoc const eq predicates again by León Orell Valerian Liehr · 6 weeks ago
  45. 911d4a0 Rename `should_show_cast` to `should_fully_qualify` by León Orell Valerian Liehr · 6 weeks ago
  46. e6152cd Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid by bors · 7 weeks ago
  47. 68f3216 Address review comments. by Nicholas Nethercote · 7 weeks ago
  48. a8c7a1e Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092, r=notriddle by Trevor Gross · 8 weeks ago
  49. 1f3d9a4 Streamline `visibility_print_with_space`. by Nicholas Nethercote · 8 weeks ago
  50. 8dde6d5 Streamline `TypeAliasPart::get`. by Nicholas Nethercote · 8 weeks ago
  51. f9931d1 rustdoc: refactor Tooltip rendering logic by binarycat · 8 weeks ago
  52. 4f1f1a2 Avoid some unnecessary cloning. by Nicholas Nethercote · 8 weeks ago
  53. 750f57f Make `{Type,Path}::generics` return iterators. by Nicholas Nethercote · 8 weeks ago
  54. b9b482e Simplify `make_href`. by Nicholas Nethercote · 8 weeks ago
  55. f19d40a Rename some methods. by Nicholas Nethercote · 8 weeks ago
  56. b8ce853 Refactor the end of `generate_item_def_id_path`. by Nicholas Nethercote · 8 weeks ago
  57. fa8e910 Simplify `make_href`. by Nicholas Nethercote · 8 weeks ago
  58. 581fd27 Avoid `Box` in `href_relative_parts`. by Nicholas Nethercote · 8 weeks ago
  59. ec97b0f Update to new API by Guillaume Gomez · 8 weeks ago
  60. 3646a09 Improve code by Guillaume Gomez · 8 weeks ago
  61. 4f3dd7b Tweak attribute rendering depending on wether or not it is a type alias by Guillaume Gomez · 8 weeks ago
  62. eb9f054 Rename the `document_*` argument/field into `is_type_alias` by Guillaume Gomez · 8 weeks ago
  63. 4194745 Split `Item::attributes` method into three by Guillaume Gomez · 8 weeks ago
  64. 560aec1 Unify rendering of type aliases without ADT items by Guillaume Gomez · 8 weeks ago
  65. 5f857a9 Rename `clean::Enum::variants` method into `non_stripped_variants` by Guillaume Gomez · 8 weeks ago
  66. 045ac21 Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez by Jacob Pratt · 8 weeks ago
  67. 0846035 Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddle by Guillaume Gomez · 8 weeks ago
  68. 4ef35bc rustdoc: use descriptive tooltip if doctest is conditionally ignored by binarycat · 8 weeks ago
  69. f534733 Update `askama` version to `0.14.0` in librustdoc by Guillaume Gomez · 8 weeks ago
  70. dfe8fe8 Simplify things a little more. by Nicholas Nethercote · 8 weeks ago
  71. e01f407 Move code inside the `else` in `TypeAliasPart::get`. by Nicholas Nethercote · 8 weeks ago
  72. a7baf4b Simplify the "is some" test in `TypeAliasPart::get`. by Nicholas Nethercote · 8 weeks ago
  73. 9d9705f Collect and use `#![doc(test(attr(..)))]` at module level too by Urgau · 8 weeks ago
  74. 1d67944 Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddle by bors · 8 weeks ago
  75. 981bbf4 Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r=notriddle by Matthias Krüger · 8 weeks ago
  76. 8682dfc Get rid of unnecessary `BufDisplay` abstraction by Yotam Ofek · 9 weeks ago
  77. 7a68021 Replace some `unwrap`s with `?`s where possible by Yotam Ofek · 9 weeks ago
  78. 29d97cd Make some fns return `fmt::Result` to get rid of a few `unwrap`s by Yotam Ofek · 9 weeks ago
  79. 599b08a Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin by Stuart Cook · 9 weeks ago
  80. 178e09e Remove rustc_attr_data_structures re-export from rustc_attr_parsing by mejrs · 9 weeks ago
  81. a4765c9 Make some `match`es slightly more ergonomic in `librustdoc` by Yotam Ofek · 9 weeks ago
  82. 5326fc9 rustdoc: on mobile, make the sidebar full width and linewrap by binarycat · 9 weeks ago
  83. 838e742 rustdoc: Fix links in trait impl docs by SpecificProtagonist · 2 months ago
  84. e6e5206 rustdoc: use a different style of grip track by Michael Howell · 2 months ago
  85. 3c9e1f9 rustdoc: add tooltip to resize track by Michael Howell · 2 months ago
  86. 3fa98a1 rustdoc: add a handle that makes sidebar resizing more obvious by Michael Howell · 2 months ago
  87. a92ba60 Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc by Guillaume Gomez · 2 months ago
  88. 6621826 Implement RFC 3503: frontmatters by Deadbeef · 3 months ago
  89. f4d41a5 Create a builder for DocTestBuilder type by Guillaume Gomez · 3 months ago
  90. b791eaa Emit a warning if the doctest `main` function will not be run by Guillaume Gomez · 3 months ago
  91. bc25dc2 Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notriddle by Matthias Krüger · 3 months ago
  92. 610ed82 Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease by Matthias Krüger · 3 months ago
  93. 7a895bd Fix indent of impl docs by Guillaume Gomez · 3 months ago
  94. 1feccc1 Make impl item info come before doc by Guillaume Gomez · 3 months ago
  95. 934e86b Unify sidebar buttons to use the same image by Guillaume Gomez · 3 months ago
  96. da2b329 Use correct annotation for CSS pseudo elements by Guillaume Gomez · 3 months ago
  97. cbf2662 Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  98. 540fb22 Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann by Matthias Krüger · 3 months ago
  99. 7a4525c Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez by Matthias Krüger · 3 months ago
  100. 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