| Age | Commit message (Expand) | Author | Lines |
| 2022-01-30 | Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez | Eric Huss | -7/+53 |
| 2022-01-30 | Rollup merge of #93441 - notriddle:notriddle/collect-crate-doc-links-very-ear... | Matthias Krüger | -0/+30 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+30 |
| 2022-01-25 | Add test when there is no source code link after version | Guillaume Gomez | -0/+23 |
| 2022-01-21 | Fix spacing for `·` between stability and source | Jacob Hoffman-Andrews | -3/+2 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -3/+9 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -0/+13 |
| 2022-01-20 | Extra cfg_hide a bit to handle inner cfgs | Guillaume Gomez | -1/+1 |
| 2022-01-20 | Update doc_auto_cfg test | Guillaume Gomez | -2/+8 |
| 2022-01-20 | Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddle | Matthias Krüger | -0/+13 |
| 2022-01-20 | Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomez | Matthias Krüger | -1/+18 |
| 2022-01-19 | Add test for block doc comments | Guillaume Gomez | -0/+13 |
| 2022-01-18 | Add a more complete test of rustdoc macro_rules matcher rendering | David Tolnay | -0/+30 |
| 2022-01-18 | Convert macro-generated-macro snapshot to /text() using PR 92914 | David Tolnay | -6/+6 |
| 2022-01-18 | Move test of macro-generated macro with linebreak to snapshot | David Tolnay | -6/+7 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -4/+12 |
| 2022-01-18 | Extend rustdoc macro-generated-macro test | David Tolnay | -6/+13 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -6/+10 |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -0/+31 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -2/+42 |
| 2022-01-16 | Rollup merge of #92635 - camelid:yet-more-cleanup, r=Manishearth | Matthias Krüger | -5/+6 |
| 2022-01-15 | Add test for dot separator | Guillaume Gomez | -0/+31 |
| 2022-01-13 | rustdoc: add intra-doc trait impl test for extern types | Mahdi Dibaiee | -2/+23 |
| 2022-01-13 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -0/+19 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -1/+18 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -16/+30 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -2/+17 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -6/+6 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -2/+17 |
| 2022-01-10 | Enable ignored part of test | Noah Lev | -4/+5 |
| 2022-01-10 | Move two intra-doc-link tests into the `intra-doc` folder | Noah Lev | -1/+1 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -19/+21 |
| 2022-01-10 | Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c... | Matthias Krüger | -2/+12 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -6/+6 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -19/+21 |
| 2022-01-05 | add a test case for each supported primitive type | Mahdi Dibaiee | -3/+42 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -0/+7 |
| 2022-01-01 | Rollup merge of #92332 - GuillaumeGomez:where-clause-order, r=jsha | Matthias Krüger | -0/+15 |
| 2022-01-01 | Update mixed doc comments test | Guillaume Gomez | -0/+10 |
| 2022-01-01 | Add test for where clause order | Guillaume Gomez | -0/+15 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -6/+4 |
| 2021-12-28 | Add a test of rustdoc on macro-generated macro | David Tolnay | -0/+14 |
| 2021-12-28 | Fix invalid removal of backlines from doc comments | Guillaume Gomez | -2/+2 |
| 2021-12-27 | rustdoc: Preserve rendering of macro_rules matchers when possible | David Tolnay | -16/+16 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -19/+6 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -19/+6 |
| 2021-12-15 | Apply rust-logo class only on default logo | Jacob Hoffman-Andrews | -0/+14 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -2/+2 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -1/+0 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -2/+2 |