| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -7/+47 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -7/+47 |
| 2021-11-27 | Reduce the ICE | Deadbeef | -469/+1 |
| 2021-11-27 | Add ICE test | Deadbeef | -0/+472 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -3/+2 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -3/+2 |
| 2021-11-22 | Update issue-91134.stdout | Michael Howell | -1/+1 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -0/+23 |
| 2021-11-18 | rustdoc doctest: detect `fn main` after an unexpected semicolon | Michael Howell | -0/+42 |
| 2021-11-08 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -0/+30 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -0/+19 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -2/+2 |
| 2021-10-29 | Add tests for recursive deref | Guillaume Gomez | -0/+19 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+6 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -3/+6 |
| 2021-10-20 | Add test to ensure that the missing_doc_code_examples is not triggered on for... | Guillaume Gomez | -1/+10 |
| 2021-10-17 | Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid | Yuki Okushi | -1/+0 |
| 2021-10-16 | Remove FIXME since there is nothing to be fixed. | Guillaume Gomez | -1/+0 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-06 | Change serialized format to use DefPathHash instead of custom String | Will Crichton | -0/+3 |
| 2021-10-06 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -0/+35 |
| 2021-10-05 | Add test case for `doc_cfg_hide` feature gate | Joshua Nelson | -0/+21 |
| 2021-09-26 | Use the correct edition when syntax highlighting doctests | Joshua Nelson | -0/+38 |
| 2021-09-17 | Don't lint about missing code examples in derived traits | Hans | -0/+9 |
| 2021-09-14 | Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514 | bors | -0/+33 |
| 2021-09-14 | Add test for --display-doctest-warnings option | Guillaume Gomez | -0/+33 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -5/+5 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+7 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -38/+7 |
| 2021-09-10 | Add test for enum tuple variants and tuple struct doc count | Guillaume Gomez | -2/+71 |
| 2021-09-09 | Allow missing code examples in trait impls. | Hans Niklas Jacob | -0/+7 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -0/+19 |
| 2021-09-02 | rustdoc: Higher-ranked lifetimes can't have bounds | Noah Lev | -0/+19 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -0/+32 |
| 2021-08-28 | Update tests | inquisitivecrystal | -1/+1 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -0/+20 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -0/+20 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-16 | Move working checks into separate test files | Guillaume Gomez | -2/+8 |
| 2021-08-16 | Add UI tests for doc(test(...)) attribute checks | Guillaume Gomez | -0/+50 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -5/+5 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -55/+62 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+24 |
| 2021-07-29 | Auto merge of #87285 - GuillaumeGomez:intra-doc-span, r=estebank | bors | -92/+166 |
| 2021-07-29 | Update rustdoc-ui tests for intra-doc links errors | Guillaume Gomez | -92/+166 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -3/+3 |
| 2021-07-26 | Add test for enum item tuple fields documentation | Guillaume Gomez | -2/+2 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -1/+1 |