| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | rustdoc: word wrap CamelCase in the item list table | Michael Howell | -3/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -45/+36 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -26/+47 |
| 2024-07-24 | rustdoc: clean up and fix ord violations in item sorting | Michael Howell | -70/+119 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -7/+7 |
| 2024-07-19 | Improve display of trait bounds when there are more than two | Guillaume Gomez | -7/+14 |
| 2024-07-15 | Create new CSS class for "big toggles" | Guillaume Gomez | -1/+1 |
| 2024-07-15 | doc: Fold inline methods from Deref | Lzu Tao | -4/+13 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -3/+3 |
| 2024-06-30 | Uplift fast rejection to new solver | Michael Goulet | -2/+1 |
| 2024-06-20 | Implement `unsafe_extern_blocks` feature in rustdoc | Guillaume Gomez | -5/+18 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -5/+12 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -5/+0 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -23/+23 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -23/+23 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -3/+1 |
| 2024-05-26 | rustdoc: Show "const" for const-unstable if also overall unstable | Noah Lev | -4/+17 |
| 2024-05-25 | rustdoc: Elide const-unstable if also unstable overall | Noah Lev | -8/+13 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -11/+11 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+8 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -0/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -23/+39 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -5/+0 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -12/+11 |
| 2024-04-19 | rustdoc-search: add index of borrow references | Michael Howell | -23/+39 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -54/+14 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -16/+140 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+3 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+3 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -3/+2 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -3/+3 |
| 2024-04-09 | rustdoc: load icons from css instead of inline | Michael Howell | -13/+3 |
| 2024-04-09 | rustdoc: clean up type alias code | Michael Howell | -16/+12 |
| 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 | -16/+136 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -1/+1 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -44/+370 |
| 2024-04-02 | Clean up src/librustdoc/html/render/search_index/encode.rs | Michael Howell | -24/+22 |
| 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 | -260/+288 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -7/+226 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -2/+2 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -42/+123 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 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 |