| Age | Commit message (Expand) | Author | Lines |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -1/+1 |
| 2020-08-05 | Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obk | bors | -62/+53 |
| 2020-08-05 | Be smarter about error handling in `run()`. | Nicholas Nethercote | -6/+4 |
| 2020-08-05 | Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`. | Nicholas Nethercote | -1/+3 |
| 2020-08-05 | Avoid an unnecessary thread creation at rustdoc startup. | Nicholas Nethercote | -55/+46 |
| 2020-08-04 | Remove log alias from librustdoc | Ivan Tham | -1/+1 |
| 2020-08-04 | Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -27/+27 |
| 2020-08-02 | Fix logging for rustdoc | Joshua Nelson | -1/+1 |
| 2020-08-01 | Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomez | Manish Goregaokar | -28/+13 |
| 2020-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -1/+1 |
| 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 |