| Age | Commit message (Expand) | Author | Lines |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -13/+39 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -39/+47 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+19 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -4/+4 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -33/+22 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -22/+24 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -1/+7 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -1/+1 |
| 2021-09-11 | Only take `tcx` when it's all that's needed | Noah Lev | -7/+12 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -1/+1 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -3/+48 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -24/+27 |
| 2021-09-10 | Rollup merge of #88632 - camelid:md-opts, r=CraftSpider | Manish Goregaokar | -9/+14 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -22/+19 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -2/+0 |
| 2021-09-09 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -11/+46 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -3/+48 |
| 2021-09-08 | Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider | bors | -1/+29 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+27 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -4/+8 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -1/+1 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -4/+18 |
| 2021-09-03 | Enable all main body Markdown options for summaries | Noah Lev | -2/+6 |
| 2021-09-03 | Use `summary_opts()` for Markdown summaries | Noah Lev | -8/+9 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -4/+18 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -1/+1 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -1/+1 |
| 2021-09-02 | Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum... | bors | -4/+3 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -38/+81 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -6/+0 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -4/+3 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -1/+1 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -17/+24 |
| 2021-08-31 | Apply suggestions | Deadbeef | -3/+2 |
| 2021-08-31 | Report variant size without the discriminant | Deadbeef | -7/+13 |
| 2021-08-31 | Apply suggestions | Deadbeef | -26/+18 |
| 2021-08-31 | Report Layout of enum variants | Deadbeef | -1/+35 |
| 2021-08-30 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+6 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -11/+33 |
| 2021-08-29 | Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddle | Guillaume Gomez | -1/+1 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -43/+270 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -17/+24 |