summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-4/+5
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-1/+1
2016-05-10Refactor `hir::lowering` APIJeffrey Seyfried-2/+2
2016-05-10Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont...Jeffrey Seyfried-3/+2
2016-05-10Give lowering functions mutable access to the lowering contextJeffrey Seyfried-2/+2
2016-05-09Auto merge of #33443 - jseyfried:resolve_ast, r=nrcbors-7/+11
2016-05-09Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichtonManish Goregaokar-3/+12
2016-05-09Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnikManish Goregaokar-7/+48
2016-05-09rustdoc: remove artificial indentation of doctest codeGeorg Brandl-1/+1
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-3/+12
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-7/+11