| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-08-19 | Add a test | Joshua Nelson | -0/+14 |
| 2020-08-18 | Add long cfg description to tooltip on short description | Wim Looman | -1/+17 |
| 2020-08-17 | Resolve true and false as booleans | Joshua Nelson | -0/+10 |
| 2020-08-12 | Auto merge of #75205 - Aaron1011:fix/auto-trait-proj-ice, r=nikomatsakis | bors | -0/+25 |
| 2020-08-10 | Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 | bors | -0/+9 |
| 2020-08-10 | Add test for rustc_const_unstable on methods | Guillaume Gomez | -0/+9 |
| 2020-08-09 | Give precedence to primitives over modules | Joshua Nelson | -1/+6 |
| 2020-08-09 | Render longhand multiple crate/target features nicer | Wim Looman | -2/+2 |
| 2020-08-09 | Improve rendering of crate features via doc(cfg) | Wim Looman | -5/+5 |
| 2020-08-08 | Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514 | Yuki Okushi | -0/+54 |
| 2020-08-08 | Cross-crate doc inlining test case for elided lifetime | Gary Guo | -14/+22 |
| 2020-08-07 | Display elided lifetime for external paths | Gary Guo | -0/+13 |
| 2020-08-07 | Display elided lifetime for non-reference type in doc | Gary Guo | -0/+33 |
| 2020-08-06 | Fix outdated code | Joshua Nelson | -3/+3 |
| 2020-08-06 | Improve tests | Joshua Nelson | -2/+11 |
| 2020-08-05 | Handle projection predicates in the param env for auto-trait docs | Aaron Hill | -0/+25 |
| 2020-08-02 | Don't mark associated items as traits | Joshua Nelson | -0/+3 |