| Age | Commit message (Expand) | Author | Lines |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -3/+3 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -2/+2 |
| 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-15 | Add `rustc_interface::interface::Config::parse_sess_created` | hyd-dev | -0/+2 |
| 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-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2021-03-13 | crates.js should use root_path and not static_root_path | Guillaume Gomez | -1/+1 |
| 2021-03-13 | Remove tab character | Michael Howell | -2/+2 |
| 2021-03-13 | Avoid potential collisions with `constructor` and the search query | Michael Howell | -2/+2 |
| 2021-03-13 | Add comments regarding object shapes in buildIndex | Michael Howell | -0/+5 |
| 2021-03-13 | Fix jslint warnings | Michael Howell | -2/+3 |
| 2021-03-13 | Use null instead of undefined here | Michael Howell | -2/+2 |
| 2021-03-13 | Update src/librustdoc/html/static/main.js | Michael Howell | -1/+1 |
| 2021-03-13 | Eagerly generate the underscore-less name to search on | Michael Howell | -2/+4 |
| 2021-03-13 | In checkGenerics and checkType, don't use Array.prototype.splice so much | Michael Howell | -37/+57 |
| 2021-03-12 | Get rid of the garbage produced by getObjectFromId | Michael Howell | -7/+7 |
| 2021-03-12 | Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomez | Yuki Okushi | -42/+74 |
| 2021-03-12 | Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157 | Yuki Okushi | -1/+1 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -17/+16 |
| 2021-03-11 | Prevent JS error when there is no dependency or other crate documented | Guillaume Gomez | -1/+5 |
| 2021-03-11 | Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157 | bors | -1/+11 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -42/+74 |
| 2021-03-10 | Auto merge of #82960 - camelid:masked_crates, r=jyn514 | bors | -7/+6 |
| 2021-03-10 | Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514 | Dylan DPC | -5/+3 |
| 2021-03-10 | Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514 | Dylan DPC | -10/+2 |
| 2021-03-10 | Fix "run" button position in error index | Guillaume Gomez | -1/+1 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -2/+14 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -63/+49 |
| 2021-03-09 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Remove `masked_crates` from `clean::Crate` | Camelid | -7/+6 |
| 2021-03-09 | Treat header as first paragraph for shortened markdown descriptions | Michael Howell | -0/+2 |
| 2021-03-09 | Fix typo | Guillaume Gomez | -1/+1 |
| 2021-03-09 | Fix CSS issues when javascript is disabled | Guillaume Gomez | -0/+10 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -11/+15 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -19/+21 |
| 2021-03-09 | Access attrs directly from HirId in rustdoc::doctest. | Camille GILLOT | -33/+13 |
| 2021-03-09 | Bump tracing-tree dependency | Oli Scherer | -1/+1 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-03-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -60/+84 |
| 2021-03-08 | Rollup merge of #82767 - GuillaumeGomez:update-minifier-crate-version, r=jyn514 | Mara Bos | -1/+1 |
| 2021-03-08 | Rollup merge of #82613 - CraftSpider:fix-de, r=aDotInTheVoid | Dylan DPC | -32/+29 |
| 2021-03-08 | Add notes to keep the UnusedExterns structs synced up | est31 | -0/+4 |
| 2021-03-08 | Emit the lint level of the unused-crate-dependencies | est31 | -2/+20 |
| 2021-03-08 | Make doctests collect and emit the unused externs | est31 | -7/+84 |