about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-05-22Add new eslint rule to prevent whitespace before function call parenGuillaume Gomez-0/+1
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-7/+4
2022-05-21Extend `substs_to_args` into a perfectly-sized Vec almost every timeMichael Howell-16/+16
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-19/+20
2022-05-21Remove unused Hash impl from DocFragmentKindMichael Howell-1/+1
2022-05-21rustdoc: Some link resolution caching cleanupVadim Petrochenkov-35/+16
2022-05-21rustdoc: Stop using `write!` in `UrlFragment::render`Vadim Petrochenkov-14/+16
2022-05-21rustdoc: Remove `ItemFragment(Kind)`Vadim Petrochenkov-74/+30
2022-05-21Auto merge of #97246 - GuillaumeGomez:rollup-btcok8x, r=GuillaumeGomezbors-0/+8
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-53/+64
2022-05-21Rollup merge of #97218 - GuillaumeGomez:eslint-checks, r=notriddleGuillaume Gomez-0/+8
2022-05-21Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddlebors-206/+213
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-882/+927
2022-05-20Add eslint key-spacing checkGuillaume Gomez-0/+4
2022-05-20Add eslint arrow-spacing checkGuillaume Gomez-0/+4
2022-05-20Rollup merge of #97179 - GuillaumeGomez:eslint-lint, r=notriddleGuillaume Gomez-2/+6
2022-05-20Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelidGuillaume Gomez-1/+10
2022-05-19Add new lint to enforce whitespace after keywordsGuillaume Gomez-2/+6
2022-05-19Add and use stability helper methodsJacob Pratt-7/+4
2022-05-18Move some DOM generation into the HTML settings file directlyGuillaume Gomez-19/+15
2022-05-17rustdoc: avoid including impl blocks with filled-in genericsMichael Howell-2/+27
2022-05-18Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddleYuki Okushi-8/+8
2022-05-18Rollup merge of #96761 - klensy:no-rayon-here, r=CraftSpiderYuki Okushi-2/+9
2022-05-18Rollup merge of #96647 - Enselic:fix-hrtb-for-wherepredicate, r=CraftSpiderYuki Okushi-2/+8
2022-05-17Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomezbors-52/+73
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-52/+73
2022-05-17Fix display of search crate filter selectGuillaume Gomez-7/+7
2022-05-17Fix duplicated "in" in the search result textGuillaume Gomez-1/+1
2022-05-17Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillotbors-1/+1
2022-05-16rustdoc: Resolve some more doc links earlyVadim Petrochenkov-9/+32
2022-05-16Auto merge of #96676 - petrochenkov:docrules, r=GuillaumeGomezbors-30/+22
2022-05-15rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crateVadim Petrochenkov-30/+22
2022-05-15Add new eslint rule about brace styleGuillaume Gomez-33/+57
2022-05-15Prevent to recompute `should_show_cast` by passing down `self_def_id`Guillaume Gomez-197/+191
2022-05-15Reduce clean::Type size by replacing a DefId (only used to check for display)...Guillaume Gomez-18/+31
2022-05-15Rollup merge of #96958 - GuillaumeGomez:settings-menu-display, r=jshaMatthias Krüger-230/+122
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-11/+11
2022-05-14Remove theme picker buttonGuillaume Gomez-199/+12
2022-05-14Improve settings menu displayGuillaume Gomez-31/+110
2022-05-14Auto merge of #96345 - petrochenkov:linclean, r=notriddlebors-503/+241
2022-05-14Rollup merge of #96998 - notriddle:notriddle/var-N, r=jshaYuki Okushi-1/+1
2022-05-13Add bound_impl_trait_refJack Huey-5/+5
2022-05-13Add bound_type_ofJack Huey-5/+5
2022-05-13resolve: Move collection of all `macro_rules` in the crate to rustdocVadim Petrochenkov-2/+6
2022-05-13Fix rebaseVadim Petrochenkov-5/+2
2022-05-13rustdoc: Use `Visibility::is_public` moreVadim Petrochenkov-10/+6
2022-05-13rustdoc: Do not resolve associated item paths unnecessarilyVadim Petrochenkov-11/+9
2022-05-13rustdoc: Do not create `UrlFragment`s until they are necessaryVadim Petrochenkov-236/+133
2022-05-13rustdoc: Remove `fn resolve_macro`Vadim Petrochenkov-119/+43
2022-05-13rustdoc: Remove `ResolutionFailure::Dummy`Vadim Petrochenkov-37/+20