about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-08-28Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrumbors-3/+19
2019-08-28Save crate filtering on rustdocGuillaume Gomez-3/+19
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-2/+2
2019-08-27Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomezbors-507/+442
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-2/+2
2019-08-26Shorten line during rendering instead of in markdownMark Rousskov-44/+36
2019-08-26Inline recurse into only callsiteMark Rousskov-57/+40
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-52/+56
2019-08-26Inline RawMutableSpaceMark Rousskov-16/+7
2019-08-26Store only the current depthMark Rousskov-11/+11
2019-08-26Remove support for printing HRef in alternate modeMark Rousskov-11/+8
2019-08-26Remove dead tracking of external param namesMark Rousskov-45/+0
2019-08-26Mutate DocContext from LibEmbargoVisitor and RustdocVisitorMark Rousskov-27/+23
2019-08-26Move top-level Clean impl to functionMark Rousskov-87/+83
2019-08-26Move source HTML generation to own moduleMark Rousskov-173/+194
2019-08-25Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27bors-67/+214
2019-08-22Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnisonMazdak Farrokhzad-14/+14
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-14/+14
2019-08-21Replaced skipStorage with saveTheme variableGuillaume Gomez-4/+4
2019-08-21take into account the system themeGuillaume Gomez-3/+28
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-3/+10
2019-08-19Use BTreeMap for deterministic iter orderShotaro Yamada-6/+5
2019-08-19Support nested `impl Trait`Shotaro Yamada-25/+33
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-68/+121
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-22/+102
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-2/+4
2019-08-18Pre intern the `Self` parameter typeMatthew Jasper-2/+2
2019-08-17Initial implementation of or patternsvarkor-0/+3
2019-08-15resolve: `ParentScope::default` -> `ParentScope::module`Vadim Petrochenkov-1/+1
2019-08-15resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`Vadim Petrochenkov-1/+2
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-3/+2
2019-08-15Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string`Vadim Petrochenkov-5/+5
2019-08-14Merge Variant and Variant_Caio-5/+5
2019-08-11Reduce nesting in externalfiles implementationMark Rousskov-28/+14
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-30/+21
2019-08-11Remove fmt::Display impls on Markdown structsMark Rousskov-38/+33
2019-08-11Remove thread-local for playground configMark Rousskov-112/+141
2019-08-11Remove unnecessary channelMark Rousskov-6/+3
2019-08-11Use a HashSet instead of VecMark Rousskov-6/+4
2019-08-11Don't store all traits in DocContextMark Rousskov-7/+5
2019-08-11Store typed PassesMark Rousskov-68/+65
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-3/+2
2019-08-11Remove ReentrantMutexMark Rousskov-15/+9
2019-08-11Use entry API in store_pathMark Rousskov-6/+2
2019-08-11Remove crate_name from DocContextMark Rousskov-13/+8
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-20/+19
2019-08-11rustdoc: Replace HirVec with slices in doctreeMark Rousskov-21/+21
2019-08-11Remove `is_self` and `has_self_ty` methodsMatthew Jasper-1/+3