| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | Auto merge of #92177 - GuillaumeGomez:pattern-matching-outside-loop, r=camelid | bors | -6/+8 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -6/+10 |
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -30/+170 |
| 2021-12-21 | Move pattern matching outside of the loop | Guillaume Gomez | -6/+8 |
| 2021-12-20 | Move duplicates removal when generating results instead of when displaying them | Guillaume Gomez | -11/+13 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -11/+2 |
| 2021-12-19 | Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomez | Matthias Krüger | -11/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -41/+39 |
| 2021-12-19 | Auto merge of #91871 - camelid:urlpartsbuilder, r=GuillaumeGomez | bors | -17/+192 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -11/+2 |
| 2021-12-18 | Rollup merge of #91977 - GuillaumeGomez:unify-search-code, r=jsha | Matthias Krüger | -110/+102 |
| 2021-12-17 | Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomez | bors | -12/+4 |
| 2021-12-16 | Make loop more clear by renaming variables | Guillaume Gomez | -4/+8 |
| 2021-12-16 | Clean up search code and unify function returned values | Guillaume Gomez | -108/+96 |
| 2021-12-16 | Rollup merge of #91958 - jsha:rust-logo, r=GuillaumeGomez | Matthias Krüger | -18/+14 |
| 2021-12-15 | Apply rust-logo class only on default logo | Jacob Hoffman-Andrews | -18/+14 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -3/+3 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -3/+3 |
| 2021-12-15 | Rollup merge of #91905 - GuillaumeGomez:source-code-page-sidebar, r=jsha | Matthias Krüger | -2/+10 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -24/+24 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -17/+15 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -3/+3 |
| 2021-12-14 | Fix sidebar in source code page | Guillaume Gomez | -2/+10 |
| 2021-12-13 | rustdoc: Add `UrlPartsBuilder` | Noah Lev | -17/+192 |
| 2021-12-13 | Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2021-12-12 | Add -webkit-appearance: none to search input | Jacob Hoffman-Andrews | -0/+4 |
| 2021-12-11 | rustdoc: Remove unused `_default` parameter | Noah Lev | -12/+4 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -1/+1 |
| 2021-12-11 | Don't emit shared files when scraping dependencies | Will Crichton | -6/+10 |
| 2021-12-11 | Rollup merge of #91682 - camelid:alias-layout, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -9/+25 |
| 2021-12-08 | rustdoc: Show type layout for type aliases | Noah Lev | -0/+1 |
| 2021-12-08 | Rollup merge of #91667 - GuillaumeGomez:fix-index-itemtypes, r=notriddle | Matthias Krüger | -26/+28 |
| 2021-12-08 | Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomez | Matthias Krüger | -4/+4 |
| 2021-12-08 | Change associated type to use link color | Jacob Hoffman-Andrews | -5/+5 |
| 2021-12-08 | Fix indent of itemTypes in search.js | Guillaume Gomez | -26/+28 |
| 2021-12-07 | Add missing whitespace before disabled HTML attribute | Guillaume Gomez | -1/+1 |
| 2021-12-05 | Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha | bors | -170/+279 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -4/+4 |
| 2021-12-03 | Remove single-use `GenericParamDef::get_type` function | Noah Lev | -13/+13 |
| 2021-12-03 | rustdoc: Remove single-use `Lifetime::get_ref()` function | Noah Lev | -1/+1 |
| 2021-12-03 | Use fewer colors in rustdoc UI | Jacob Hoffman-Andrews | -57/+55 |
| 2021-12-03 | Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2021-12-02 | Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu | Matthias Krüger | -0/+4 |
| 2021-12-02 | Rename CSS class main-inner into width-limiter | Guillaume Gomez | -4/+4 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -24/+25 |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -7/+21 |
| 2021-12-02 | Transform const generics if the function uses rustc_legacy_const_generics | Guillaume Gomez | -0/+4 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -29/+78 |
| 2021-12-01 | address review | b-naber | -1/+1 |