summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+5
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+5
2024-08-26rustdoc: fix missing resource suffix on `crates.js`Michael Howell-9/+15
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-0/+2
2024-08-22rustdoc-search: use tighter json for names and parentsMichael Howell-6/+30
2024-08-20Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddlebors-683/+1551
2024-08-10Stop showing impl items for negative implsGuillaume Gomez-16/+21
2024-08-08fix typos, more SelfEtomicBomb-17/+13
2024-08-07rename sortedjson -> orderedjsonEtomicBomb-192/+227
2024-08-07added unit tests for write_sharedEtomicBomb-51/+257
2024-08-07move sorted_template and sorted_json testsEtomicBomb-271/+270
2024-08-07add blank line, remove extraneous commentEtomicBomb-1/+0
2024-08-07initial implementation of mergable rustdoc cciEtomicBomb-682/+1315
2024-08-04rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)Noah Lev-6/+5
2024-08-04Use `match` instead of sequence of `if let`sNoah Lev-234/+243
2024-08-04rustdoc: Stop treating `Self` as a generic in search indexNoah Lev-6/+1
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-3/+12
2024-08-04rustdoc: Rename `SelfTy` to `ReceiverTy`Noah Lev-7/+7
2024-08-01rustdoc: Remove dead opaque_tys rendering logicAlona Enraght-Moony-10/+0
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-33/+0
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+1
2024-07-29rustdoc: use `<wbr>` in sidebar headersMichael Howell-1/+17
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-45/+36
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-26/+47
2024-07-24rustdoc: clean up and fix ord violations in item sortingMichael Howell-70/+119
2024-07-23Replace askama with rinjaGuillaume Gomez-7/+7
2024-07-19Improve display of trait bounds when there are more than twoGuillaume Gomez-7/+14
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-3/+3
2024-06-30Uplift fast rejection to new solverMichael Goulet-2/+1
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-5/+18
2024-06-05Remove `Type` from rustdoc `Const`Boxy-5/+12
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-5/+0
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-23/+23
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-23/+23
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-3/+1
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-4/+17
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-17Rename Unsafe to SafetySantiago Pastorino-11/+11
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+8
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-0/+1
2024-05-05Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomezGuillaume Gomez-23/+39
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-5/+0
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-12/+11
2024-04-19rustdoc-search: add index of borrow referencesMichael Howell-23/+39
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-54/+14
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-16/+140
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-1/+3
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+3
2024-04-16Always use `ty::` qualifier for `TyKind` enum variants.Nicholas Nethercote-3/+2