about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-08-02Replace `* -> vec` with `-> vec` in docsNoah Lev-1/+1
2022-08-02rustdoc: use a more compact encoding for source-files.jsMichael Howell-20/+31
2022-08-02Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddleMatthias Krüger-1/+1
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-1/+1
2022-08-02Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri...Matthias Krüger-1/+9
2022-08-01Shrink `Token`.Nicholas Nethercote-1/+1
2022-07-30Rollup merge of #99904 - GuillaumeGomez:cleanup-html-whitespace, r=notriddleYuki Okushi-19/+21
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-2/+2
2022-07-29Remove unwanted extra white space characters from HTMLGuillaume Gomez-19/+21
2022-07-28Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no...Dylan DPC-2/+1
2022-07-27Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddleGuillaume Gomez-6/+2
2022-07-27Fix headings borderGuillaume Gomez-5/+1
2022-07-27Fix invalid css property valueGuillaume Gomez-1/+1
2022-07-27Fix settings display on small screen sizeGuillaume Gomez-2/+1
2022-07-27Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomezYuki Okushi-1/+6
2022-07-26Fix display of item info and unify their heightGuillaume Gomez-1/+9
2022-07-26Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl...Matthias Krüger-6/+21
2022-07-25apply review suggestionsMaybe Waffle-1/+1
2022-07-25Add a clickable link to the layout sectionest31-1/+6
2022-07-25Fix sidebar background-color on mobileGuillaume Gomez-1/+0
2022-07-25fix rustdoc-gui testsMaybe Waffle-1/+1
2022-07-24Satisfy theme checkMaybe Waffle-0/+1
2022-07-24add backticksMaybe Waffle-2/+2
2022-07-24Add support for `#[rustc_must_implement_one_of]` to rustdocMaybe Waffle-7/+21
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-5/+5
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-5/+5
2022-07-22Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddleDylan DPC-12/+9
2022-07-21Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddleMatthias Krüger-2/+2
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-2/+2
2022-07-20Rollup merge of #99489 - GuillaumeGomez:gui-fixes, r=notriddleMatthias Krüger-7/+22
2022-07-20Remove CSS transition for search input border-colorGuillaume Gomez-1/+0
2022-07-20Fix CSS on search input focusGuillaume Gomez-3/+21
2022-07-20Fix crate filter select displayGuillaume Gomez-3/+1
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-1/+34
2022-07-19Improve the function pointer docsMichael Howell-6/+26
2022-07-18Group CSS font ruleGuillaume Gomez-12/+9
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-1/+14
2022-07-17Fix auto-expand of trees in source code page sidebarGuillaume Gomez-1/+1
2022-07-15Rollup merge of #99209 - GuillaumeGomez:crate-level-sidebar, r=jshaDylan DPC-18/+15
2022-07-15Rollup merge of #99237 - GuillaumeGomez:rustdoc-css-cleanup, r=notriddleDylan DPC-48/+6
2022-07-14Correctly handle crate level page on docs.rs as wellGuillaume Gomez-18/+15
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-1/+1
2022-07-14Removed unused HTML IDsGuillaume Gomez-2/+0
2022-07-14Remove unused CSSGuillaume Gomez-46/+6
2022-07-13Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomezbors-163/+45
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-6/+8
2022-07-11Remove box syntax from Box<dyn Iterator> constructionest31-6/+8
2022-07-11Continue themes CSS migration over CSS variablesGuillaume Gomez-130/+45
2022-07-11Remove unused CSS rulesGuillaume Gomez-33/+0
2022-07-11Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPCMatthias Krüger-7/+3