about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-05-15Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jshaGuillaume Gomez-34/+32
2021-05-15Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jshaGuillaume Gomez-192/+198
2021-05-15Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddleGuillaume Gomez-1/+1
2021-05-15Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G...Guillaume Gomez-90/+55
2021-05-15Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomezGuillaume Gomez-16/+9
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-90/+55
2021-05-15Fix eslint errorsGuillaume Gomez-34/+32
2021-05-14Box `Impl.blanket_impl` to reduce sizeNoah Lev-3/+3
2021-05-14Unify toggle rules on smaller resolutionsGuillaume Gomez-6/+3
2021-05-14Move @media rules at the end so they override the other rulesGuillaume Gomez-193/+195
2021-05-14Fix toggle position on mobileGuillaume Gomez-1/+8
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-2/+7
2021-05-13rustdoc: use focus for search navigationJacob Hoffman-Andrews-195/+178
2021-05-13Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jshaGuillaume Gomez-274/+150
2021-05-13Fix display for "implementors" sectionGuillaume Gomez-1/+1
2021-05-12Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomezGuillaume Gomez-128/+138
2021-05-12Use () for all_traits.Camille GILLOT-6/+5
2021-05-12Use () for privacy.Camille GILLOT-5/+3
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-28/+45
2021-05-12Fix indent in JS filesGuillaume Gomez-138/+140
2021-05-12Remove unused CSS rulesGuillaume Gomez-71/+2
2021-05-12Remove "loading content" which is now unnecessaryGuillaume Gomez-65/+8
2021-05-12Rollup merge of #85124 - jsha:trust-the-bool, r=GuillaumeGomezYuki Okushi-69/+64
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-128/+138
2021-05-11rustdoc: remove explicit boolean comparisons.Jacob Hoffman-Andrews-69/+64
2021-05-11Disable layout docs for type aliases for nowCamelid-2/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-7/+26
2021-05-11Apply suggestions from code reviewCamelid-3/+4
2021-05-11Add `tcx` local variableCamelid-3/+4
2021-05-11Fix a few small thingsCamelid-6/+6
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+15
2021-05-11Show memory layout for type aliasesCamelid-1/+4
2021-05-11Include a warning in the layout docs that layout is unstableCamelid-3/+12
2021-05-11Remove FIXMECamelid-2/+4
2021-05-11rustdoc: Show basic type layout informationCamelid-3/+36
2021-05-11Fix border radius for doc code blocks in rustdocGuillaume Gomez-2/+2
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-19/+27
2021-05-10Rollup merge of #85118 - GuillaumeGomez:clipboard-svg, r=Nemo157Guillaume Gomez-11/+49
2021-05-10Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomezGuillaume Gomez-8/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-11/+49
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-19/+27
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-7/+3
2021-05-10Update documentation for SharedContext::maybe_collapsed_doc_valueGuillaume Gomez-2/+2
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-217/+68
2021-05-10End toggle migrationGuillaume Gomez-217/+68
2021-05-08Add `#[track_caller]` to `FakeDefId::expect_real()`Camelid-0/+1
2021-05-08Remove `FakeDefId::expect_local()`Camelid-20/+16
2021-05-08Auto merge of #84470 - jyn514:lints, r=GuillaumeGomezbors-8/+1