| Age | Commit message (Expand) | Author | Lines |
| 2021-02-23 | Add tests for --generate-redirect-map option | Guillaume Gomez | -0/+29 |
| 2021-02-23 | Rollup merge of #79423 - camelid:smart-punct, r=jyn514 | Dylan DPC | -1/+31 |
| 2021-02-22 | Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514 | Yuki Okushi | -0/+38 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-20 | Use has for non-regexes | Michael Howell | -6/+6 |
| 2021-02-20 | Fix formatting for description rustdoc UI tests | Michael Howell | -9/+14 |
| 2021-02-20 | Add rustdoc UI tests for new description behaviour | Michael Howell | -0/+31 |
| 2021-02-20 | Add test for no src links on dummy spans | Guillaume Gomez | -0/+12 |
| 2021-02-19 | Add tests for !Sized trait display | Guillaume Gomez | -0/+17 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-02-13 | Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider | Yuki Okushi | -0/+6 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-12 | Add test to prevent src link regression | Guillaume Gomez | -0/+6 |
| 2021-02-11 | Fix injected errors when running doctests on a crate named after a keyword | Joshua Nelson | -1/+1 |
| 2021-02-11 | resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint | Vadim Petrochenkov | -2/+2 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -1/+1 |
| 2021-02-10 | Add regression test for #81289 | LeSeulArtichaut | -0/+18 |
| 2021-02-08 | Fix `@has` checks "no closing quotation" error | Camelid | -3/+3 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -1/+1 |
| 2021-02-07 | Test that code does not get smart-punctuated | Camelid | -0/+17 |
| 2021-02-07 | Enable smart punctuation | Camelid | -1/+14 |
| 2021-02-06 | Restore linking to itself in implementors section of trait page | LeSeulArtichaut | -1/+1 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -0/+13 |
| 2021-01-27 | rustdoc: Render HRTB correctly for bare functions | Camelid | -0/+29 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -0/+19 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -0/+19 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -0/+32 |
| 2021-01-21 | Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus | bors | -1/+1 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+1 |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+1 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -0/+37 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -15/+15 |
| 2021-01-12 | Simplify regression test | Tristan Dannenberg | -4/+3 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -0/+7 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -0/+9 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -0/+6 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -2/+0 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -0/+9 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -0/+6 |
| 2021-01-10 | Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy... | bors | -0/+95 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -2/+72 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -0/+26 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -6/+10 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -0/+40 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -0/+5 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -0/+5 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -0/+4 |