about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-0/+2
2023-01-27rustdoc: remove inline javascript from copy-path buttonMichael Howell-2/+6
2023-01-27Special-case handling of impl blocksGuillaume Gomez-48/+75
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+2
2023-01-27Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitorbors-1/+3
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-109/+81
2023-01-28Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all...Yuki Okushi-1/+3
2023-01-27Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnrbors-4/+4
2023-01-27add comment to rustdoc.css on updating filename suffixesTrevor Spiteri-0/+8
2023-01-27Fix handling of items inside a `doc(hidden)` blockGuillaume Gomez-34/+66
2023-01-27Improve codeGuillaume Gomez-93/+90
2023-01-27Speed up execution a bit by removing some walksGuillaume Gomez-1/+21
2023-01-27Improve code readabilityGuillaume Gomez-15/+23
2023-01-27Fix missing const expression items visitGuillaume Gomez-129/+170
2023-01-27rustdoc: update Source Serif 4 from 4.004 to 4.005Trevor Spiteri-4/+4
2023-01-27Fix infinite loop in rustdoc get_all_import_attributes functionGuillaume Gomez-1/+3
2023-01-27Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomezbors-14/+87
2023-01-27Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil...Yuki Okushi-4/+3
2023-01-27Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomezYuki Okushi-151/+113
2023-01-27Rollup merge of #107284 - notriddle:notriddle/plus, r=jshaYuki Okushi-1/+18
2023-01-27Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomezYuki Okushi-1/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-4/+4
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-4/+4
2023-01-26Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkovbors-1/+1
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-4/+3
2023-01-26rustdoc: use smarter encoding for playground URLMichael Howell-1/+18
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-151/+113
2023-01-25Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddleMatthias Krüger-1/+1
2023-01-25Rollup merge of #107244 - notriddle:notriddle/primitive-reference-link, r=Gui...Matthias Krüger-8/+2
2023-01-25rustdoc: Don't put non rustdoc-reachable impls into `all_trait_impls`Vadim Petrochenkov-3/+1
2023-01-25rustdoc: Use rustdoc-reachable set to prune extern implsVadim Petrochenkov-5/+9
2023-01-25rustdoc: Collect rustdoc-reachable items during early doc link resolutionVadim Petrochenkov-6/+77
2023-01-24rustdoc: prevent scroll bar on source viewerKaDiWa-1/+1
2023-01-23rustdoc: rearrange HTML in primitive reference linksMichael Howell-8/+2
2023-01-23rustdoc: remove dead settings JS for obsolete select-wrapperMichael Howell-11/+0
2023-01-23rustdoc: simplify settings popover DOMMichael Howell-35/+33
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-1/+1
2023-01-23Store the gctxt instead of fetching it twice.Oli Scherer-1/+1
2023-01-23Auto merge of #107136 - petrochenkov:dochidden, r=cjgillotbors-8/+1
2023-01-23Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n...Dylan DPC-4/+4
2023-01-22Rollup merge of #107174 - petrochenkov:defidoc, r=notriddleMatthias Krüger-65/+55
2023-01-22Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddleMatthias Krüger-21/+12
2023-01-22Use correct pseudo-element selectorGuillaume Gomez-4/+4
2023-01-21Fix typo in commentRoy Wellington Ⅳ-1/+1
2023-01-21This function appears to be unusedRoy Wellington Ⅳ-16/+0
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-65/+55
2023-01-21rustc_metadata: Encode `doc(hidden)` flag to metadataVadim Petrochenkov-8/+1
2023-01-21Remove some superfluous type parameters from layout.rs.Michael Benfield-2/+2
2023-01-21Migrate scraped-examples top and bottom "borders" to CSS variablesGuillaume Gomez-21/+12
2023-01-21rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell-65/+84