summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-6/+0
2016-06-23Address comments and fix travis warningJonathan Turner-2/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-5/+5
2016-06-14Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichtonbors-1/+3
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-1/+3
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-2/+2
2016-06-05rustdoc: Remove Derived Implementations titleOliver Middleton-6/+0
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-1/+2
2016-05-31add `Issue32330` warning marker to bound regionsNiko Matsakis-1/+1
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-1/+1
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-2/+2
2016-05-18Auto merge of #33710 - Manishearth:rollup, r=Manishearthbors-1/+11
2016-05-18Rollup merge of #33656 - GuillaumeGomez:lifetime_bound, r=steveklabnikManish Goregaokar-1/+11
2016-05-16Remove hir::IdentVadim Petrochenkov-3/+3
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-69/+44
2016-05-15Add lifetime's bounds in doc generationGuillaume Gomez-1/+11
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-69/+44
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-7/+0
2016-05-11rustc: Remove the unnecessary ast_ty_to_ty_cache.Eduard Burtescu-1/+1
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-1/+1
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-4/+4
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-0/+7
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-1/+1
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-0/+1
2016-05-05fixesAriel Ben-Yehuda-0/+1
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-7/+7
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+1
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-3/+3
2016-04-25Linkify extern crates on rustdoc pagesmitaa-2/+2
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-1/+1
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+2
2016-04-22rustdoc: Cleanup ABI renderingOliver Middleton-3/+3
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-7/+21
2016-04-18Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnikSteve Klabnik-0/+11
2016-04-18Reachability check cross-crate linksmitaa-0/+5
2016-04-18Perform doc-reachability check for inlined implsmitaa-1/+1
2016-04-14Fix fallout in rustdocJeffrey Seyfried-8/+13
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+1
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-6/+15
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-4/+0
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-4/+10
2016-04-07Remove rustdocs json formatmitaa-4/+0
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+1
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+6
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-13/+13
2016-04-02Make the rendering process less pass-awaremitaa-11/+18
2016-03-29Avoid linking to itself in implementors section of trait pageSeo Sanghyeon-0/+11
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-35/+45
2016-03-27Load struct-variant data correctly from metadatamitaa-12/+5