about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-12-13rustdoc: simplify popover CSSMichael Howell-6/+3
2022-12-13Combine projection and opaque into aliasMichael Goulet-5/+6
2022-12-13rustdoc: apply `pre-wrap` CSS to code-wrapped linksMichael Howell-2/+2
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-3/+3
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-4/+4
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-1/+1
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-101/+162
2022-12-13Improve rustdoc markdown variable namingGuillaume Gomez-5/+5
2022-12-13Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomezMatthias Krüger-3/+2
2022-12-13Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum...Matthias Krüger-3/+6
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-3/+2
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-3/+6
2022-12-12rustdoc: remove no-op CSS `.source pre { overflow: auto }`Michael Howell-1/+0
2022-12-12Avoid trying to normalize unnormalizable typesOli Scherer-2/+6
2022-12-12Round 3: require binders for substsOli Scherer-28/+49
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-56/+92
2022-12-12Round 1: add some binders (fails due to losing bound vars and then rebinding ...Oli Scherer-26/+26
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-14/+20
2022-12-11Extend rustdoc hashtag prepended line testGuillaume Gomez-0/+8
2022-12-11Auto merge of #105554 - matthiaskrgr:rollup-ir60gc7, r=matthiaskrgrbors-3/+41
2022-12-11Rollup merge of #105539 - GuillaumeGomez:hashtag-prepended-lines-non-rust, r=...Matthias Krüger-3/+41
2022-12-11Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r...bors-0/+6
2022-12-10Add test for non-rust code block hashtag prepended linesGuillaume Gomez-0/+37
2022-12-10Don't take into account hashtag prepended lines if not in rust code blockGuillaume Gomez-3/+4
2022-12-10Clean up lifetimes in rustdoc syntax highlightingNilstrieb-24/+24
2022-12-09Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomezMatthias Krüger-27/+13
2022-12-09Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r...Matthias Krüger-1/+0
2022-12-09rustdoc: make stability badge CSS more consistentMichael Howell-27/+13
2022-12-09Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume...Matthias Krüger-10/+7
2022-12-09Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,...Matthias Krüger-2/+2
2022-12-09Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not...Matthias Krüger-25/+95
2022-12-08rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`Michael Howell-1/+0
2022-12-08rustdoc: add GUI test case for docblock table colorsMichael Howell-1/+1
2022-12-08Prevent to try to retrieve auto and blanket implementations if there were err...Guillaume Gomez-0/+6
2022-12-07rustdoc: clean up docblock table CSSMichael Howell-10/+7
2022-12-07Improve codeGuillaume Gomez-93/+90
2022-12-07Speed up execution a bit by removing some walksGuillaume Gomez-2/+21
2022-12-07Improve code readabilityGuillaume Gomez-15/+23
2022-12-07Fix missing const expression items visitGuillaume Gomez-115/+158
2022-12-07Improve calculation of scraped example minimized heightWill Crichton-5/+15
2022-12-07Revert crate_types change, add new bin_crate fieldWill Crichton-18/+22
2022-12-07Fix rustdoc error with no providec crate-type, fix scrape examples button col...Will Crichton-3/+9
2022-12-07Fix es-checkWill Crichton-1/+1
2022-12-07Update scrape-examples help, fix documentation typosWill Crichton-9/+11
2022-12-07Include additional documentation for scrape-examples changesWill Crichton-2/+8
2022-12-07Only put title over example on large screensWill Crichton-10/+13
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-33/+72
2022-12-07Don't silently ignore errors that happen during renderingGuillaume Gomez-2/+2
2022-12-07Rollup merge of #105403 - notriddle:notriddle/item-stab-css, r=GuillaumeGomezMatthias Krüger-4/+2
2022-12-06rustdoc: simplify CSS selectors for item table `.stab`Michael Howell-4/+2