| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -3/+6 |
| 2021-11-16 | Go back to loading all external crates unconditionally | Joshua Nelson | -3/+36 |
| 2021-11-16 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -4/+27 |
| 2021-11-16 | Fix documentation header sizes | Jacob Hoffman-Andrews | -5/+5 |
| 2021-10-21 | Apply documentation suggestions from code review | Urgau | -3/+3 |
| 2021-10-21 | Oops, inverted condition, fix that | Loïc BRANSTETT | -1/+1 |
| 2021-10-21 | Deduplicate macro_rules! from module_exports when documenting them | Loïc BRANSTETT | -3/+11 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -6/+4 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -6/+4 |
| 2021-10-16 | Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types... | Matthias Krüger | -1/+1 |
| 2021-10-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+1 |
| 2021-10-14 | Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddle | bors | -16/+79 |
| 2021-10-13 | Improve code readability for sidebar links | Guillaume Gomez | -16/+48 |
| 2021-10-12 | List associated constants in the sidebar | Guillaume Gomez | -7/+38 |
| 2021-10-12 | rustdoc: update noto sans kr | Shinwoo Park | -13/+14 |
| 2021-10-11 | Cleanup .item-table CSS | Stefan Schindler | -1/+1 |
| 2021-10-11 | Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8 | Matthias Krüger | -2/+0 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-11 | Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha | Matthias Krüger | -0/+4 |
| 2021-10-10 | Remove unused CSS rule | Guillaume Gomez | -2/+0 |
| 2021-10-10 | Fix <code> blocks in doc blocks display on mobile | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -1/+1 |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -55/+113 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -514/+415 |
| 2021-10-09 | Remove some stray whitespace. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-10-09 | Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=... | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -15/+23 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+96 |
| 2021-10-08 | Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez | Guillaume Gomez | -2/+1 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomez | Guillaume Gomez | -6/+25 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-08 | Remove special-casing of never primitive in rustdoc-json-types | Loïc BRANSTETT | -2/+1 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -1/+2 |
| 2021-10-07 | Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -10/+73 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -105/+217 |
| 2021-10-06 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -27/+10 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -8/+16 |
| 2021-10-06 | Restore h1 styles, which got accidentally removed. | Mukund Lakshman | -3/+3 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -1/+2 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -9/+36 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -9/+54 |
| 2021-10-04 | Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG... | Manish Goregaokar | -21/+17 |
| 2021-10-04 | Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 | Manish Goregaokar | -3/+23 |
| 2021-10-04 | Rollup merge of #89474 - camelid:better-pass-name, r=jyn514 | Jubilee | -14/+14 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -59/+86 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -39/+35 |