about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-07-14Removed unused HTML IDsGuillaume Gomez-2/+0
2022-07-14Remove unused CSSGuillaume Gomez-46/+6
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-27/+27
2022-07-13Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomezbors-164/+46
2022-07-13Rollup merge of #99152 - GuillaumeGomez:css-theme-var, r=jshaGuillaume Gomez-163/+45
2022-07-13Rollup merge of #98789 - aDotInTheVoid:rjdt-derives, r=jshaGuillaume Gomez-1/+1
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-39/+47
2022-07-11Remove box syntax from Box<BareFunctionDecl> constructionest31-3/+3
2022-07-11Remove box syntax for Box<rustdoc::clean::types::Type> constructionest31-11/+11
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-5/+5
2022-07-11Remove box syntax for Box<Attributes> constructionest31-6/+12
2022-07-11Remove box syntax from Box<dyn Iterator> constructionest31-6/+8
2022-07-11Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut...Matthias Krüger-23/+50
2022-07-11Continue themes CSS migration over CSS variablesGuillaume Gomez-130/+45
2022-07-11Remove unused CSS rulesGuillaume Gomez-33/+0
2022-07-11Fix rustdoc -Zhelp and -Chelp optionsGuillaume Gomez-11/+11
2022-07-10fix(doctest): treat fatal parse errors as incomplete attributesMichael Howell-23/+50
2022-07-11Remove box syntax from doctest.rsest31-7/+7
2022-07-11Remove box syntax from Box<function pointer> constructionest31-1/+1
2022-07-11Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPCMatthias Krüger-7/+3
2022-07-10Group .test-arrow CSS rules and fix rgb/rgba propertyGuillaume Gomez-7/+3
2022-07-10Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, ...Matthias Krüger-1/+2
2022-07-10Rollup merge of #99045 - 1011X:patch-1, r=GuillaumeGomezMatthias Krüger-1/+11
2022-07-09Fix display of search result crate filter dropdownGuillaume Gomez-1/+2
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-1/+1
2022-07-08set all padding for main element in printInfra-1/+1
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-4/+24
2022-07-08try to fix tidy issuesInfra-10/+10
2022-07-08improve print stylesInfra-1/+11
2022-07-07Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgrbors-18/+24
2022-07-07Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddleMatthias Krüger-17/+23
2022-07-07Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514Matthias Krüger-1/+1
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-1/+2
2022-07-07Replace boolean argument for print_where_clause with an enum to make code mor...Guillaume Gomez-17/+23
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-1/+1
2022-07-07Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddleDylan DPC-4/+16
2022-07-07Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomezDylan DPC-6/+2
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-1/+2
2022-07-06Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddleGuillaume Gomez-42/+20
2022-07-06Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=Guillaume...Guillaume Gomez-0/+1
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-13/+13
2022-07-06session: `terminal-width` -> `output-width`David Wood-13/+13
2022-07-06sess: stabilize `--terminal-width`David Wood-4/+24
2022-07-06Don't generate anchors on inherent impl methodsGuillaume Gomez-4/+16
2022-07-06Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obkDylan DPC-2/+3
2022-07-05Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddleGuillaume Gomez-14/+45
2022-07-05Fix invalid add of whitespace when there is where clauseGuillaume Gomez-14/+45
2022-07-05Fix link generation in the sidebar for implsGuillaume Gomez-15/+12
2022-07-05rustdoc: improve scroll locking in the rustdoc mobile sidebarsMichael Howell-7/+59
2022-07-05rustdoc: Add more semantic information to impl idspierwill-27/+8