about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2023-02-17Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errorsMatthias Krüger-1/+1
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-5/+5
2023-02-16don't into selfMatthias Krüger-1/+1
2023-02-16Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddleMatthias Krüger-27/+145
2023-02-16Rename some region-specific stuffMichael Goulet-5/+5
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-93/+83
2023-02-15Use more let chainGuillaume Gomez-93/+83
2023-02-15Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do...Guillaume Gomez-4/+15
2023-02-14Correctly handle reexport traversal by fixing multiple bugs, especially for i...Guillaume Gomez-59/+85
2023-02-14Prevent some attributes from being merged with others on reexportsGuillaume Gomez-8/+89
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-4/+8
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-1/+1
2023-02-13Make folding traits generic over the InternerAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-11Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddleMatthias Krüger-3/+5
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-180/+6
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-0/+2
2023-02-10Also get current import attributesGuillaume Gomez-3/+5
2023-02-10add `AliasEq` to `PredicateKind`Boxy-0/+2
2023-02-10Stop resolving doc links on `mod` items twiceVadim Petrochenkov-13/+3
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-168/+4
2023-02-09Change to `ReError(ErrorGuaranteed)`Esteban Küber-1/+1
2023-02-09Introduce `ReError`Esteban Küber-0/+1
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-10/+6
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-35/+20
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-0/+1
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+1
2023-01-27Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitorbors-1/+3
2023-01-28Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all...Yuki Okushi-1/+3
2023-01-27Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnrbors-4/+4
2023-01-27Fix handling of items inside a `doc(hidden)` blockGuillaume Gomez-10/+6
2023-01-27Fix infinite loop in rustdoc get_all_import_attributes functionGuillaume Gomez-1/+3
2023-01-27Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomezbors-5/+0
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-4/+4
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-4/+4
2023-01-26rustdoc: Stop using `HirId`sVadim Petrochenkov-33/+19
2023-01-25rustdoc: Collect rustdoc-reachable items during early doc link resolutionVadim Petrochenkov-5/+0
2023-01-23Auto merge of #107136 - petrochenkov:dochidden, r=cjgillotbors-8/+1
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-15/+11
2023-01-21rustc_metadata: Encode `doc(hidden)` flag to metadataVadim Petrochenkov-8/+1
2023-01-17rustdoc: Fix glob import inliningVadim Petrochenkov-4/+21
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-10/+8
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-3/+3
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-2/+2
2023-01-14change const_param_default query to return EarlyBinder; remove bound_const_pa...Kyle Matsuda-1/+1
2023-01-14change usages of const_param_default query to bound_const_param_defaultKyle Matsuda-1/+3
2023-01-12Fix rendering 'const' for intrinsicsclubby789-2/+10
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-10/+6
2023-01-06rustdoc: Strip imports of items which are `#[doc(hidden)]`Nixon Enraght-Moony-0/+11
2023-01-03clean: Remove `ctor_kind` from `VariantStruct`.Nixon Enraght-Moony-3/+0