| Age | Commit message (Expand) | Author | Lines |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -9/+9 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -9/+9 |
| 2022-07-06 | Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddle | Guillaume Gomez | -2/+0 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -14/+41 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -2/+0 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -0/+9 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -2/+6 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -1/+1 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -3/+2 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -27/+34 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -9/+10 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -9/+10 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -6/+6 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -4/+1 |
| 2022-05-10 | update rustdoc | lcnr | -1/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -12/+90 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -1/+6 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -12/+90 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -32/+32 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -75/+85 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -1/+1 |
| 2022-04-01 | Fix invalid DOM generation | Guillaume Gomez | -2/+2 |
| 2022-03-30 | Remove unneeded `to_string` call | Guillaume Gomez | -1/+1 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -10/+12 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -10/+12 |
| 2022-03-21 | fix: add a space only in front of 🔒 | Maximilian Köhl | -2/+2 |
| 2022-03-21 | move the 🔒 after the name | Maximilian Köhl | -1/+1 |
| 2022-03-19 | apply rustfmt | Maximilian Köhl | -2/+4 |
| 2022-03-19 | rustdoc: add 🔒 to indicate restricted visibility | Maximilian Köhl | -3/+10 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -5/+5 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -17/+15 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -1/+3 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -12/+8 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -7/+7 |
| 2022-02-01 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -3/+3 |
| 2022-01-14 | Use UrlPartsBuilder and remove `join_with_slash` | Noah Lev | -14/+16 |
| 2022-01-14 | rustdoc: remove many unnecessary `.as_ref()` calls. | Nicholas Nethercote | -38/+29 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -15/+12 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -3/+3 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -5/+14 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -12/+5 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -5/+3 |