| Age | Commit message (Expand) | Author | Lines |
| 2018-02-22 | Fix rustdoc test ICE | Guillaume Gomez | -0/+23 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -0/+40 |
| 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 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -12/+3 |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -0/+40 |
| 2018-01-09 | Rollup merge of #47263 - ollie27:rustdoc_private_macro_import, r=GuillaumeGomez | kennytm | -0/+20 |
| 2018-01-09 | Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer... | kennytm | -0/+18 |
| 2018-01-08 | rustdoc: Don't import macros from private imports | Oliver Middleton | -0/+20 |
| 2018-01-07 | Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomez | bors | -0/+5 |
| 2018-01-06 | wherein careful doc-decoration arithmetic proves quite the ICE-breaker | Zack M. Davis | -0/+18 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -0/+12 |
| 2017-12-30 | Hard break for rust-lang/rust#46976 | Christopher Durham | -0/+12 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -0/+34 |
| 2017-12-27 | rustdoc: Add missing src links for generic impls on trait pages | Oliver Middleton | -0/+5 |
| 2017-12-24 | Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddyb | bors | -0/+34 |
| 2017-12-23 | Testcase for const-eval array lengths | Wilco Kusee | -0/+34 |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -0/+1 |
| 2017-12-22 | Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavus | kennytm | -0/+45 |
| 2017-12-21 | Escape more items in the sidebar when needed | Guillaume Gomez | -0/+45 |
| 2017-12-20 | Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus | kennytm | -0/+23 |
| 2017-12-20 | Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavus | kennytm | -0/+32 |
| 2017-12-19 | test for missing_doc in the external_doc test | QuietMisdreavus | -0/+1 |
| 2017-12-19 | Add a test for `--sort-modules-by-appearance` | varkor | -0/+23 |
| 2017-12-18 | Add tests for hidden types | Guillaume Gomez | -0/+32 |
| 2017-12-18 | Fix ?Sized where bound not being displayed at the correct place | Guillaume Gomez | -0/+16 |
| 2017-12-03 | Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus | bors | -0/+105 |
| 2017-12-02 | Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavus | bors | -0/+23 |
| 2017-12-02 | Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavus | kennytm | -0/+34 |
| 2017-12-02 | Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebank | kennytm | -0/+15 |
| 2017-11-30 | Fix htmldocck naming | Christian Duerr | -2/+2 |
| 2017-11-30 | Hide trait impl with private trait type parameter | Christian Duerr | -0/+19 |
| 2017-11-30 | Show hidden items with rustdoc's document-private | Christian Duerr | -0/+15 |
| 2017-11-30 | rustc: Filter out bogus extern crate warnings | Alex Crichton | -0/+15 |
| 2017-11-30 | Fix rustoc item summaries that are headers | Christian Duerr | -0/+13 |