| Age | Commit message (Expand) | Author | Lines |
| 2021-04-19 | Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514 | Dylan DPC | -1/+0 |
| 2021-04-19 | Remove unused footer section | Guillaume Gomez | -1/+0 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -4/+10 |
| 2021-04-19 | Auto merge of #84288 - notriddle:short-links, r=jyn514 | bors | -52/+44 |
| 2021-04-17 | rustdoc: get rid of CURRENT_DEPTH | Michael Howell | -52/+44 |
| 2021-04-18 | Fix the wrong return value type description of validateResult | hi-rustin | -1/+1 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -4/+10 |
| 2021-04-17 | Rollup merge of #84203 - jyn514:anchor-span, r=euclio | Dylan DPC | -8/+16 |
| 2021-04-17 | Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomez | Dylan DPC | -1687/+1676 |
| 2021-04-17 | rustdoc: Give a more accurate span for anchor failures | Joshua Nelson | -8/+16 |
| 2021-04-17 | rustdoc: move the cx argument to the end of the list | Michael Howell | -33/+33 |
| 2021-04-17 | rustdoc: change 'cx to 'tcx, to match the struct itself | Michael Howell | -60/+60 |
| 2021-04-17 | Remove assert that no longer matters | Michael Howell | -7/+0 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -442/+463 |
| 2021-04-17 | Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514 | bors | -43/+1 |
| 2021-04-16 | Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514 | bors | -12/+40 |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -43/+1 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -146/+184 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+4 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+4 |
| 2021-04-14 | Update comment on search.js static file. | Jacob Hoffman-Andrews | -2/+1 |
| 2021-04-14 | Change root_path to static_root_path | Jacob Hoffman-Andrews | -1/+1 |
| 2021-04-14 | Auto merge of #83068 - mockersf:method-trait-foreign-impl, r=GuillaumeGomez | bors | -19/+69 |
| 2021-04-13 | Split search.js from search-index.js. | Jacob Hoffman-Andrews | -9/+12 |
| 2021-04-13 | tidy format rust | François Mockers | -10/+28 |
| 2021-04-13 | format css | François Mockers | -1/+2 |
| 2021-04-13 | fix source link when in a trait implementation | François Mockers | -8/+30 |
| 2021-04-13 | add anchors links on hover to items from trait impl | François Mockers | -8/+16 |
| 2021-04-13 | fix links from trait impl methods to trait declaration | François Mockers | -3/+4 |
| 2021-04-13 | Further consolidate search-related vars and funcs | Jacob Hoffman-Andrews | -76/+61 |
| 2021-04-13 | Consolidate search-related vars and functions. | Jacob Hoffman-Andrews | -175/+167 |
| 2021-04-12 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -1524/+1534 |
| 2021-04-12 | Add explanatory note to `bare_urls` lint | Camelid | -0/+1 |
| 2021-04-12 | +ignore-tidy-filelength | Manish Goregaokar | -1/+2 |
| 2021-04-12 | Move color to themes | Manish Goregaokar | -5/+9 |
| 2021-04-12 | & -> && | Manish Goregaokar | -2/+2 |
| 2021-04-12 | Wrap toggle_open() | Manish Goregaokar | -1/+4 |
| 2021-04-12 | should_hide_fields > 12 | Manish Goregaokar | -2/+1 |
| 2021-04-12 | Add css classes | Manish Goregaokar | -12/+12 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -130/+116 |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -1/+6 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -12/+30 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -8/+31 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -7/+34 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -33/+5 |
| 2021-04-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -61/+80 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -91/+146 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -12/+40 |