about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-04-20change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda-8/+11
2023-04-20Remove WithOptconstParam.Camille GILLOT-2/+2
2023-04-19rustdoc-search: give longer notification for type correctionsMichael Howell-2/+7
2023-04-19Fix missing blanket impl if the trait is not directly publicGuillaume Gomez-1/+1
2023-04-19Remove find_map_relevant_implMichael Goulet-9/+11
2023-04-18rustdoc: format type layout template with newline after `<p>`Michael Howell-8/+16
2023-04-18rustdoc: create variants list outside of templateMichael Howell-63/+60
2023-04-18rustdoc: use a separate template for type layout sizeMichael Howell-12/+24
2023-04-18Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n...Matthias Krüger-10/+38
2023-04-18Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book...Matthias Krüger-0/+2
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-196/+227
2023-04-17rustdoc-search: fix incorrect doc commentMichael Howell-1/+1
2023-04-17Fix invalid handling of nested items with `--document-private-items`Guillaume Gomez-5/+35
2023-04-17Remove unused RustdocVisitor::visit_item_inner return typeGuillaume Gomez-5/+3
2023-04-17Add code comment to remind contributors to update rustdoc book if they update...Guillaume Gomez-0/+2
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-23/+23
2023-04-17Rollup merge of #110404 - matthiaskrgr:mapmap, r=NilstriebMatthias Krüger-4/+3
2023-04-17Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger-4/+2
2023-04-16Spelling librustdocJosh Soref-23/+23
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-1/+1
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-4/+3
2023-04-16Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e...fee1-dead-6/+5
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-1/+1
2023-04-16Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.Nicholas Nethercote-6/+5
2023-04-15rustdoc: stop passing a title to `replaceState` second argumentMichael Howell-4/+2
2023-04-15fix clippy::{filter_map_identiy, map_identity, manual_flatten}Matthias Krüger-1/+1
2023-04-15Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r...bors-11/+10
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-11/+10
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-9/+2
2023-04-14Rollup merge of #110305 - notriddle:notriddle/es6-map-set, r=GuillaumeGomezYuki Okushi-58/+73
2023-04-14Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomezYuki Okushi-1/+1
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-40/+55
2023-04-14Auto merge of #110160 - petrochenkov:notagain2, r=cjgillotbors-3/+3
2023-04-13rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell-21/+40
2023-04-13rustdoc-search: use ES6 `Set` for deduplication instead of `Object`Michael Howell-3/+3
2023-04-13rustdoc-search: use ES6 `Map` for generic matching instead of `Object`Michael Howell-23/+14
2023-04-13rustdoc-search: use ES6 `Map` for aliases instead of `Object`Michael Howell-11/+16
2023-04-13Correctly handle built-in compiler proc-macros as proc-macro and not macroGuillaume Gomez-40/+55
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-1/+0
2023-04-12Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgrbors-10/+4
2023-04-12Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddleMatthias Krüger-1/+1
2023-04-12Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8KiMatthias Krüger-9/+3
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-0/+1
2023-04-12Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomezMatthias Krüger-1/+5
2023-04-12Move creation of `theme.css` file from `--extend-css` command into the `stati...Guillaume Gomez-1/+1
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-56/+8
2023-04-12remove some unneeded importsKaDiWa-9/+2
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+1
2023-04-12rustdoc: make settings radio and checks thicker, less contrastMichael Howell-1/+5
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-3/+3