| Age | Commit message (Expand) | Author | Lines |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -0/+13 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -1/+61 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -0/+8 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -0/+34 |
| 2022-03-03 | add tests | Michael Goulet | -0/+34 |
| 2022-03-03 | Rollup merge of #94550 - GuillaumeGomez:HKF-macros, r=notriddle | Matthias Krüger | -0/+21 |
| 2022-03-03 | Add test for higher kinded functions generated by macros | Guillaume Gomez | -0/+21 |
| 2022-03-03 | Rollup merge of #94101 - notriddle:notriddle/strip-test-cases, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2022-02-27 | Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddle | Matthias Krüger | -0/+20 |
| 2022-02-27 | Add test to ensure that links to impls are correctly generated | Guillaume Gomez | -0/+20 |
| 2022-02-22 | Add test for infinite redirection | Guillaume Gomez | -0/+29 |
| 2022-02-22 | Add ui test | Deadbeef | -0/+60 |
| 2022-02-22 | Bless rustdoc test | Deadbeef | -1/+1 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -0/+9 |
| 2022-02-19 | Add rustdoc test for const computed value | Guillaume Gomez | -0/+9 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+40 |
| 2022-02-17 | rustdoc: add test cases for hidden enum variants | Michael Howell | -0/+9 |
| 2022-02-16 | Update rustdoc tests to adapt to changes to the sidebar | Guillaume Gomez | -33/+33 |
| 2022-02-13 | rustdoc: Consider enum variants when resolving assoc items in doc links | Vadim Petrochenkov | -0/+8 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -1/+1 |
| 2022-02-08 | Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-02-07 | Update rustdoc test | Guillaume Gomez | -1/+1 |
| 2022-02-05 | Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoerister | bors | -0/+19 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -98/+99 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+19 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -98/+99 |
| 2022-02-01 | Add test to ensure lifetime is not elided in type alias | Guillaume Gomez | -0/+5 |
| 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 |