| Age | Commit message (Expand) | Author | Lines |
| 2021-03-16 | Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa | bors | -0/+31 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -3/+3 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -0/+31 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -3/+3 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -2/+2 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+29 |
| 2021-03-02 | Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton | Yuki Okushi | -0/+32 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+1 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+2 |
| 2021-02-28 | Add a test in src/test/rustdoc/doc-cfg.rs | Dan Gohman | -0/+32 |
| 2021-02-28 | Update rustdoc test to make it work with newly added rustc passes | Guillaume Gomez | -0/+2 |
| 2021-02-27 | Move test file, add test of generated link | Lucas De Angelis | -0/+3 |
| 2021-02-26 | Fix intra-doc handling of `Self` in enum | Lucas De Angelis | -0/+8 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -0/+24 |
| 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 |