| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Update search_index.rs | Michael Howell | -1/+0 |
| 2024-04-08 | rustdoc: improve comments based on feedback | Michael Howell | -8/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -22/+165 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -1/+5 |
| 2024-04-03 | Default to light theme is JS is enabled but not working | Guillaume Gomez | -3/+9 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -210/+751 |
| 2024-04-02 | Clean up src/librustdoc/html/render/search_index/encode.rs | Michael Howell | -24/+22 |
| 2024-04-02 | Support type '/' to search | mu001999 | -2/+3 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+1 |
| 2024-03-27 | Add rustdoc hack | Oli Scherer | -2/+3 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -2/+2 |
| 2024-03-27 | rustdoc: Swap fields and variant documentations | chloekek | -2/+2 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -265/+297 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -32/+391 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -2/+2 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -200/+347 |
| 2024-03-15 | rustdoc: clean up formatting | Michael Howell | -1/+1 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -51/+49 |
| 2024-03-15 | Rollup merge of #122530 - klensy:as_str, r=fee1-dead | Guillaume Gomez | -3/+4 |
| 2024-03-15 | less symbols interner locks | klensy | -3/+4 |
| 2024-03-14 | Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume... | Matthias Krüger | -31/+107 |
| 2024-03-14 | fix polarity | Manish Goregaokar | -2/+2 |
| 2024-03-14 | inline | Manish Goregaokar | -5/+9 |
| 2024-03-14 | Make compact | Manish Goregaokar | -10/+10 |
| 2024-03-14 | print doc(hidden) | Manish Goregaokar | -5/+14 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -44/+23 |
| 2024-03-14 | print ghosts | Manish Goregaokar | -0/+6 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -115/+229 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -48/+65 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -45/+161 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -4/+4 |
| 2024-03-01 | Correctly generate item info of trait items | Guillaume Gomez | -13/+14 |
| 2024-02-29 | Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n... | Matthias Krüger | -1/+2 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -2/+2 |
| 2024-02-28 | Add regression test for inclusion of whitespace characters in rustdoc highlig... | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Prevent inclusion of whitespace character after macro_rules ident | Guillaume Gomez | -0/+1 |
| 2024-02-27 | Fix link generation for locate foreign macro in jump to definition feature | Guillaume Gomez | -1/+1 |
| 2024-02-26 | Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddle | Guillaume Gomez | -3/+11 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -5/+0 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-24 | Rustdoc: include crate name in links for local primitives | Gurinder Singh | -2/+7 |
| 2024-02-18 | Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui... | León Orell Valerian Liehr | -281/+173 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |