| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-03 | Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -42/+34 |
| 2022-08-03 | Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomez | Matthias Krüger | -20/+31 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -1/+4 |
| 2022-08-03 | Remove index from Region::EarlyBound. | Camille GILLOT | -1/+1 |
| 2022-08-03 | Rustdoc-Json: Add and use `FromWithTcx` for `Vec` | Nixon Enraght-Moony | -33/+31 |
| 2022-08-03 | Rustdoc-Json: Extract `convert_lifetime` to function | Nixon Enraght-Moony | -6/+10 |
| 2022-08-03 | Rustdoc-Json: Document HRTB's on DynTrait | Nixon Enraght-Moony | -26/+22 |
| 2022-08-03 | remove Clean trait implementation for hir::IsAuto | Guillaume Gomez | -9/+0 |
| 2022-08-03 | remove Clean trait implementation for ty::Region | Guillaume Gomez | -33/+34 |
| 2022-08-03 | Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-08-03 | Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=... | Dylan DPC | -7/+12 |
| 2022-08-02 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -5/+7 |
| 2022-08-02 | Replace `* -> vec` with `-> vec` in docs | Noah Lev | -1/+1 |
| 2022-08-02 | rustdoc: use a more compact encoding for source-files.js | Michael Howell | -20/+31 |
| 2022-08-02 | Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC | Matthias Krüger | -34/+28 |
| 2022-08-02 | Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddle | Matthias Krüger | -19/+15 |
| 2022-08-02 | fix rustdoc regression | Ali MJ Al-Nasrawy | -1/+4 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -19/+15 |