| Age | Commit message (Expand) | Author | Lines |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -0/+58 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -12/+12 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -0/+46 |
| 2018-03-27 | rustdoc: Add test for foreign impl trait with bounds | Manish Goregaokar | -0/+58 |
| 2018-03-27 | Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavus | kennytm | -0/+26 |
| 2018-03-26 | Add tests for items deprecated in the future | varkor | -0/+16 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -2/+0 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -1/+0 |
| 2018-03-24 | Fix impl assoc constant link not working | Guillaume Gomez | -0/+26 |
| 2018-03-24 | Add test for `impl Trait` in argument position | Shotaro Yamada | -0/+46 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -0/+18 |
| 2018-03-21 | add target_feature items to doc_cfg rustdoc test | QuietMisdreavus | -0/+24 |
| 2018-03-19 | Fix automatic urls with backticks | Guillaume Gomez | -0/+18 |
| 2018-03-13 | Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavus | kennytm | -0/+20 |
| 2018-03-09 | Remove auto trait implementation section when empty | Guillaume Gomez | -0/+20 |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -0/+19 |
| 2018-02-28 | Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM... | kennytm | -0/+26 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -0/+36 |
| 2018-02-24 | Fix auto trait impl rustdoc ice | Guillaume Gomez | -0/+26 |
| 2018-02-21 | add test for issue 48414 ICE | QuietMisdreavus | -0/+36 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -0/+23 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -0/+12 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -0/+23 |
| 2018-02-19 | Sort synthetic impls bounds before rendering | Aaron Hill | -5/+5 |
| 2018-02-18 | Add test | Manish Goregaokar | -0/+12 |
| 2018-02-18 | Remove extra space in test | Aaron Hill | -2/+2 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -4/+247 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -1/+1 |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -2/+0 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-17 | Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -2/+0 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -0/+40 |
| 2018-02-09 | fix playground test for newly-trimmed doctests | QuietMisdreavus | -2/+2 |
| 2018-02-07 | rustdoc: Hide `-> ()` in cross crate inlined Fn* bounds | Oliver Middleton | -0/+40 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -0/+16 |
| 2018-02-03 | Fix const evaluation ICE in rustdoc | Guillaume Gomez | -0/+22 |
| 2018-02-02 | Add regression test | Manish Goregaokar | -0/+16 |
| 2018-01-29 | rustdoc: Fix link title rendering with hoedown | Oliver Middleton | -0/+19 |
| 2018-01-26 | Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup | Alex Crichton | -0/+60 |
| 2018-01-25 | Add tests | Manish Goregaokar | -1/+20 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -0/+36 |
| 2018-01-23 | rustdoc: Hide methods from #[doc(masked)] crates from the search index | Oliver Middleton | -0/+60 |
| 2018-01-23 | rustdoc: Show when traits are auto traits | Oliver Middleton | -0/+36 |
| 2018-01-22 | value-namespace items require a marker, so emit an error | QuietMisdreavus | -3/+3 |
| 2018-01-22 | add ambiguity markers to the intra-links test | QuietMisdreavus | -0/+14 |
| 2018-01-22 | add a macro to the intra-links test | QuietMisdreavus | -8/+15 |
| 2018-01-22 | add basic test for rustdoc intra links | QuietMisdreavus | -0/+39 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -0/+40 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |