| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+7 |
| 2022-02-04 | Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #93632 - matthiaskrgr:rustdoclippy2, r=GuillaumeGomez | Matthias Krüger | -13/+7 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -58/+108 |
| 2022-02-03 | rustdoc: remove unused Hash impl | Michael Howell | -1/+1 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -13/+7 |
| 2022-02-03 | Add filter-crate URL parameter | Guillaume Gomez | -47/+97 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -1/+2 |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -12/+12 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -3/+13 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+1 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -35/+28 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -17/+10 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -8/+10 |
| 2022-02-01 | Fix unicode slicing bug | Michael Howell | -3/+3 |
| 2022-02-01 | In retrospect, MachineApplicable is probably too confident | Michael Howell | -1/+1 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -9/+73 |
| 2022-02-01 | Include all contents of first line of scraped item | Will Crichton | -1/+4 |
| 2022-02-01 | Remove "up here" arrow on item-infos | Jacob Hoffman-Andrews | -20/+24 |
| 2022-02-01 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-02-01 | librustdoc: inline and forward all methods for `impl Write for Buffer` | Muhammad Falak R Wani | -0/+11 |
| 2022-02-01 | librustdoc: impl core::fmt::Write for rustdoc::html::render::Buffer | Muhammad Falak R Wani | -0/+6 |
| 2022-02-01 | Fix lifetime elision in type aliases | Guillaume Gomez | -3/+13 |
| 2022-01-31 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -8/+10 |
| 2022-01-31 | Rollup merge of #93444 - camelid:rustdoc-css-cleanup, r=GuillaumeGomez,jsha | Matthias Krüger | -7/+8 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -49/+51 |
| 2022-01-30 | Rollup merge of #93183 - jsha:mobile-nav-fixes, r=GuillaumeGomez | Eric Huss | -3/+16 |
| 2022-01-30 | Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez | Eric Huss | -53/+242 |
| 2022-01-29 | rustdoc: small fixes to mobile navigation | Jacob Hoffman-Andrews | -3/+16 |
| 2022-01-30 | Rollup merge of #93441 - notriddle:notriddle/collect-crate-doc-links-very-ear... | Matthias Krüger | -0/+11 |
| 2022-01-30 | Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G... | Matthias Krüger | -2/+2 |
| 2022-01-29 | Fix some CSS warnings and errors from VS Code | Noah Lev | -7/+8 |
| 2022-01-29 | Rollup merge of #93299 - GuillaumeGomez:dot-separator-no-source, r=jsha | Matthias Krüger | -3/+4 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+11 |
| 2022-01-28 | Same code for ty and hir impl items | Rune Tynan | -16/+16 |
| 2022-01-28 | Remove now-unnecessary blanket impl HIR check | Rune Tynan | -22/+5 |
| 2022-01-28 | Set visibility to inherited in trait impls to match HIR | Rune Tynan | -1/+10 |
| 2022-01-28 | add allow_fail field in TestDesc to pass check | yuhaixin.hx | -0/+2 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -14/+0 |
| 2022-01-28 | Remove extra empty doc line | Guillaume Gomez | -1/+0 |
| 2022-01-27 | rustdoc: remove tooltip from source link | Michael Howell | -2/+2 |
| 2022-01-26 | Convert empty tuple to DefaultReturn in ty path | Rune Tynan | -1/+8 |
| 2022-01-26 | Don't use is_local to determine function cleaning method call intent | Rune Tynan | -6/+5 |
| 2022-01-26 | Rollup merge of #93338 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-01-26 | Update minifier crate version to 0.0.42 | Guillaume Gomez | -1/+1 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -33/+108 |
| 2022-01-25 | Rollup merge of #93291 - conradludgate:minor-fix-93231, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-25 | Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -7/+6 |