| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Add a test case for inlining the docs of a macro reexport | Georg Semmler | -0/+28 |
| 2018-12-04 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -0/+15 |
| 2018-12-04 | Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd... | bors | -0/+23 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -0/+5 |
| 2018-11-30 | tests: remove ignore-stage1 where possible in proc_macro tests. | Eduard-Mihai Burtescu | -6/+0 |
| 2018-11-28 | Fix Tidy error | Aaron Hill | -1/+1 |
| 2018-11-28 | Filter out self-referential projection predicates | Aaron Hill | -0/+40 |
| 2018-11-28 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -0/+31 |
| 2018-11-24 | Add test for source files feature | Guillaume Gomez | -0/+15 |
| 2018-11-21 | Add test for sidebar link generation | Guillaume Gomez | -0/+23 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -3/+89 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -0/+27 |
| 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 |