about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-05-30Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomezManish Goregaokar-40/+64
2016-05-30print enum variant fields in docsOliver Schneider-40/+64
2016-05-30Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomezManish Goregaokar-2/+6
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-1/+1
2016-05-27Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+4
2016-05-27Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnikGuillaume Gomez-0/+4
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-2/+6
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-2/+2
2016-05-24Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomezGuillaume Gomez-0/+1
2016-05-24Fix invalid background color in stability elementsGuillaume Gomez-0/+4
2016-05-22Fixed shortcut handling. Reverted to [Shift]+[+=]Alex Ozdemir-3/+3
2016-05-22Changed toggle all sections key to `T`Alex Ozdemir-2/+3
2016-05-21Auto merge of #33765 - alex-ozdemir:master, r=Manishearthbors-3/+11
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-12/+43
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-3/+11
2016-05-20Update testsManish Goregaokar-15/+17
2016-05-19Auto merge of #33742 - Manishearth:rollup, r=Manishearthbors-2/+3
2016-05-19Rollup merge of #33705 - lqd:rustdoc-version-tooltip, r=GuillaumeGomezManish Goregaokar-2/+3
2016-05-19Auto merge of #33702 - crimsun:pr33678, r=alexcrichtonbors-4/+3
2016-05-19Make the #[stable(since)] version attribute clearer with a tooltipRémy Rakic-2/+3
2016-05-18Move read more link to same lineManish Goregaokar-5/+6
2016-05-18rustdoc: Support short doc fallback for non-default itemsManish Goregaokar-9/+25
2016-05-18rustdoc: Add doc snippets for trait impls, with a read more linkManish Goregaokar-0/+12
2016-05-18Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mwbors-10/+15
2016-05-18ignore dep-graph in resolve and lower_crateNiko Matsakis-1/+1
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-9/+14
2016-05-18Auto merge of #33710 - Manishearth:rollup, r=Manishearthbors-1/+15
2016-05-18Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnikManish Goregaokar-0/+4
2016-05-18Rollup merge of #33656 - GuillaumeGomez:lifetime_bound, r=steveklabnikManish Goregaokar-1/+11
2016-05-18Resolved rustdoc crash (#33678) by aborting instead of unwrapping.User-4/+3
2016-05-16Fix selected item background styleGuillaume Gomez-0/+4
2016-05-16Remove hir::IdentVadim Petrochenkov-3/+3
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-127/+81
2016-05-15Add lifetime's bounds in doc generationGuillaume Gomez-1/+11
2016-05-14Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichtonbors-8/+7
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-127/+81
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-6/+6
2016-05-13Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrcbors-3/+2
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-8/+7
2016-05-11Rollup merge of #33542 - GuillaumeGomez:move_since, r=steveklabnikSteve Klabnik-3/+9
2016-05-11Make LocalCrateReader private to creader.Ms2ger-2/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-2/+1
2016-05-10Auto merge of #33425 - eddyb:rift, r=nikomatsakisbors-51/+52
2016-05-10Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiynbors-1/+1
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-31/+34
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-16/+16
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-18/+16
2016-05-10Improve "since" tag placementGuillaume Gomez-3/+9