| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -7/+2 |
| 2022-08-11 | Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_... | Matthias Krüger | -42/+98 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -79/+75 |
| 2022-08-11 | Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez | Matthias Krüger | -23/+8 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -7/+2 |
| 2022-08-10 | rustdoc: make item-infos dimmer on dark theme #93896 | Jacob Hoffman-Andrews | -23/+8 |
| 2022-08-10 | Add missing ID into the ID map | Guillaume Gomez | -1/+2 |
| 2022-08-10 | Two small improvements: | Frank Steffahn | -3/+2 |
| 2022-08-10 | Improve crate selection on rustdoc search results page | Frank Steffahn | -41/+97 |
| 2022-08-10 | remove Clean trait implementation for hir::GenericArgs | Guillaume Gomez | -30/+38 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -172/+175 |
| 2022-08-10 | Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr | bors | -216/+295 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -79/+75 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -9/+10 |
| 2022-08-10 | Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddle | Matthias Krüger | -17/+54 |
| 2022-08-10 | Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPC | Matthias Krüger | -105/+108 |
| 2022-08-10 | Rollup merge of #100281 - GuillaumeGomez:rm-clean-impls-3, r=notriddle | Matthias Krüger | -69/+62 |
| 2022-08-10 | Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid | Matthias Krüger | -18/+12 |
| 2022-08-10 | Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha | Matthias Krüger | -7/+59 |
| 2022-08-09 | Auto merge of #100150 - notriddle:notriddle/implementors-js, r=GuillaumeGomez | bors | -22/+73 |
| 2022-08-09 | Prevent impl blocks containing only private items to be documented by default | Guillaume Gomez | -17/+54 |
| 2022-08-09 | remove Clean trait implementation for ast::Module | Guillaume Gomez | -69/+62 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -0/+9 |
| 2022-08-09 | Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,Guillaume... | Dylan DPC | -61/+59 |
| 2022-08-09 | Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr | bors | -58/+64 |
| 2022-08-09 | Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -58/+64 |
| 2022-08-09 | Auto merge of #100205 - cjgillot:noice-doc, r=camelid | bors | -10/+18 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -6/+12 |
| 2022-08-08 | remove Clean trait implementation for hir::Generics | Guillaume Gomez | -68/+67 |
| 2022-08-08 | remove Clean trait implementation for hir::ImplItem | Guillaume Gomez | -39/+43 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+9 |
| 2022-08-07 | remove Clean trait implementation for ty::Predicate | Guillaume Gomez | -22/+23 |
| 2022-08-07 | remove Clean trait implementation for hir::WherePredicate | Guillaume Gomez | -36/+41 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+43 |
| 2022-08-06 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+7 |
| 2022-08-06 | Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddle | Matthias Krüger | -48/+42 |
| 2022-08-06 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -7/+1 |
| 2022-08-06 | remove Clean trait implementation for hir::GenericBound | Guillaume Gomez | -41/+41 |
| 2022-08-05 | rustdoc: use serde, which can escape strings more quickly | Michael Howell | -35/+15 |
| 2022-08-05 | Rollup merge of #100166 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Dylan DPC | -64/+65 |
| 2022-08-05 | rustdoc: reduce the number of intermediate Strings allocated | Michael Howell | -13/+22 |
| 2022-08-05 | remove Clean trait implementation for hir::TraitItem | Guillaume Gomez | -51/+51 |
| 2022-08-05 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -13/+14 |
| 2022-08-04 | rustdoc: use `collect()` instead of repeatedly pushing to bounds | Michael Howell | -12/+12 |
| 2022-08-04 | rustdoc: use `collect()` instead of repeatedly pushing to bindings | Michael Howell | -5/+5 |
| 2022-08-04 | rustdoc: use a more compact encoding for implementors/trait.*.js | Michael Howell | -21/+83 |
| 2022-08-04 | remove Clean trait implementation for hir::TraitRef | Guillaume Gomez | -8/+6 |
| 2022-08-04 | remove Clean trait implementation for hir::FnRetTy | Guillaume Gomez | -10/+5 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -1/+4 |