| Age | Commit message (Expand) | Author | Lines |
| 2018-09-20 | Add test for doctest edition support | Philip Munksgaard | -0/+54 |
| 2018-09-18 | Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd... | Guillaume Gomez | -0/+1 |
| 2018-09-16 | Check the remaining nodes | Kazuyoshi Kato | -0/+4 |
| 2018-09-14 | Add a test to prevent regression | Kazuyoshi Kato | -0/+26 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -29/+4 |
| 2018-09-10 | Remove namespace for keywords | Guillaume Gomez | -0/+1 |
| 2018-09-09 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -0/+37 |
| 2018-09-06 | Fix hover on impls | Guillaume Gomez | -2/+4 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -3/+3 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -0/+18 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -3/+3 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -3/+3 |
| 2018-08-25 | Update tests | Guillaume Gomez | -26/+1 |
| 2018-08-22 | Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk | Guillaume Gomez | -0/+40 |
| 2018-08-21 | Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i... | bors | -0/+18 |
| 2018-08-21 | Fix missing impl trait display as ret type | Guillaume Gomez | -0/+40 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -7/+0 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -7/+0 |
| 2018-08-16 | Generate blanket implementations for reexported items as well | Guillaume Gomez | -0/+18 |
| 2018-08-16 | syntax: also warn about edition "umbrella" features being implied by --edition. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-08-09 | set the syntax edition in the driver's phase 1 | QuietMisdreavus | -0/+24 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -3/+0 |
| 2018-08-06 | Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb | bors | -0/+44 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -0/+29 |
| 2018-08-05 | Fix rustdoc test | varkor | -2/+0 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -1/+0 |
| 2018-08-04 | add tests for new intra-doc-link behavior | QuietMisdreavus | -0/+50 |
| 2018-08-04 | Strengthen tests | Guillaume Gomez | -0/+1 |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -0/+31 |
| 2018-08-02 | add rustdoc test for `everybody_loops` fix | QuietMisdreavus | -0/+29 |
| 2018-08-02 | Filter out duplicated trait predicates when generating auto traits | Aaron Hill | -0/+24 |
| 2018-08-02 | Fix rustdoc crash when 'static bound appears in struct declaration | Aaron Hill | -0/+20 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -4/+4 |
| 2018-07-22 | Improve code | Guillaume Gomez | -3/+3 |
| 2018-07-22 | Add new tests and fix old ones | Guillaume Gomez | -7/+31 |
| 2018-07-22 | Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum... | bors | -0/+39 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -0/+39 |
| 2018-07-17 | Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre... | kennytm | -0/+24 |
| 2018-07-14 | Pass edition flags to compiler from rustdoc as expected | Guillaume Gomez | -0/+24 |
| 2018-07-13 | add test for issue 52129 | QuietMisdreavus | -0/+18 |
| 2018-07-10 | rustdoc: Hide struct and enum variant constructor imports | Oliver Middleton | -0/+25 |
| 2018-07-06 | Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie... | bors | -0/+35 |
| 2018-07-03 | test for renaming re-exported macros | QuietMisdreavus | -0/+6 |
| 2018-06-28 | Prevent some markdown transformation on short docblocks | Guillaume Gomez | -0/+35 |
| 2018-06-17 | fix test pub-use-extern-macros | QuietMisdreavus | -1/+1 |
| 2018-06-17 | fix cross-crate-links test | QuietMisdreavus | -1/+1 |
| 2018-06-17 | rustdoc: import cross-crate macros alongside everything else | QuietMisdreavus | -0/+77 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -0/+26 |