| Age | Commit message (Expand) | Author | Lines |
| 2021-04-01 | rustdoc: Separate filter-empty-string out into its own function | Michael Howell | -2/+11 |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be inv... | Joshua Nelson | -1/+10 |
| 2021-03-31 | Add a button to copy the "use statement" | Guillaume Gomez | -13/+57 |
| 2021-03-31 | rustdoc: use Array.prototype.filter instead of open-coding it | Michael Howell | -8/+2 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -7/+7 |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -28/+35 |
| 2021-03-30 | Rollup merge of #83645 - pickfire:patch-3, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2021-03-30 | Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514 | Dylan DPC | -0/+1 |
| 2021-03-29 | Wrap non-pre code blocks | Ivan Tham | -1/+3 |
| 2021-03-28 | Point to disambiguator instead of whole link | Camelid | -0/+1 |
| 2021-03-27 | Rollup merge of #82993 - camelid:source-use-diag, r=jyn514 | Dylan DPC | -5/+3 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -0/+2 |
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -12/+40 |
| 2021-03-25 | Add SharedResource abstraction and use it in write_shared | Joshua Nelson | -115/+115 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Store tcx and cache when they are used multiple times instead of calling func... | Guillaume Gomez | -58/+66 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -413/+530 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -0/+2 |
| 2021-03-23 | rustdoc: Use diagnostics for error when including sources | Camelid | -5/+3 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -33/+27 |
| 2021-03-24 | Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomez | Dylan DPC | -4/+13 |
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -1/+1 |
| 2021-03-24 | Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi... | Dylan DPC | -4/+4 |
| 2021-03-23 | Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 | bors | -9/+9 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -33/+27 |
| 2021-03-23 | Use &str instead of String | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Fix sidebar trait items sort | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Slight visual improvements to warning boxes in the docs | r00ster91 | -4/+13 |
| 2021-03-23 | Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomez | Yuki Okushi | -8/+11 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -74/+83 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -9/+22 |
| 2021-03-22 | Fix codeblock tooltip position | Guillaume Gomez | -1/+1 |
| 2021-03-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+30 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -9/+9 |
| 2021-03-21 | rustdoc: Replace pair of `Option`s with an enum | Camelid | -8/+11 |
| 2021-03-19 | Ignore main.js file length | Guillaume Gomez | -0/+1 |
| 2021-03-19 | Only build help popup when it's really needed | Guillaume Gomez | -12/+19 |
| 2021-03-16 | Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomez | Yuki Okushi | -9/+3 |
| 2021-03-16 | Rollup merge of #83156 - nagisa:nagisa/sans-serif-please, r=GuillaumeGomez | Yuki Okushi | -4/+5 |
| 2021-03-16 | Rollup merge of #83077 - notriddle:gc-cleanup-rustdoc-search, r=GuillaumeGomez | Yuki Okushi | -49/+78 |
| 2021-03-15 | Declare `word` outside the loop, as recommended by eslint | Michael Howell | -3/+3 |
| 2021-03-15 | No background for code in portability snippets | Simonas Kazlauskas | -9/+3 |
| 2021-03-15 | Fall-back to sans-serif if Arial is not available | Simonas Kazlauskas | -4/+5 |
| 2021-03-14 | Make nameWithoutUndescores lowercased | Michael Howell | -14/+15 |
| 2021-03-14 | Use a number for row.id, instead of a string | Michael Howell | -11/+5 |
| 2021-03-14 | Avoid generating new strings for names that have no undescores | Michael Howell | -2/+8 |
| 2021-03-14 | Auto merge of #83094 - GuillaumeGomez:crates-js-location, r=Nemo157 | bors | -1/+1 |
| 2021-03-14 | Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157 | bors | -1/+5 |
| 2021-03-13 | crates.js should use root_path and not static_root_path | Guillaume Gomez | -1/+1 |