| Age | Commit message (Expand) | Author | Lines |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -0/+2 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -9/+7 |
| 2020-11-16 | Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez | Mara Bos | -0/+124 |
| 2020-11-15 | Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 | Dylan DPC | -0/+22 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -0/+124 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -0/+24 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+5 |
| 2020-11-13 | Fix wrong XPath | Alexis Bourget | -4/+6 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -2/+7 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+8 |
| 2020-11-12 | Add tests for rustdoc --check option | Guillaume Gomez | -0/+5 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+148 |
| 2020-11-12 | Use intradoc-links for the whole test, add a @has check | Poliorcetics | -1/+2 |
| 2020-11-12 | Ignore tidy linelength | Alexis Bourget | -0/+2 |
| 2020-11-12 | Add a test for r# identifiers | Alexis Bourget | -0/+17 |
| 2020-11-11 | add rustdoc test | Bastian Kauschke | -0/+148 |
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -7/+4 |
| 2020-11-05 | Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez | Mara Bos | -6/+6 |
| 2020-11-02 | Check predicates from blanket trait impls while testing if they apply | Wim Looman | -0/+24 |
| 2020-10-29 | Update tests | Guillaume Gomez | -0/+42 |
| 2020-10-26 | Add test for doc comments unindent fix | Guillaume Gomez | -0/+23 |
| 2020-10-25 | (rustdoc) fix test for trait impl display | Florian Warzecha | -6/+6 |
| 2020-10-23 | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 | Yuki Okushi | -0/+12 |
| 2020-10-17 | Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27 | Dylan DPC | -0/+7 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -19/+196 |
| 2020-10-13 | fixup! Avoid extraneous space between visibility kw and ident for statics | ayazhafiz | -3/+3 |
| 2020-10-13 | Avoid extraneous space between visibility kw and ident for statics | ayazhafiz | -0/+12 |
| 2020-10-12 | Add test for compiler reexports removal | Guillaume Gomez | -0/+7 |
| 2020-10-11 | Show summary lines on cross-crate re-exports | Joshua Nelson | -2/+23 |
| 2020-10-10 | Re-enable test case | Dániel Buga | -2/+1 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -0/+59 |
| 2020-10-09 | Move `@has` checks closer to corresponding doc comments | Camelid | -15/+19 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -2/+0 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -0/+11 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -0/+55 |
| 2020-10-08 | Use the new module information for intra-doc links | Joshua Nelson | -0/+18 |
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -19/+196 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -0/+11 |
| 2020-09-27 | Resolve `crate` properly across crates | Joshua Nelson | -0/+11 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+6 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -1/+1 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -0/+7 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -0/+2 |
| 2020-09-14 | Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 | bors | -0/+46 |
| 2020-09-13 | Auto merge of #76623 - slightlyoutofphase:master, r=jyn514 | bors | -3/+21 |
| 2020-09-13 | Add ui test for 74672 and 76571 | Lzu Tao | -0/+46 |
| 2020-09-12 | Give functions unique names | SlightlyOutOfPhase | -2/+2 |
| 2020-09-12 | Fix `const-display.rs` XPATH queries (#1) | SlightlyOutOfPhase | -3/+21 |
| 2020-09-12 | Rollup merge of #76297 - lcnr:const-ty-alias, r=varkor | Ralf Jung | -0/+6 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+31 |