about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-2/+3
2022-09-28rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etcMichael Howell-1/+0
2022-09-28rustdoc: clean up "normalize.css 8" input override CSSMichael Howell-13/+11
2022-09-28Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomezbors-3/+8
2022-09-28rustdoc: cut margin-top from first header in docblockMichael Howell-0/+7
2022-09-28Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matkladbors-3/+6
2022-09-28Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelidYuki Okushi-3/+0
2022-09-28Address review comments.Nicholas Nethercote-1/+1
2022-09-27rustdoc: remove redundant mobile `.source > .sidebar` CSSMichael Howell-3/+0
2022-09-27Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddleMatthias Krüger-1/+3
2022-09-27Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-27Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomezMatthias Krüger-7/+0
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-3/+8
2022-09-27Fix regression for results colorsGuillaume Gomez-1/+3
2022-09-27rustdoc: remove redundant `#help-button` CSSMichael Howell-5/+0
2022-09-27rustdoc: use CSS containment to speed up renderJacob Hoffman-Andrews-13/+29
2022-09-26Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomezMichael Howell-28/+28
2022-09-26rustdoc: remove no-op CSS `.srclink { font-weight; font-size }`Michael Howell-7/+0
2022-09-26rustdoc: simplify example-line-numbers CSS selectorMichael Howell-4/+4
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-28/+28
2022-09-26rustdoc: merge `table { border-collapse } into `.docblock table`Michael Howell-4/+1
2022-09-26rustdoc: remove unneeded CSS `td, th { padding 0 }`Michael Howell-5/+0
2022-09-26Add `rustc_lexer::TokenKind::Eof`.Nicholas Nethercote-1/+5
2022-09-26Make `rustc_lexer::cursor::Cursor` public.Nicholas Nethercote-5/+4
2022-09-25rustdoc: clean up `.out-of-band`/`.in-band` CSSMichael Howell-14/+8
2022-09-25Rollup merge of #102242 - notriddle:notriddle/summary, r=GuillaumeGomezMatthias Krüger-4/+0
2022-09-24rustdoc: remove unused CSS `.summary`Michael Howell-4/+0
2022-09-24rustdoc: remove unused CSS `#main-content > .line-numbers`Michael Howell-4/+0
2022-09-24Rollup merge of #102203 - notriddle:notriddle/source-sidebar, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-24Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomezMatthias Krüger-1/+1
2022-09-23rustdoc: remove no-op CSS rule `#source-sidebar { z-index: 1 }`Michael Howell-1/+0
2022-09-23rustdoc: remove no-op mobile CSS `#source-sidebar { z-index: 11 }`Michael Howell-4/+0
2022-09-23rustdoc: CSS prevent sidebar width change jankMichael Howell-1/+1
2022-09-23Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomezMatthias Krüger-30/+17
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-1/+0
2022-09-23Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG...Matthias Krüger-1/+0
2022-09-22rustdoc: fix unit testsMichael Howell-6/+5
2022-09-22rustdoc: clean up CSS/DOM for deprecation warningsMichael Howell-24/+12
2022-09-22Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=Guillau...Matthias Krüger-4/+0
2022-09-22Rollup merge of #102135 - GuillaumeGomez:rename-alltypes-fields, r=notriddleMatthias Krüger-10/+12
2022-09-22Rollup merge of #102125 - notriddle:notriddle/content-item-info, r=GuillaumeG...Matthias Krüger-1/+0
2022-09-22Rollup merge of #102118 - notriddle:notriddle/line-numbers, r=GuillaumeGomezMatthias Krüger-16/+38
2022-09-22rustdoc: remove no-op CSS `.location:empty { border: none }`Michael Howell-4/+0
2022-09-22Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=...Dylan DPC-1/+1
2022-09-22Improve some AllTypes fields nameGuillaume Gomez-10/+12
2022-09-21rustdoc: remove no-op CSS `.content .item-info { position: relative }`Michael Howell-1/+0
2022-09-21rustdoc: remove unnecessary `max-width` on headersMichael Howell-1/+0
2022-09-22Rollup merge of #102100 - GuillaumeGomez:stab-in-docblocks, r=notriddleYuki Okushi-0/+6
2022-09-22Rollup merge of #102075 - notriddle:notriddle/content-methods-method, r=Guill...Yuki Okushi-4/+0
2022-09-22Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddleYuki Okushi-44/+104