| Age | Commit message (Expand) | Author | Lines |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -89/+124 |
| 2021-10-29 | Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514 | bors | -11/+2 |
| 2021-10-29 | Fix panic when documenting libproc-macro | Guillaume Gomez | -13/+10 |
| 2021-10-29 | Don't display "Methods from Deref<...>" if no method is display (the ones whi... | Guillaume Gomez | -3/+9 |
| 2021-10-29 | Remove the Rc wrapping of deref_id_map | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Add tests for recursive deref | Guillaume Gomez | -4/+7 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -16/+111 |
| 2021-10-28 | rustdoc: Remove a single-use macro | Noah Lev | -10/+1 |
| 2021-10-28 | rustdoc: Switch to mainline rayon | Noah Lev | -1/+1 |
| 2021-10-27 | Improve perf measurements of `build_extern_trait_impl` | Noah Lev | -3/+3 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -5/+5 |
| 2021-10-27 | Rollup merge of #90278 - notriddle:notriddle/highlight-ptr, r=jyn541,Guillaum... | Matthias Krüger | -8/+23 |
| 2021-10-27 | Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez | Matthias Krüger | -21/+47 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -93/+62 |
| 2021-10-26 | Remove unneeded into_iter | Guillaume Gomez | -1/+1 |
| 2021-10-26 | rustdoc: use ttf based font for cjk glyphs | Shinwoo Park | -21/+47 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -5/+5 |
| 2021-10-25 | Auto merge of #89430 - GuillaumeGomez:rustdoc-clippy-lints, r=jyn514,camelid,... | bors | -221/+194 |
| 2021-10-25 | rustdoc: use better highlighting for *const, *mut, and &mut | Michael Howell | -8/+23 |
| 2021-10-25 | Fix scrollbars appearing on information tooltip on mac when they shouldn't | Guillaume Gomez | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -221/+194 |
| 2021-10-24 | Rollup merge of #90155 - jsha:outdent-methods, r=GuillaumeGomez,camelid | Matthias Krüger | -18/+10 |
| 2021-10-23 | Outdent method headings so they stand out | Jacob Hoffman-Andrews | -18/+10 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -30/+998 |
| 2021-10-22 | Fix another place that used `def_id_no_primitives()` | Noah Lev | -1/+1 |
| 2021-10-22 | Move def_id logic into render_call_locations | Will Crichton | -4/+3 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -31/+28 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -10/+19 |
| 2021-10-22 | Use `def_id_full()` where easily possible | Noah Lev | -7/+9 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -32/+20 |
| 2021-10-22 | Remove unused impl of `GetDefId` for `Option<T>` | Noah Lev | -10/+0 |
| 2021-10-22 | Remove `GetDefId` impl for `FnRetTy` | Noah Lev | -12/+5 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -15/+7 |
| 2021-10-21 | Remove unused impl of `GetDefId` for `Typedef` | Noah Lev | -10/+0 |
| 2021-10-21 | Fix docs for `inline::build_impl` | Noah Lev | -1/+1 |
| 2021-10-21 | Auto merge of #89998 - camelid:box-default, r=jyn514 | bors | -13/+17 |
| 2021-10-19 | Small scrape-example fixes | Will Crichton | -1/+6 |
| 2021-10-20 | Rollup merge of #90036 - jsha:less-rule, r=GuillaumeGomez | Yuki Okushi | -5/+8 |
| 2021-10-20 | Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha | Yuki Okushi | -126/+161 |
| 2021-10-18 | Reduce margin on h5 and h6 | Jacob Hoffman-Andrews | -1/+8 |
| 2021-10-19 | Rollup merge of #89867 - Urgau:fix-double-definition, r=GuillaumeGomez | Matthias Krüger | -3/+11 |
| 2021-10-18 | Remove border-bottom from most docblocks. | Jacob Hoffman-Andrews | -4/+0 |
| 2021-10-18 | rustdoc: Box `ty` field of `GenericParamDefKind::Const` | Noah Lev | -6/+6 |
| 2021-10-18 | rustdoc: Box `default` fields of `GenericParamDefKind` | Noah Lev | -10/+10 |
| 2021-10-18 | Prevent documentation page title to grow too big | Guillaume Gomez | -0/+1 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -126/+160 |
| 2021-10-18 | Rollup merge of #89989 - camelid:type-size, r=jyn514 | Matthias Krüger | -0/+4 |
| 2021-10-17 | Add static size assertion for `clean::GenericParamDef` | Noah Lev | -0/+4 |
| 2021-10-17 | Add static size assertion for `clean::Type` | Noah Lev | -0/+4 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |