summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
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-2/+8
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-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-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-0/+13
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+5
2018-03-19Fix automatic urls with backticksGuillaume Gomez-8/+8
2018-03-14expose #[target_feature] attributes in rustdocQuietMisdreavus-0/+13
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-1/+2
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-1/+5
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-2/+6
2018-02-18Filter out non-macros in resolve_macroManish Goregaokar-2/+6
2018-02-18More formatting fixesAaron Hill-2/+1
2018-02-18Cleanup formattingAaron Hill-23/+14
2018-02-18Generate documentation for auto-trait implsAaron Hill-59/+382
2018-02-16Remove hoedown from rustdocGuillaume Gomez-1/+1
2018-02-07intra-doc-links: bail early for linky thingsManish Goregaokar-0/+4
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-2/+9
2018-01-25Handle variantsManish Goregaokar-4/+17
2018-01-24Make it work for traitsManish Goregaokar-8/+37
2018-01-24Handle methodsManish Goregaokar-19/+76
2018-01-24Return Def from resolve()Manish Goregaokar-17/+17
2018-01-24Return Err() if resolve() is called before modules are set upManish Goregaokar-3/+1
2018-01-24Turn error into warningManish Goregaokar-4/+4
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+1
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-0/+11
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+1
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+11
2018-01-22Move macro_resolve() into a functionManish Goregaokar-27/+29
2018-01-22Move resolve() into a functionManish Goregaokar-23/+25
2018-01-22Add ambiguity errors for macrosManish Goregaokar-19/+35