summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-05-06rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+32
2018-04-20Fix rustdoc after changing type param representation.Michael Woerister-3/+11
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-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
2018-03-19Fix automatic urls with backticksGuillaume Gomez-8/+8
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-4/+4
2018-03-14expose #[target_feature] attributes in rustdocQuietMisdreavus-2/+51
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-450/+466
2018-03-14remove defaulting to unitAndrew Cann-4/+4
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+1
2018-03-08Deduplicate code in rustdocOliver Schneider-38/+24
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-16/+37
2018-03-08Fully use miri in transOliver Schneider-2/+10
2018-03-08Initial changes to librustc to support const trait fns.Alexander Regueiro-7/+2
2018-03-04Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)Tatsuyuki Ishi-11/+0
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+4
2018-03-01Fix breakage in rustdocSean Griffin-1/+6
2018-02-28Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM...kennytm-2/+6
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-3/+12
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-2/+6
2018-02-21proper early-bail conditionQuietMisdreavus-1/+1
2018-02-21track extern traits being inlinedQuietMisdreavus-1/+6
2018-02-21manually release `cx.external_traits` while building the new traitQuietMisdreavus-3/+7
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-2/+6
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-0/+45
2018-02-18Filter out non-macros in resolve_macroManish Goregaokar-2/+6
2018-02-18Don't generate auto trait impls for type aliasesAaron Hill-1/+1
2018-02-18More formatting fixesAaron Hill-2/+1
2018-02-18Cleanup formattingAaron Hill-45/+26
2018-02-18Generate documentation for auto-trait implsAaron Hill-71/+1869
2018-02-16Remove hoedown from rustdocGuillaume Gomez-1/+1
2018-02-10Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavuskennytm-0/+4