about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2023-09-12Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart...bors-2/+4
2023-09-11Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obkMatthias Krüger-1/+1
2023-09-11add `is_host_effect` to `GenericParamDefKind::Const` and address reviewDeadbeef-1/+1
2023-09-08Reuse rustdoc's doc comment handling in ClippyAlex Macleod-2/+4
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-11/+148
2023-09-03rustdoc-search: add support for type parametersMichael Howell-4/+0
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-98/+6
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-98/+6
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-8/+23
2023-08-30Do not ICE in rustdoc.Camille GILLOT-1/+1
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-17/+0
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-0/+17
2023-08-26rustdoc: normalize all typedef inner typesUrgau-0/+25
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-21/+5
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-10/+6
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-4/+136
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-16/+20
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-50/+54
2023-08-16Use more named format argsGuillaume Gomez-12/+18
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-43/+41
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-5/+5
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-5/+5
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-2/+2
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-6/+20
2023-08-03Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkovbors-9/+5
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+2
2023-08-02Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obkNilstrieb-6/+0
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0
2023-08-02Only call `parse_token_tree` once.Nicholas Nethercote-5/+4
2023-08-02Inline and remove `parse_all_token_trees`.Nicholas Nethercote-1/+4
2023-08-02`parse_all_token_trees` cannot fail.Nicholas Nethercote-7/+1
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-2/+34
2023-07-29Move Res check into `should_ignore_res`Guillaume Gomez-2/+2
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-45/+77
2023-07-28Lower generic const items to HIRLeón Orell Valerian Liehr-1/+2
2023-07-28Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkovbors-5/+5
2023-07-27Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm...bors-3/+132
2023-07-27Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...Guillaume Gomez-35/+62
2023-07-27Remove transmute calls and caching for use pathsGuillaume Gomez-30/+24
2023-07-27Avoid some token cloning in `filter_tokens_from_list`.Nicholas Nethercote-5/+5
2023-07-26Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddlebors-16/+37
2023-07-26Fix regression for private in publicGuillaume Gomez-0/+1
2023-07-26rustdoc: fix cross-crate impl-SizedLeón Orell Valerian Liehr-14/+47
2023-07-26rustdoc: stylistic changesLeón Orell Valerian Liehr-21/+15
2023-07-25Improve performance of `first_non_private`Guillaume Gomez-22/+18
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-13/+14
2023-07-24Cache qpath first public resultGuillaume Gomez-26/+46
2023-07-24Revert "Remove needs for transmute"Guillaume Gomez-28/+20
2023-07-24Remove needs for transmuteGuillaume Gomez-20/+28