| Age | Commit message (Expand) | Author | Lines |
| 2024-03-24 | Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid... | Matthias Krüger | -75/+153 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -1/+1 |
| 2024-03-23 | Rename `RustdocTestOptions` into `IndividualTestOptions` | Guillaume Gomez | -4/+4 |
| 2024-03-23 | Put temporary directory into one common function | Guillaume Gomez | -9/+7 |
| 2024-03-23 | Prevent cloning more than necessary `RustdocOptions` fields | Guillaume Gomez | -48/+77 |
| 2024-03-23 | `rustdoc --test`: Prevent reaching the maximum size of command-line by using ... | Guillaume Gomez | -31/+82 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -265/+297 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -4/+2 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -21/+9 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -32/+393 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+1 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+4 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+1 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -0/+1 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -4/+4 |
| 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 | -58/+68 |
| 2024-03-15 | Rollup merge of #122530 - klensy:as_str, r=fee1-dead | Guillaume Gomez | -3/+4 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -9/+7 |
| 2024-03-15 | rustdoc: create rustc command with an iterator | Travis Finkenauer | -4/+6 |
| 2024-03-15 | rustdoc: fix test's saved stdout | Travis Finkenauer | -2/+2 |
| 2024-03-15 | rustdoc: add `--test-builder-wrapper` argument | Travis Finkenauer | -2/+27 |
| 2024-03-15 | less symbols interner locks | klensy | -3/+4 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -9/+7 |
| 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 | -51/+42 |
| 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-12 | s/mt/mutability/ | Oli Scherer | -1/+1 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -6/+6 |
| 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 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -11/+4 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -6/+0 |