summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-7/+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-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-2/+8
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-4/+4
2016-06-09fix damage in librustcAriel Ben-Yehuda-4/+5
2016-06-05rustdoc: Remove Derived Implementations titleOliver Middleton-7/+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-71/+45
2016-05-15Add lifetime's bounds in doc generationGuillaume Gomez-1/+11
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-71/+45
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: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-28/+31
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-13/+13
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-15/+14
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-0/+7
2016-05-08Rollup merge of #33373 - birkenfeld:issue-32555, r=blussManish Goregaokar-3/+3
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-3/+2
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-0/+1
2016-05-05fixesAriel Ben-Yehuda-0/+1
2016-05-03rustdoc: use btree map for where clausesGeorg Brandl-3/+3
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-12/+11
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-3/+2
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-3/+3
2016-04-26Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichtonManish Goregaokar-2/+2
2016-04-26Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichtonManish Goregaokar-18/+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-24Remove, now unnecessary, workaroundmitaa-18/+2
2016-04-24Inline impls on traits toomitaa-0/+1
2016-04-22rustdoc: Cleanup ABI renderingOliver Middleton-3/+3
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-23/+43
2016-04-18Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnikSteve Klabnik-0/+11
2016-04-18Reachability check cross-crate linksmitaa-12/+8
2016-04-18Perform doc-reachability check for inlined implsmitaa-13/+28
2016-04-14Fix fallout in rustdocJeffrey Seyfried-11/+16
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+1
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-9/+18
2016-04-08Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichtonbors-4/+0