| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-20 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+12 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+6 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -21/+71 |
| 2022-01-06 | Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jsha | Matthias Krüger | -13/+7 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-06 | Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomez | Matthias Krüger | -1/+4 |
| 2022-01-05 | Simplify :target CSS selector | Guillaume Gomez | -12/+3 |
| 2022-01-05 | Fix font size for [src] links in headers | Guillaume Gomez | -1/+4 |
| 2022-01-05 | Make Run button visible on hover | Jacob Hoffman-Andrews | -1/+4 |
| 2022-01-05 | Rollup merge of #92448 - jsha:font-size-access, r=GuillaumeGomez | Matthias Krüger | -53/+58 |
| 2022-01-05 | Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514 | Matthias Krüger | -10/+15 |
| 2022-01-05 | Remove unsupported types in primitive_to_ty conversion, add FIXME note | Mahdi Dibaiee | -8/+3 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -21/+76 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -11/+17 |
| 2022-01-03 | Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelid | bors | -7/+9 |
| 2022-01-02 | Set font size proportional to user's font size | Jacob Hoffman-Andrews | -53/+58 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -7/+9 |
| 2021-12-31 | Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha | Matthias Krüger | -0/+10 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -61/+75 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -9/+10 |
| 2021-12-30 | Fix display of toggles on mobile | Guillaume Gomez | -0/+10 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -20/+19 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -6/+4 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -50/+54 |
| 2021-12-29 | Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelid | Matthias Krüger | -16/+25 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -20/+19 |
| 2021-12-28 | Auto merge of #92269 - vacuus:clean-generics-print, r=camelid | bors | -5/+6 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+2 |
| 2021-12-28 | Explain why struct fields are handled by assoc. item code | Noah Lev | -0/+12 |
| 2021-12-28 | Remove unused parameter | Noah Lev | -6/+5 |
| 2021-12-28 | Only special case struct fields for intra-doc links, not enum variants | Joshua Nelson | -16/+13 |
| 2021-12-28 | Update pulldown-cmark version to 0.9 | Guillaume Gomez | -9/+10 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -6/+4 |
| 2021-12-28 | Fix rustdoc::private_doc_tests lint for public re-exported items | avitex | -1/+1 |
| 2021-12-27 | Give clearer names to several search index functions | Noah Lev | -14/+26 |
| 2021-12-27 | Coalesce two arguments as `&Function` | Noah Lev | -6/+8 |
| 2021-12-27 | Make `search_index` functions private where possible | Noah Lev | -2/+2 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -19/+19 |
| 2021-12-27 | rustdoc: Remove some unnecessary `cache` parameters | Noah Lev | -24/+13 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -6/+6 |
| 2021-12-27 | intra-doc: Use an enum to represent URL fragments | Noah Lev | -78/+113 |
| 2021-12-27 | Remove needless `return` | Noah Lev | -1/+1 |
| 2021-12-25 | Remove unneeded call to `collect` | Roc Yu | -5/+6 |
| 2021-12-25 | Remove `String` allocation in loop | Roc Yu | -3/+1 |
| 2021-12-25 | Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514 | bors | -11/+2 |
| 2021-12-25 | Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514 | bors | -16/+7 |