| Age | Commit message (Expand) | Author | Lines |
| 2023-06-24 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -43/+39 |
| 2023-05-27 | Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomez | Matthias Krüger | -42/+61 |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -2/+11 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -2/+11 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -43/+39 |
| 2023-05-27 | Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill... | Guillaume Gomez | -71/+223 |
| 2023-05-27 | Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri... | Guillaume Gomez | -2/+19 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -71/+223 |
| 2023-05-27 | Correctly handle multiple re-exports of bang macros at the same level | Guillaume Gomez | -3/+9 |
| 2023-05-27 | Rollup merge of #111927 - sladyn98:item-static, r=GuillaumeGomez | Matthias Krüger | -5/+9 |
| 2023-05-26 | Fix re-export of doc hidden macro not showing up | Guillaume Gomez | -1/+12 |
| 2023-05-26 | Formatted file correctly | sladynnunes | -1/+0 |
| 2023-05-26 | Fixed tests | sladynnunes | -4/+9 |
| 2023-05-26 | Fix failing CI | sladynnunes | -1/+1 |
| 2023-05-25 | Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomez | bors | -84/+51 |
| 2023-05-25 | Add `ItemTemplate` trait | Nicky Lim | -42/+61 |
| 2023-05-24 | Migrate item_static to Askama | sladynnunes | -1/+1 |
| 2023-05-24 | Auto merge of #111195 - GuillaumeGomez:fix-ice-intra-doc-link, r=petrochenkov | bors | -1/+1 |
| 2023-05-23 | Ignore "non-real" type Res in rustdoc intra doc link resolution | Guillaume Gomez | -1/+1 |
| 2023-05-22 | rustdoc: remove unneeded `position: relative` setting CSS | Michael Howell | -1/+0 |
| 2023-05-22 | rustdoc: merge identical CSS rules | Michael Howell | -5/+3 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -84/+51 |
| 2023-05-21 | rustdoc: include strikethrough in item summary | Lukas Markeffsky | -1/+9 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -18/+19 |
| 2023-05-17 | Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddle | Dylan DPC | -1/+1 |
| 2023-05-17 | Add missing backslash in HTML string | Guillaume Gomez | -1/+1 |
| 2023-05-16 | Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddle | Matthias Krüger | -1/+29 |
| 2023-05-16 | Only keep impl blocks from bodies | Guillaume Gomez | -1/+29 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -18/+19 |
| 2023-05-13 | refactor: add chunks method to TokenStream to obviate rustdoc clones | Caleb Cartwright | -2/+1 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -0/+3 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -1/+2 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -8/+9 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -46/+110 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -29/+97 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -4/+8 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -2/+2 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -0/+3 |
| 2023-05-06 | Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-... | Yuki Okushi | -1/+6 |
| 2023-05-06 | Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomez | Yuki Okushi | -2/+28 |
| 2023-05-05 | Improve code to remove duplication | Guillaume Gomez | -28/+24 |
| 2023-05-05 | Modules can be reexported and it should be handled by rustdoc | Guillaume Gomez | -9/+56 |
| 2023-05-05 | Correctly handle associated items of a trait inside a `#[doc(hidden)]` item | Guillaume Gomez | -14/+35 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -1/+6 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+3 |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -32/+96 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -0/+4 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+2 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -197/+232 |