| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | Fix rustdoc duplicated blanket impls issue | Guillaume Gomez | -4/+39 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -120/+121 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -120/+121 |
| 2022-04-16 | Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez | Dylan DPC | -30/+19 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -3/+6 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -30/+19 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -9/+9 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez | Dylan DPC | -85/+284 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -9/+9 |
| 2022-04-13 | Auto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r=Dylan-DPC | bors | -238/+370 |
| 2022-04-12 | Auto merge of #95905 - vacuus:markdown-render, r=GuillaumeGomez | bors | -2/+3 |
| 2022-04-12 | Rollup merge of #95316 - fmease:rustdoc-discr-req-prov-assoc-consts-tys, r=no... | Dylan DPC | -238/+370 |
| 2022-04-12 | Add Rustdoc book link to scrape examples help. Remove remaining panic | Will Crichton | -22/+51 |
| 2022-04-12 | Rollup merge of #95783 - notriddle:notriddle/doctest-signal, r=GuillaumeGomez | Mara Bos | -7/+1 |
| 2022-04-12 | Remove a `format` invocation | Roc Yu | -2/+3 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -238/+370 |
| 2022-04-12 | Rollup merge of #95909 - vacuus:theme-build-rule, r=GuillaumeGomez | Matthias Krüger | -7/+9 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -11/+1 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -11/+1 |
| 2022-04-10 | rustdoc: Reduce allocations in a `theme` function | Roc Yu | -7/+9 |
| 2022-04-09 | rustdoc: Reduce allocations in a `html::markdown` function | Roc Yu | -7/+5 |
| 2022-04-09 | Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomez | Dylan DPC | -4/+17 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -4/+17 |
| 2022-04-07 | rustdoc doctest: include signal number in exit status | Michael Howell | -7/+1 |
| 2022-04-07 | Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomez | bors | -99/+129 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -11/+2 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -99/+129 |
| 2022-04-06 | Switch item-info div to span to generate valid HTML | Guillaume Gomez | -3/+7 |
| 2022-04-06 | Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle | Dylan DPC | -1/+1 |
| 2022-04-05 | rustdoc changes for ~const Drop | Pietro Albini | -10/+2 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -1/+1 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -1/+1 |
| 2022-04-05 | Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr... | Dylan DPC | -2/+11 |
| 2022-04-05 | Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obk | Dylan DPC | -8/+45 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -4/+4 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -3/+10 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -8/+38 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+1 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -40/+5 |
| 2022-04-04 | Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p... | Guillaume Gomez | -2/+11 |
| 2022-04-03 | Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle | Dylan DPC | -1/+6 |
| 2022-04-03 | Fix display of attributes in rustdoc | Guillaume Gomez | -1/+6 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -8/+62 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -8/+62 |
| 2022-04-02 | Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddle | bors | -2/+2 |
| 2022-04-01 | Fix invalid DOM generation | Guillaume Gomez | -2/+2 |