about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-07-13Remove unnecessary CrateNum from Cache.externsJoshua Nelson-8/+8
2021-07-13Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpiderYuki Okushi-46/+1
2021-07-12Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremeebors-54/+79
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-9/+9
2021-07-07Only show restricted pub useGuillaume Gomez-1/+2
2021-07-07Fix reexports visibilityGuillaume Gomez-32/+30
2021-07-07Unify macro source displayGuillaume Gomez-58/+48
2021-07-07Fix rendering of reexported macros 2.0Guillaume Gomez-9/+45
2021-07-06fix dead link for method in trait of blanket impl from third party crateFrançois Mockers-1/+1
2021-07-06Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514bors-55/+45
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-2/+2
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-6/+7
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-24/+26
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-26/+24
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-25/+18
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-43/+39
2021-07-05rustdoc: Remove unused Clean implsJoshua Nelson-46/+1
2021-07-05Remove `impl Clean for {Ident, Symbol}`Joshua Nelson-15/+1
2021-07-05Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514bors-47/+39
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-47/+39
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-26Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG...bors-3/+18
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-80/+87
2021-06-26Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantillaYuki Okushi-1/+18
2021-06-22Account for more casesDeadbeef-4/+4
2021-06-22Do not list impl when trait has doc(hidden)Deadbeef-1/+18
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-75/+45
2021-06-18Resolve intra-doc links in summary descMichael Howell-0/+27
2021-06-18rustdoc: Render `<Self as X>::Y` type casts properly across crate boundsJustus K-3/+18
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-6/+19
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-18/+42
2021-06-16Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqdYuki Okushi-1/+7
2021-06-15Don't mark "safe" intrinsics as unsafeGuillaume Gomez-1/+7
2021-06-12dont ICE on `ConstEvaluatable` predicatesEllen-1/+1
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-4/+15
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-1/+2
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-88/+5
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-1/+6
2021-06-05Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomezYuki Okushi-20/+33
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-35/+0
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-1/+2
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+6
2021-06-04Remove `doc(include)`Joshua Nelson-88/+5
2021-06-03rustdoc- Show defaults on const generics Ellen-4/+15
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+0
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-31* Put crates list at all levelsGuillaume Gomez-1/+0
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-31/+0