about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2023-07-24Re-add missing generics in `first_non_private`Guillaume Gomez-3/+23
2023-07-24Add support for `--document-hidden-items` in `first_non_private`Guillaume Gomez-1/+2
2023-07-24Add test for private itemsGuillaume Gomez-0/+3
2023-07-24Correctly handle `super` and `::`Guillaume Gomez-1/+10
2023-07-24Rename `first_not_private` into `first_non_private`Guillaume Gomez-2/+2
2023-07-24Improve code readabilityGuillaume Gomez-32/+27
2023-07-24If re-export is private, get the next item until a public one is found or exp...Guillaume Gomez-3/+93
2023-07-24Fix missing attribute merge on glob foreign re-exportsGuillaume Gomez-16/+37
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-13/+14
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-1/+4
2023-07-20XSimplifiedType to SimplifiedType::Xlcnr-28/+27
2023-07-19Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no...Dylan DPC-3/+16
2023-07-18support for mips32r6 as a target_arch valuechenx97-0/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+1
2023-07-18Remove unneeded `Option<Symbol>` in `foreign_items`Guillaume Gomez-1/+1
2023-07-18Fix invalid display of inlined re-exportGuillaume Gomez-3/+16
2023-07-18Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obkbors-2/+2
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-8/+8
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-2/+2
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-8/+8
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-80/+78
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-18/+16
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-2/+1
2023-06-27Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgrbors-1/+4
2023-06-27Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddleMatthias Krüger-1/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-39/+19
2023-06-26Add/improve code commentsGuillaume Gomez-1/+4
2023-06-26Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomezTakayuki Maeda-43/+45
2023-06-25rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-posLeón Orell Valerian Liehr-13/+5
2023-06-24rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b...León Orell Valerian Liehr-43/+45
2023-06-23Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obkMatthias Krüger-13/+8
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-0/+3
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-13/+8
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-4/+17
2023-06-21Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not...Guillaume Gomez-9/+13
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+17
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-20/+21
2023-06-20Add `Item::def_id` helperGuillaume Gomez-9/+13
2023-06-19Clean up "doc(hidden)" checkGuillaume Gomez-3/+11
2023-06-19s/Clause/ClauseKindMichael Goulet-20/+21
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-1/+1
2023-06-17Move WF goal to clauseMichael Goulet-1/+1
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-0/+5
2023-06-14remove drain-on-drop behavior from vec::DrainFilter and add #[must_use]The 8472-3/+3
2023-06-07use wf::object_region_boundsLeón Orell Valerian Liehr-42/+9
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-49/+268
2023-06-05cleanup some skip_binder -> subst_identityKyle Matsuda-3/+3
2023-06-04Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n...Matthias Krüger-1/+2
2023-06-01Fix bug where private item with intermediate doc hidden re-export was not inl...Guillaume Gomez-1/+2
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-3/+3