| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -3/+25 |
| 2018-11-10 | Remove short doc where it starts with a codeblock | Guillaume Gomez | -3/+25 |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -0/+64 |
| 2018-11-07 | Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelix | kennytm | -0/+40 |
| 2018-11-03 | Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakis | Guillaume Gomez | -0/+256 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -4/+4 |
| 2018-11-02 | Don't show associated const items by default | Guillaume Gomez | -1/+1 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -0/+18 |
| 2018-11-02 | Add test for index-page | Guillaume Gomez | -0/+18 |
| 2018-11-01 | test that rustdoc doesn't overflow on a big enum | Alex Burka | -0/+256 |
| 2018-10-28 | Choose predicates without inference variables over those with them | Aaron Hill | -0/+40 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -13/+47 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -2/+2 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -0/+31 |
| 2018-10-26 | Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavus | kennytm | -13/+16 |
| 2018-10-25 | Check for negative impls when finding auto traits | Aaron Hill | -0/+27 |
| 2018-10-25 | fix a test comment | Ralf Jung | -1/+1 |
| 2018-10-25 | Addressed minor issues brought up in review. | Alexander Regueiro | -1/+1 |
| 2018-10-25 | Update rustdoc test | Oliver Schneider | -1/+1 |
| 2018-10-24 | This is a regression test for #54478. | Felix S. Klock II | -0/+42 |
| 2018-10-22 | Fix Rustdoc ICE when checking blanket impls | Aaron Hill | -0/+31 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -2/+2 |
| 2018-10-21 | Update failing test | Guillaume Gomez | -3/+3 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -4/+4 |
| 2018-10-12 | Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry | kennytm | -3/+3 |
| 2018-10-11 | Include rustdoc tests that have been fixed by #33133 | Philip Munksgaard | -3/+3 |
| 2018-10-10 | Fix typo in issue-13698.rs | Philip Munksgaard | -1/+1 |
| 2018-10-10 | Fix typo in deprecated_impls | Philip Munksgaard | -1/+1 |
| 2018-10-10 | Fix issue-46767 test | Philip Munksgaard | -1/+2 |
| 2018-10-10 | Use XPATH notation to match against flattened nodes | Philip Munksgaard | -2/+2 |
| 2018-10-05 | Fix empty-section.rs test | Philip Munksgaard | -1/+1 |
| 2018-10-05 | Fix redirect.rs test | Philip Munksgaard | -1/+2 |
| 2018-10-05 | Fix unneeded-trait-implementations-title test | Philip Munksgaard | -1/+1 |
| 2018-10-05 | Remove duplicate test line | Philip Munksgaard | -1/+0 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -5/+0 |
| 2018-10-04 | Add compile flags to playground-empty test | Philip Munksgaard | -0/+2 |
| 2018-10-04 | replace escape-rust-expr test with dont-show-const-contents | Philip Munksgaard | -4/+4 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -0/+126 |
| 2018-09-27 | check for proc-macros in "all items" | QuietMisdreavus | -0/+8 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -0/+171 |
| 2018-09-25 | add test for proc-macro re-export | QuietMisdreavus | -0/+64 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -0/+54 |
| 2018-09-25 | add regression test | Niko Matsakis | -0/+171 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -0/+54 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -0/+40 |
| 2018-09-20 | don't index trait impls if the trait isn't also documented | QuietMisdreavus | -0/+23 |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -4/+62 |
| 2018-09-20 | don't check visibility when inlining local impls | QuietMisdreavus | -0/+28 |
| 2018-09-20 | ignore rustdoc/doc-proc-macro on stage1 | QuietMisdreavus | -0/+2 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -3/+15 |