about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-30/+41
2024-11-14Rollup merge of #133043 - notriddle:master, r=fmeaseMatthias Krüger-4/+7
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+7
2024-11-14Fix handling of footnote reference in footnote definitionGuillaume Gomez-26/+34
2024-11-14Rollup merge of #133005 - notriddle:notriddle/trie-search, r=GuillaumeGomezGuillaume Gomez-104/+711
2024-11-13Add descriptive comment for NameTrieMichael Howell-0/+19
2024-11-13Remove console.logMichael Howell-3/+0
2024-11-13Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddleMatthias Krüger-32/+51
2024-11-13Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddleMatthias Krüger-82/+21
2024-11-13rustdoc: use a trie for name-based searchMichael Howell-104/+695
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-32/+51
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-82/+21
2024-11-13Auto merge of #132886 - fmease:rustdoc-perf-clean-middle-args, r=GuillaumeGomezbors-25/+19
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-3/+1
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-3/+1
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-1/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1/+1
2024-11-11[perf] rustdoc: Perform less work when cleaning parenthesized generic argsLeón Orell Valerian Liehr-25/+19
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-229/+1035
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-1/+13
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-1/+13
2024-11-10Update minifer version to `0.3.2`Guillaume Gomez-1/+1
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-3/+1
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-460/+465
2024-11-07Rollup merge of #132739 - GuillaumeGomez:cleanup-scrape-code, r=notriddleJubilee-11/+22
2024-11-08Simplify command-line-argument declarations in librustdocZalathar-458/+463
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-2/+2
2024-11-07Fix file formattingGuillaume Gomez-11/+22
2024-11-06Auto merge of #132703 - GuillaumeGomez:rollup-tfuef34, r=GuillaumeGomezbors-7/+3
2024-11-06Remove unneeded fields in `scrape_examples::FindCalls`Guillaume Gomez-7/+3
2024-11-06Clean middle generics using paren sugar if trait has rustc_paren_sugarMichael Goulet-1/+1
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-16/+20
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-8/+8
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-6/+14
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-4/+8
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-12/+12
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-8/+8
2024-11-02Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomezMatthias Krüger-17/+57
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-17/+57
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-20/+19
2024-10-31Adjust ranking so that duplicates count against rankMichael Howell-14/+11
2024-10-30Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG...Jubilee-1/+13
2024-10-30Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche...Jubilee-1/+1
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-91/+335
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-85/+627
2024-10-30rustdoc-search: use correct type annotationsMichael Howell-2/+2
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-20/+26
2024-10-30rustdoc-search: simplify the checkTypes fast pathMichael Howell-26/+11
2024-10-30rustdoc-search: add type param names to indexMichael Howell-7/+39