summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-1/+1
2020-10-02Remove unneeded replaceGuillaume Gomez-1/+1
2020-09-25Rename `whence` to `span`Camelid-19/+19
2020-09-21Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomezecstatic-morse-19/+22
2020-09-18Auto merge of #76782 - lzutao:rd-cap, r=jyn514bors-6/+8
2020-09-18Calculate more correct capacity in merge_attrsLzu Tao-6/+8
2020-09-16Only get ImplKind::Impl onceLzu Tao-19/+22
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-1/+1
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+10
2020-09-13allow concrete self types in constsBastian Kauschke-1/+1
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-1/+2
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-5/+7
2020-09-13Ignore rustc_private items from std docsLzu Tao-9/+10
2020-09-12Fix a typoAnthony Ramine-1/+1
2020-09-12Rollup merge of #76297 - lcnr:const-ty-alias, r=varkorRalf Jung-10/+10
2020-09-11Fix formatting for tidySlightlyOutOfPhase-1/+2
2020-09-11Check basic constness before unstable constnessSlightlyOutOfPhase-2/+3
2020-09-11Use `is_unstable_const_fn` where appropriateSlightlyOutOfPhase-5/+5
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+2
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-10/+43
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-10/+10
2020-09-04Misc cleanupJoshua Nelson-2/+4
2020-09-03rustdoc: fix min_const_generics with ty::ParamBastian Kauschke-10/+10
2020-09-03Remove disambiguators from link textJoshua Nelson-2/+14
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-7/+14
2020-09-03Refactor `ItemLink` into its own structJoshua Nelson-3/+15
2020-08-31Fix strings indentGuillaume Gomez-12/+9
2020-08-29rustdoc: Fix intra-doc links for cross-crate re-exports of traitsJoshua Nelson-1/+3
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-23/+128
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-7/+7
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-1/+10
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-1/+1
2020-08-19xpy fmtJoshua Nelson-4/+5
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-1/+1
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-53/+78
2020-08-19impl_for_type -> PrimitiveType::implsJoshua Nelson-57/+59
2020-08-19Return all impls, not just the primary oneJoshua Nelson-10/+31
2020-08-19Say `tcx.lang_items()` lessJoshua Nelson-20/+21
2020-08-19Refactor `impl_for_type` into a separate functionJoshua Nelson-29/+34
2020-08-18Add long cfg description to tooltip on short descriptionWim Looman-32/+83
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-6/+6
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-6/+6
2020-08-16rustdoc: clean `QPath::LangItem`David Wood-0/+21
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-6/+6
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-6/+6
2020-08-13Add Array Impl Lang Item in various placeskadmin-1/+1
2020-08-11Feature gate is always presentMark Rousskov-2/+2
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+23
2020-08-09Render longhand multiple crate/target features nicerWim Looman-2/+49
2020-08-09Improve rendering of crate features via doc(cfg)Wim Looman-0/+7