| Age | Commit message (Expand) | Author | Lines |
| 2021-11-18 | rustdoc: Avoid using `Iterator::count()` where possible | Noah Lev | -1/+1 |
| 2021-11-17 | Make scrollbar in the sidebar always visible for visual consistency | Guillaume Gomez | -4/+4 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -13/+7 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -13/+24 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -13/+7 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |
| 2021-11-10 | Remove potential useless data for search index | Guillaume Gomez | -39/+46 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -7/+7 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -6/+8 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -8/+9 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -9/+8 |
| 2021-11-05 | Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514 | bors | -1/+7 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -22/+28 |
| 2021-11-05 | Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jsha | Yuki Okushi | -3/+9 |
| 2021-11-04 | Sort scraped call locations before serializing | Will Crichton | -1/+7 |
| 2021-11-04 | Fix missing bottom border for headings in sidebar | Guillaume Gomez | -3/+9 |
| 2021-11-03 | Auto merge of #90475 - camelid:docvisitor, r=notriddle | bors | -36/+40 |
| 2021-11-02 | Add line number to URLs in "additional examples" section of rustdoc | Will Crichton | -13/+20 |
| 2021-11-02 | Fix URL for scrape-examples.js in rustdoc page template | Will Crichton | -3/+3 |
| 2021-10-31 | rustdoc: Small micro-optimizations and cleanups | Noah Lev | -7/+8 |
| 2021-10-31 | Fix FIXMEs in `rustdoc::html::sources` | Noah Lev | -5/+6 |
| 2021-10-31 | Clean up now that visitors only need `&clean::Crate` | Noah Lev | -15/+15 |
| 2021-10-31 | rustdoc: Use `DocVisitor` for sources collection | Noah Lev | -12/+14 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -14/+12 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -12/+13 |
| 2021-10-30 | Improve display of enum variants | Jacob Hoffman-Andrews | -26/+27 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -18/+85 |
| 2021-10-30 | Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomez | Guillaume Gomez | -2/+9 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -11/+12 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -1/+1 |
| 2021-10-30 | Remove underlines from non-top docblocks. | Jacob Hoffman-Andrews | -2/+9 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -2/+4 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -2/+4 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -89/+121 |
| 2021-10-29 | Don't display "Methods from Deref<...>" if no method is display (the ones whi... | Guillaume Gomez | -3/+9 |
| 2021-10-29 | Remove the Rc wrapping of deref_id_map | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -15/+76 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -5/+5 |
| 2021-10-27 | Rollup merge of #90278 - notriddle:notriddle/highlight-ptr, r=jyn541,Guillaum... | Matthias Krüger | -8/+23 |
| 2021-10-27 | Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez | Matthias Krüger | -21/+47 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -20/+20 |
| 2021-10-26 | rustdoc: use ttf based font for cjk glyphs | Shinwoo Park | -21/+47 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -5/+5 |
| 2021-10-25 | Auto merge of #89430 - GuillaumeGomez:rustdoc-clippy-lints, r=jyn514,camelid,... | bors | -119/+98 |
| 2021-10-25 | rustdoc: use better highlighting for *const, *mut, and &mut | Michael Howell | -8/+23 |