| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-08-01 | Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2020-07-31 | fix rustdoc generic param order | Bastian Kauschke | -2/+2 |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -27/+27 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -27/+27 |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -27/+27 |
| 2020-07-29 | handle ConstEquate in rustdoc | Bastian Kauschke | -0/+18 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -0/+37 |
| 2020-07-17 | Add test for module ambiguity | Manish Goregaokar | -0/+18 |
| 2020-07-16 | Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs | Manish Goregaokar | -2/+2 |
| 2020-07-16 | Add test for doc(hidden) intra-doc cross-crate reexports | Manish Goregaokar | -0/+29 |
| 2020-07-16 | Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-... | Manish Goregaokar | -4/+6 |
| 2020-07-16 | Fix invalid lint | Joshua Nelson | -11/+11 |
| 2020-07-16 | Add (broken and ignored) test for #73829 | Joshua Nelson | -2/+4 |