summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2024-11-19Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddleLeón Orell Valerian Liehr-4/+19
2024-11-18Fix items with generics not having their jump to def link generatedGuillaume Gomez-3/+18
2024-11-18Fix typoGuillaume Gomez-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-3/+3
2024-11-13Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddleMatthias Krüger-2/+2
2024-11-13Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddleMatthias Krüger-2/+7
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-2/+2
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-2/+7
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-3/+1
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-19/+101
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-3/+1
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-2/+2
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-12/+62
2024-10-30rustdoc-search: add type param names to indexMichael Howell-7/+39
2024-10-28rustdoc: Use accessors to interrogate type layoutsJubilee Young-4/+4
2024-10-26Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddleJubilee-1/+4
2024-10-25Re-do recursive const stability checksRalf Jung-1/+3
2024-10-25allow type-based search on foreign functionsbinarycat-1/+4
2024-10-24Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomezMatthias Krüger-2/+2
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-2/+2
2024-10-19rustdoc: Document `markdown` module.Alona Enraght-Moony-1/+1
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-9/+11
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-40/+40
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+0
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-19/+12
2024-09-25don't clone `clean::Item` in `TypeImplCollector`Lukas Markeffsky-9/+9
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-36/+35
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-1/+0
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-131/+233
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-39/+39
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-131/+233
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-1/+0
2024-09-06Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnrbors-2/+2
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-24/+9
2024-09-05Update to new rustdoc internal APIGuillaume Gomez-16/+13
2024-09-05Add missing sidebar associated itemsGuillaume Gomez-38/+56
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-13/+13
2024-09-05Sort impl associated items by kinds and then by appearanceGuillaume Gomez-1/+52
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-100/+188
2024-09-02Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidatesBryanskiy-2/+2
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-4/+13
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+5
2024-08-31Unify scraped examples with other code examplesGuillaume Gomez-24/+9
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