summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-6/+12
2016-04-07Remove rustdocs json formatmitaa-4/+0
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+1
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-2/+6
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-5/+5
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-8/+8
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-13/+13
2016-04-02Make the rendering process less pass-awaremitaa-11/+18
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-4/+4
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-40/+57
2016-03-27Load struct-variant data correctly from metadatamitaa-12/+5
2016-03-27Correct anchor for links to associated trait itemsmitaa-28/+52