summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2016-08-13Rename empty/bang to neverAndrew Cann-4/+3
2016-08-13Remove obsolete divergence related stuffAndrew Cann-11/+0
2016-08-13Fix rustdoc after rebaseAndrew Cann-0/+2
2016-08-12rustc: add TyAnon (impl Trait) to the typesystem.Eduard Burtescu-0/+12
2016-08-12syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.Eduard Burtescu-0/+4
2016-08-11Substitute private type aliases in rustdocpetrochenkov-2/+79
2016-08-01Move caching of HIR-inlining into CStore in order to avoid duplicating inline...Michael Woerister-1/+6
2016-07-25Adressed PR comments.cgswords-21/+1
2016-07-25General MetaItem encapsulation rewrites.cgswords-29/+50
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-2/+19
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-2/+19
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-2/+1
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-1/+1
2016-07-08Merge PatKind::QPath into PatKind::Path in HIRVadim Petrochenkov-3/+3
2016-07-08Remove unnecessary accessor function VariantDefData::kindVadim Petrochenkov-1/+1
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-2/+1
2016-07-05Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnikbors-0/+3
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-0/+3
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