| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Slight visual improvements to warning boxes in the docs | r00ster91 | -4/+13 |
| 2021-03-23 | Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514 | Yuki Okushi | -0/+3 |
| 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 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | missing newline at eof | Nelson J Morais | -1/+1 |
| 2021-03-22 | add key rustc_private for package metadata for rust-analyzer in librustdoc | Nelson J Morais | -0/+3 |
| 2021-03-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+30 |
| 2021-03-21 | rustdoc: Replace pair of `Option`s with an enum | Camelid | -8/+11 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+1 |
| 2021-03-19 | librustdoc: or_patterns are stable | mark | -1/+1 |
| 2021-03-19 | Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 | Dylan DPC | -12/+20 |
| 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-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -6/+17 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -3/+3 |
| 2021-03-17 | Rollup merge of #83203 - jyn514:rustdoc-warnings, r=Manishearth | Yuki Okushi | -1/+1 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -1/+1 |
| 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-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -3/+3 |
| 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 |