| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -0/+51 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -33/+51 |
| 2020-09-03 | rustdoc: fix min_const_generics with ty::Param | Bastian Kauschke | -0/+6 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -0/+72 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -0/+33 |
| 2020-09-01 | Use "Fira Sans" for crate list font | Camelid | -2/+2 |
| 2020-08-30 | Improve tests | Joshua Nelson | -4/+18 |
| 2020-08-30 | rustdoc: do not use plain summary for trait impls | Andy Russell | -0/+72 |
| 2020-08-30 | Comment out test for generated docs until rustdoc changes its behavior around... | Joshua Nelson | -3/+12 |
| 2020-08-30 | Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov | bors | -2/+0 |
| 2020-08-30 | Auto merge of #76093 - jyn514:prim-assoc-items, r=Manishearth | bors | -0/+5 |
| 2020-08-29 | Fix intra-doc links for associated constants | Joshua Nelson | -0/+5 |
| 2020-08-29 | Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomez | bors | -6/+6 |
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -2/+0 |
| 2020-08-29 | [WIP] Fix intra-doc links on pub re-exports | Joshua Nelson | -0/+8 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -5/+21 |
| 2020-08-27 | Remove dependency on StringReader from rustdoc highlighter | Aleksey Kladov | -6/+6 |
| 2020-08-23 | Update primitive test to match the new behavior | Joshua Nelson | -8/+8 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -0/+86 |
| 2020-08-19 | Add test for f32 and f64 methods | Joshua Nelson | -2/+20 |