summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-06-03rustdoc: hide macro export statements from docsQuietMisdreavus-0/+3
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-9/+10
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-9/+10
2018-05-05Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavusbors-31/+32
2018-05-03rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+32
2018-05-02make it compile againflip1995-5/+5
2018-05-02Fix failures in rustdocSeiichi Uchida-179/+63
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+1
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-8/+8
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-8/+8
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+2
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-0/+1
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-0/+1
2018-04-19Remove HIR inliningWesley Wiser-23/+1
2018-04-16Add warning if a resolution failedGuillaume Gomez-0/+8
2018-04-13Use InternedString rather than Name for RegionParameterDefvarkor-4/+4
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-3/+1
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-3/+11
2018-04-09Convert sort_unstable_by to sort_by_cached_keyvarkor-3/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-42/+43
2018-04-06Remove more duplicated spansVadim Petrochenkov-1/+1
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-10/+2
2018-04-06Fix rustdoc after changing type param representation.Michael Woerister-3/+11
2018-04-04Rollup merge of #49603 - GuillaumeGomez:fix-intra-link-trait-provided-method,...kennytm-1/+7
2018-04-04Rollup merge of #49512 - GuillaumeGomez:intra-links-fields, r=QuietMisdreavuskennytm-3/+22
2018-04-02Fix url for intra link provided methodGuillaume Gomez-1/+7
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+5
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-13/+72
2018-03-30Add support for variant and types fields for intra linksGuillaume Gomez-3/+22
2018-03-29Add primitive intra-linksGuillaume Gomez-13/+72
2018-03-29Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakisbors-2/+0
2018-03-28Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomezkennytm-10/+59
2018-03-28Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavusbors-12/+67
2018-03-27rustdoc: Handle explicit ?Sized on foreign impl TraitManish Goregaokar-3/+14
2018-03-27rustdoc: Remove Sized bounds when cleaning foreign impl TraitManish Goregaokar-0/+8
2018-03-27rustdoc: Include associated type bounds when cleaning foreign impl traitsManish Goregaokar-8/+38
2018-03-27rustdoc: Don't use into_iter() when cleaning impl TraitManish Goregaokar-1/+1
2018-03-24Fix impl assoc constant link not workingGuillaume Gomez-8/+6
2018-03-24CleanupShotaro Yamada-1/+2
2018-03-24Resolve `impl Trait` in argument positionShotaro Yamada-10/+51
2018-03-24Hide synthesized type parametersShotaro Yamada-1/+14
2018-03-23Fix rustdocSean Griffin-2/+0
2018-03-22Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...kennytm-8/+8
2018-03-22Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomezkennytm-2/+51
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+5
2018-03-20Fix tidy trailing whitespacePhlosioneer-2/+2
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-35/+67