about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-04-03Deny internal lints on two more cratesflip1995-0/+1
2019-04-02Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-39/+48
2019-03-30Remove redundant importFabian Drinck-4/+1
2019-03-30Rollup merge of #59539 - GuillaumeGomez:rustdoc-infinite-recursion, r=eddybMazdak Farrokhzad-5/+9
2019-03-30Fix infinite recursionGuillaume Gomez-5/+9
2019-03-30Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomezMazdak Farrokhzad-0/+8
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-1/+22
2019-03-29Collapse blanket impls in the same way as normal implsLaurenz-0/+8
2019-03-29Support non-exhaustive enum variants in rustdoc.David Wood-1/+22
2019-03-28Remove unnecessary with_globals callsJohn Kåre Alsaker-2/+2
2019-03-28Rollup merge of #59413 - Zoxc:hirid, r=oli-obkMazdak Farrokhzad-11/+11
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-39/+48
2019-03-26Rollup merge of #59424 - GuillaumeGomez:fix-stability-css, r=QuietMisdreavusGuillaume Gomez-0/+8
2019-03-26Rollup merge of #59026 - GuillaumeGomez:search-tabs-header, r=QuietMisdreavusGuillaume Gomez-1/+1
2019-03-26Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavusGuillaume Gomez-31/+247
2019-03-26Fix code block display in portability element in dark themeGuillaume Gomez-0/+8
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-13/+13
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-11/+11
2019-03-24Remove `VariantDef::parent_did`Vadim Petrochenkov-6/+5
2019-03-24Remove methods is_struct/is_tuple/is_unit from VariantDataVadim Petrochenkov-6/+5
2019-03-24Separate variant id and variant constructor id.David Wood-16/+15
2019-03-23Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxcbors-1/+1
2019-03-23Add testGuillaume Gomez-27/+25
2019-03-23cleanupGuillaume Gomez-11/+18
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-3/+3
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-113/+152
2019-03-21Fix invalid returned types generationGuillaume Gomez-46/+63
2019-03-21Add bounds for return types as wellGuillaume Gomez-30/+59
2019-03-21Improve bounds searchGuillaume Gomez-52/+11
2019-03-21Small generics search improvementGuillaume Gomez-1/+4
2019-03-21Greatly improve generics handling in rustdoc searchGuillaume Gomez-15/+218
2019-03-21Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavusbors-7/+36
2019-03-18Rebase over LazyConst changesvarkor-11/+1
2019-03-18Rename first_ty_sty to ty_styvarkor-4/+4
2019-03-18Make clean::Constant display respect f.alternate()varkor-1/+3
2019-03-18Fix indentation issuevarkor-1/+1
2019-03-18Implement const generics in `generics_to_path_params`varkor-2/+10
2019-03-18Refactor `GenericArgs` to include const genericsvarkor-73/+70
2019-03-18Add `GenericArg`varkor-0/+17
2019-03-18Implement `Clean` for const genericsvarkor-0/+25
2019-03-18Rename external_typarams to external_param_namesvarkor-4/+4
2019-03-18Rename typarams to param_namesvarkor-33/+33
2019-03-18Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkovbors-152/+176
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-13/+13
2019-03-17Auto merge of #59178 - oli-obk:lazy_const, r=eddybbors-8/+8
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-10/+10
2019-03-16Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov-6/+6
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-17/+21
2019-03-16Revert the `LazyConst` PROliver Scherer-8/+8
2019-03-16Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomezkennytm-5/+1