| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets | Guillaume Gomez | -9/+22 |
| 2023-03-13 | Better names? | Michael Goulet | -1/+1 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -2/+2 |
| 2023-03-13 | Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddle | bors | -65/+71 |
| 2023-03-12 | rustdoc: rename `Type::is_same` to `is_doc_subtype_of` | Michael Howell | -11/+11 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+223 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | rustdoc: reduce allocs in FnDecl::inner_full_print | Jacob Hoffman-Andrews | -65/+71 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -644/+616 |
| 2023-03-11 | Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomez | Matthias Krüger | -43/+84 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -9/+50 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -147/+215 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -0/+21 |
| 2023-03-10 | Render doc sidebar using Askama | clubby789 | -644/+616 |
| 2023-03-10 | Migrate `document_item_info` to templates | clubby789 | -43/+84 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -9/+50 |
| 2023-03-10 | Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle | Matthias Krüger | -2/+7 |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -6/+55 |
| 2023-03-09 | Don't hide anonymous re-exports but never inline them | Guillaume Gomez | -2/+7 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+21 |
| 2023-03-09 | Rollup merge of #108929 - eltociear:patch-20, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-03-09 | Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv... | Matthias Krüger | -43/+85 |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -53/+100 |
| 2023-03-09 | Fix typo in span_map.rs | Ikko Eltociear Ashimine | -3/+3 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -3/+1 |
| 2023-03-08 | Update src/librustdoc/html/static/js/storage.js | Michael Howell | -1/+1 |
| 2023-03-08 | Fix eslint errors | Guillaume Gomez | -0/+1 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -53/+99 |
| 2023-03-07 | Fix invalid inlining of reexport of reexport of private item | Guillaume Gomez | -43/+85 |
| 2023-03-07 | rustdoc: fix type search when more than one `where` clause applies | Michael Howell | -1/+1 |
| 2023-03-07 | rustdoc: fix type search index for `fn<T>() -> &T where T: Trait` | Michael Howell | -1/+6 |
| 2023-03-06 | Update documentation for HTML templates style | Guillaume Gomez | -13/+14 |
| 2023-03-06 | Remove unneeded minus sign in jinja tags | Guillaume Gomez | -173/+174 |
| 2023-03-06 | Update askama version to 0.12 | Guillaume Gomez | -1/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -10/+6 |
| 2023-03-04 | Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2023-03-04 | Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez | Matthias Krüger | -21/+13 |
| 2023-03-04 | rustdoc: include link on all.html location header | Michael Howell | -3/+1 |
| 2023-03-04 | rustdoc: function signature search with traits in `where` clause | Michael Howell | -21/+13 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+6 |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -10/+6 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -40/+99 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -6/+26 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -11/+3 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -11/+3 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -23/+30 |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -1/+1 |