| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Rollup merge of #60773 - Aaron1011:fix/rustdoc-project-all, r=eddyb | Mazdak Farrokhzad | -0/+35 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+3 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -4/+18 |
| 2019-05-19 | Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy | bors | -0/+30 |
| 2019-05-18 | Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth | bors | -2/+2 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -0/+30 |
| 2019-05-13 | Always try to project predicates when finding auto traits in rustdoc | Aaron Hill | -0/+35 |
| 2019-05-06 | add test for `async move` in a doctest | QuietMisdreavus | -0/+14 |
| 2019-05-06 | update playground url tests with new edition behavior | QuietMisdreavus | -4/+4 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+3 |
| 2019-05-03 | use span instead of div for since version | Andy Russell | -3/+2 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-04-26 | Make "Implementations on Foreign Types" items in sidebar link to specific impls | Dmitry Murzin | -0/+16 |
| 2019-04-26 | Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=Manishearth | Mazdak Farrokhzad | -0/+3 |
| 2019-04-24 | Remove useless code and update index page test | Guillaume Gomez | -0/+3 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -1/+1 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -6/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -11/+0 |
| 2019-04-19 | Update test | Guillaume Gomez | -2/+2 |
| 2019-04-16 | Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+4 |
| 2019-04-15 | use --static-root-path for settings.js | QuietMisdreavus | -0/+4 |
| 2019-04-14 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -15/+62 |
| 2019-04-11 | Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez | bors | -0/+18 |
| 2019-04-03 | Add test from #59033 | Guillaume Gomez | -0/+6 |
| 2019-04-03 | Fix explicit_predicates_of | Guillaume Gomez | -1/+1 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -0/+7 |
| 2019-03-21 | Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus | bors | -0/+15 |
| 2019-03-15 | overhaul intra-doc-link ambiguity warning | Andy Russell | -1/+2 |
| 2019-03-14 | Add default keyword handling in rustdoc | Guillaume Gomez | -0/+15 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -4/+3 |
| 2019-03-06 | add test for spurious intra-doc link warning | QuietMisdreavus | -0/+18 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -1/+1 |
| 2019-02-23 | rustdoc: support methods on primitives in intra-doc links | Trevor Spiteri | -0/+3 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -0/+5 |
| 2019-02-20 | Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez | kennytm | -0/+24 |
| 2019-02-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre Bogus | -0/+24 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -7/+17 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+14 |
| 2019-02-13 | Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov | Mazdak Farrokhzad | -0/+5 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -2/+2 |
| 2019-02-12 | respect alternate flag when formatting impl trait | Andy Russell | -0/+5 |
| 2019-02-11 | Add rustdoc index page test for future deprecation attributes | varkor | -0/+2 |
| 2019-02-11 | Add a rustdoc test for future rustc_deprecated attributes | varkor | -0/+11 |
| 2019-02-11 | Update existing rustdoc test | varkor | -1/+1 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-10 | Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=Manishearth | Guillaume Gomez | -0/+21 |
| 2019-02-10 | Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomez | Guillaume Gomez | -7/+28 |
| 2019-02-10 | Remove spotlight for trait aliases and fix nits | Guillaume Gomez | -1/+1 |
| 2019-02-10 | Add trait alias support in rustdoc | Guillaume Gomez | -0/+21 |
| 2019-02-09 | put back macro redirect | Guillaume Gomez | -1/+1 |