| 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 | -11/+10 |
| 2023-05-27 | Rollup merge of #111946 - nicklimmm:askama-item-template-trait, r=GuillaumeGomez | Matthias Krüger | -42/+61 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -11/+10 |
| 2023-05-27 | Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill... | Guillaume Gomez | -9/+111 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -9/+111 |
| 2023-05-27 | Rollup merge of #111927 - sladyn98:item-static, r=GuillaumeGomez | Matthias Krüger | -5/+9 |
| 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 | -19/+13 |
| 2023-05-25 | Add `ItemTemplate` trait | Nicky Lim | -42/+61 |
| 2023-05-24 | Migrate item_static to Askama | sladynnunes | -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 | -19/+13 |
| 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 | -2/+2 |
| 2023-05-17 | Add missing backslash in HTML string | Guillaume Gomez | -1/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -2/+2 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -12/+38 |
| 2023-05-06 | Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomez | Yuki Okushi | -2/+28 |
| 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 | -12/+38 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -197/+232 |
| 2023-05-04 | Rollup merge of #111097 - oli-obk:🚲_layout, r=compiler-errors | Dylan DPC | -44/+49 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -0/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -4/+3 |
| 2023-05-02 | Make tools happy | Michael Goulet | -0/+1 |
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -44/+49 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -1/+3 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -42/+21 |
| 2023-04-29 | Unify attributes retrieval for JSON and HTML rendering | Guillaume Gomez | -73/+2 |
| 2023-04-29 | Fix display of attributes for enums | Guillaume Gomez | -2/+2 |
| 2023-04-29 | Get `repr` information through `AdtDef` for foreign items | Guillaume Gomez | -21/+71 |
| 2023-04-29 | fix rustdoc and core test | Deadbeef | -1/+1 |
| 2023-04-28 | rustdoc: fix weird margins between Deref impl items | Michael Howell | -6/+12 |
| 2023-04-24 | rustdoc-search: add slices and arrays to index | Michael Howell | -2/+28 |
| 2023-04-23 | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | -19/+1 |
| 2023-04-22 | Rollup merge of #110659 - notriddle:notriddle/js-cleanup-20230421, r=Guillaum... | Yuki Okushi | -11/+6 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -116/+154 |
| 2023-04-21 | rustdoc: remove unused CSS `color: inherit` | Michael Howell | -1/+0 |
| 2023-04-21 | rustdoc: remove unneeded handleKey from settings.js | Michael Howell | -18/+1 |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -8/+1 |
| 2023-04-21 | rustdoc: lift constant string manipulation out of loop | Michael Howell | -1/+1 |
| 2023-04-21 | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | -2/+4 |
| 2023-04-21 | rustdoc: remove unnecessary binding | Michael Howell | -5/+4 |
| 2023-04-21 | rustdoc: factor `document_type_layout` into its own module | Michael Howell | -77/+90 |
| 2023-04-21 | rustdoc: get rid of redundant, nested `let` lines | Michael Howell | -17/+13 |