| Age | Commit message (Expand) | Author | Lines |
| 2022-12-26 | Add test for non-rust code block hashtag prepended lines | Guillaume Gomez | -0/+37 |
| 2022-12-26 | Don't take into account hashtag prepended lines if not in rust code block | Guillaume Gomez | -3/+4 |
| 2022-12-09 | Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume... | Matthias Krüger | -10/+7 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -2/+2 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -25/+95 |
| 2022-12-08 | rustdoc: add GUI test case for docblock table colors | Michael Howell | -1/+1 |
| 2022-12-07 | rustdoc: clean up docblock table CSS | Michael Howell | -10/+7 |
| 2022-12-07 | Improve calculation of scraped example minimized height | Will Crichton | -5/+15 |
| 2022-12-07 | Revert crate_types change, add new bin_crate field | Will Crichton | -18/+22 |
| 2022-12-07 | Fix rustdoc error with no providec crate-type, fix scrape examples button col... | Will Crichton | -3/+9 |
| 2022-12-07 | Fix es-check | Will Crichton | -1/+1 |
| 2022-12-07 | Update scrape-examples help, fix documentation typos | Will Crichton | -9/+11 |
| 2022-12-07 | Include additional documentation for scrape-examples changes | Will Crichton | -2/+8 |
| 2022-12-07 | Only put title over example on large screens | Will Crichton | -10/+13 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -33/+72 |
| 2022-12-07 | Don't silently ignore errors that happen during rendering | Guillaume Gomez | -2/+2 |
| 2022-12-07 | Rollup merge of #105403 - notriddle:notriddle/item-stab-css, r=GuillaumeGomez | Matthias Krüger | -4/+2 |
| 2022-12-06 | rustdoc: simplify CSS selectors for item table `.stab` | Michael Howell | -4/+2 |
| 2022-12-06 | Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=Guillaum... | Matthias Krüger | -1/+0 |
| 2022-12-06 | rustdoc: remove redundant CSS `.import-item .stab { font-size }` | Michael Howell | -1/+0 |
| 2022-12-06 | Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil... | Matthias Krüger | -9/+2 |
| 2022-12-06 | Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=Guill... | Yuki Okushi | -2/+0 |
| 2022-12-06 | Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle | Yuki Okushi | -3/+5 |
| 2022-12-05 | rustdoc: simplify CSS selectors on top-doc and non-exhaustive toggles | Michael Howell | -9/+2 |
| 2022-12-05 | rustdoc: remove no-op mobile CSS `.sidebar { margin: 0; padding: 0 }` | Michael Howell | -2/+0 |
| 2022-12-05 | Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -499/+439 |
| 2022-12-03 | Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddle | bors | -33/+91 |
| 2022-12-03 | Rollup merge of #105189 - notriddle:notriddle/rustdoc-toggle-hideme, r=Guilla... | Yuki Okushi | -8/+2 |
| 2022-12-03 | Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,Guil... | Yuki Okushi | -52/+1 |
| 2022-12-02 | rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme` | Michael Howell | -8/+2 |
| 2022-12-02 | Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, ... | Matthias Krüger | -19/+10 |
| 2022-12-02 | Merge generics and where predicates and prevent duplicates in where predicates | Guillaume Gomez | -33/+91 |
| 2022-12-02 | Rustdoc-Json: Don't include foreign traits | Nixon Enraght-Moony | -52/+1 |
| 2022-12-02 | Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot | bors | -4/+1 |
| 2022-12-02 | Rollup merge of #105143 - notriddle:notriddle/scraped-example-list-font, r=Gu... | Matthias Krüger | -3/+1 |
| 2022-12-02 | Rollup merge of #105132 - GuillaumeGomez:migrate-summary-toggle-to-var, r=not... | Matthias Krüger | -8/+4 |
| 2022-12-02 | Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot | bors | -44/+60 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -4/+1 |
| 2022-12-01 | rustdoc: clean up help and settings button CSS | Michael Howell | -13/+8 |
| 2022-12-01 | rustdoc: clean up button-hiding mobile CSS | Michael Howell | -6/+2 |
| 2022-12-01 | rustdoc: use simpler CSS for setting the font on scraped examples | Michael Howell | -3/+1 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -1/+1 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -41/+57 |
| 2022-12-01 | Migrate summary toggle filter to CSS variable | Guillaume Gomez | -8/+4 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -2/+2 |
| 2022-12-01 | Rollup merge of #105088 - notriddle:notriddle/search-results-div-desc, r=Guil... | Matthias Krüger | -1/+0 |
| 2022-11-30 | Rollup merge of #105086 - notriddle:notriddle/sidebar-css, r=GuillaumeGomez | Matthias Krüger | -7/+5 |
| 2022-11-30 | Rollup merge of #105064 - notriddle:notriddle/main-min-width, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-11-30 | rustdoc: remove redundant CSS `div.desc { display: block }` | Michael Howell | -1/+0 |