| Age | Commit message (Expand) | Author | Lines |
| 2021-11-05 | Auto merge of #90598 - JohnTitor:rollup-kz1qioz, r=JohnTitor | bors | -3/+9 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -26/+33 |
| 2021-11-05 | Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jsha | Yuki Okushi | -3/+9 |
| 2021-11-04 | Fix ICE when rustdoc is scraping examples inside of a proc macro | Will Crichton | -9/+20 |
| 2021-11-04 | Sort scraped call locations before serializing | Will Crichton | -1/+14 |
| 2021-11-04 | Fix missing bottom border for headings in sidebar | Guillaume Gomez | -3/+9 |
| 2021-11-04 | rustdoc: Use conditional for _stripped fold | Michael Howell | -8/+16 |
| 2021-11-03 | Auto merge of #90475 - camelid:docvisitor, r=notriddle | bors | -125/+218 |
| 2021-11-03 | Auto merge of #90517 - willcrichton:example-analyzer, r=jyn514 | bors | -16/+23 |
| 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-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -3/+6 |
| 2021-11-01 | List all cases explicitly in `Doc{Folder,Visitor}` | Noah Lev | -6/+45 |
| 2021-10-31 | Fix `RefCell` `BorrowMut` error in `DocVisitor` | Noah Lev | -10/+10 |
| 2021-10-31 | Convert more impls of `DocFolder` to `DocVisitor` | Noah Lev | -27/+26 |
| 2021-10-31 | Convert many impls of `DocFolder` to `DocVisitor` | Noah Lev | -38/+39 |
| 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 | rustdoc: Add `DocVisitor` | Noah Lev | -15/+66 |
| 2021-10-31 | rustdoc: Replace wildcard with explicit pattern | Noah Lev | -1/+1 |
| 2021-10-31 | rustdoc: Remove unnecessary clone in `DocFolder` | Noah Lev | -2/+1 |
| 2021-11-01 | Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -2/+18 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -14/+12 |
| 2021-10-31 | Merge `DocContext.{ty,lt,ct}_substs` into one map | Noah Lev | -35/+45 |
| 2021-10-31 | Reduce rightward drift | Noah Lev | -78/+75 |
| 2021-10-31 | Extract function for expanding private type aliases | Noah Lev | -91/+98 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -20/+31 |
| 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 | -27/+128 |
| 2021-10-30 | Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomez | Guillaume Gomez | -2/+9 |
| 2021-10-30 | rustdoc: Stop sorting external crates | Noah Lev | -2/+1 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -14/+16 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -5/+8 |
| 2021-10-30 | rustdoc: Document that `Crate` is always local | Noah Lev | -0/+3 |
| 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 | -7/+6 |
| 2021-10-30 | Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came... | bors | -89/+124 |
| 2021-10-29 | rustdoc: Add static size assertion for `clean::Crate` | Noah Lev | -0/+4 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -7/+6 |
| 2021-10-29 | Fix rare ICE during typeck in rustdoc scrape_examples | Will Crichton | -2/+18 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -89/+124 |
| 2021-10-29 | Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514 | bors | -11/+2 |
| 2021-10-29 | Fix panic when documenting libproc-macro | Guillaume Gomez | -13/+10 |
| 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 | Add tests for recursive deref | Guillaume Gomez | -4/+7 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -16/+111 |
| 2021-10-28 | rustdoc: Remove a single-use macro | Noah Lev | -10/+1 |