| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Fix async-std at the price of breaking half the test suite | Joshua Nelson | -7/+0 |
| 2020-08-01 | Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomez | Manish Goregaokar | -28/+13 |
| 2020-07-31 | fix rustdoc generic param order | Bastian Kauschke | -28/+13 |
| 2020-07-31 | Make rustdoc share the logger initialization routine with rustc. | Oliver Scherer | -2/+2 |
| 2020-07-31 | Auto merge of #74955 - P1n3appl3:rustdoc-formats, r=GuillaumeGomez | bors | -16/+81 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -37/+31 |
| 2020-07-30 | Update driver to add json backend | Joseph Ryan | -16/+81 |
| 2020-07-30 | Rename the lint again | Manish Goregaokar | -2/+2 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -37/+31 |
| 2020-07-30 | Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth | bors | -4/+4 |
| 2020-07-29 | Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandry | bors | -1072/+1203 |
| 2020-07-29 | Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures | Manish Goregaokar | -2/+2 |
| 2020-07-29 | Pass by value | Joseph Ryan | -3/+3 |
| 2020-07-29 | Refactor DocFS to fix error handling bugs | Joseph Ryan | -55/+34 |
| 2020-07-29 | Fix some typos in src/librustdoc/clean/auto_trait.rs | Josh Triplett | -4/+4 |
| 2020-07-29 | Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2020-07-28 | Auto merge of #74855 - jyn514:separate-lints, r=Manishearth | bors | -90/+100 |
| 2020-07-28 | ayu theme: Change doccomment color to `#a1ac88` | Lzu Tao | -3/+2 |
| 2020-07-27 | private_items_doc_tests -> doc_test_lints | Joshua Nelson | -3/+3 |
| 2020-07-27 | Move `look_for_tests` to `private_items_doc_tests` | Joshua Nelson | -56/+61 |
| 2020-07-27 | Separate `missing_doc_code_examples` from intra-doc links | Joshua Nelson | -16/+21 |
| 2020-07-27 | More requested changes | Joseph Ryan | -89/+69 |
| 2020-07-27 | Make requested changes | Joseph Ryan | -20/+24 |
| 2020-07-27 | TODO -> FIXME | Joseph Ryan | -1/+1 |
| 2020-07-27 | Pull out more types from html | Joseph Ryan | -14/+16 |
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -752/+808 |
| 2020-07-27 | Refactor html backend to use generic interface | Joseph Ryan | -313/+409 |
| 2020-07-27 | Move `Error` and `RenderInfo` out of `html` module | Joseph Ryan | -71/+85 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -24/+14 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -35/+27 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -8/+9 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -12/+20 |
| 2020-07-27 | rustdoc | Bastian Kauschke | -31/+36 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -1/+1 |
| 2020-07-26 | Don't italicize comments in ayu theme | Jarek Samic | -1/+0 |
| 2020-07-24 | Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov | Yuki Okushi | -34/+13 |
| 2020-07-24 | Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez | Yuki Okushi | -1/+3 |
| 2020-07-24 | Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth | Yuki Okushi | -0/+12 |
| 2020-07-24 | Add right border bar to Dark and Light theme | Lzu Tao | -0/+2 |
| 2020-07-24 | ayu: Change to less luminous color | Lzu Tao | -1/+1 |
| 2020-07-22 | rustdoc: Add explanation when linting against public to private item links | Dennis Hamester | -0/+7 |
| 2020-07-22 | rustdoc: Always warn when linking from public to private items | Dennis Hamester | -5/+12 |
| 2020-07-22 | Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=Manishearth | Manish Goregaokar | -0/+10 |
| 2020-07-22 | Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514 | Manish Goregaokar | -181/+173 |
| 2020-07-22 | Fix tooltip position if the documentation starts with a code block | Guillaume Gomez | -0/+10 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -34/+13 |
| 2020-07-20 | refactor and reword intra-doc link errors | Andy Russell | -181/+173 |
| 2020-07-20 | Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=Manishearth | Manish Goregaokar | -0/+5 |
| 2020-07-20 | Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomez | Manish Goregaokar | -10/+0 |
| 2020-07-20 | Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomez | Manish Goregaokar | -3/+3 |