summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-11-06Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-5/+14
2018-10-24Destabilize 2018 editionPietro Albini-1/+1
2018-10-18Copy extern prelude from resolver to global contextVadim Petrochenkov-0/+1
2018-10-18Use default of preferring static over dynamic linking in rustdoc tests.Felix S. Klock II-1/+0
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-0/+1
2018-09-21Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-3/+1
2018-09-16Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomezGuillaume Gomez-4/+20
2018-09-15rustc: add unstable support for --extern crate_name without a path.Eduard-Mihai Burtescu-4/+7
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-3/+6
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-10/+36
2018-09-13introduce SelfCtorF001-3/+6
2018-09-12rustdoc: Sort implementorsKazuyoshi Kato-4/+20
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-3/+3
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-44/+27
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavuskennytm-14/+12
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-14/+12
2018-09-09Stabilize the 2018 editionMark Rousskov-1/+1
2018-09-08Auto merge of #53705 - ms2300:tmp, r=oli-obkbors-2/+2
2018-09-06Don't show default docsGuillaume Gomez-16/+11
2018-09-06Fix implementors generation as wellGuillaume Gomez-3/+6
2018-09-06Fix hover on implsGuillaume Gomez-37/+43
2018-09-06Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obkbors-1/+7
2018-09-05Apply method docs collapse to all impl-items sectionsGuillaume Gomez-1/+3
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-2/+2
2018-09-02Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcvbors-1/+1
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-2/+4
2018-09-01Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie...kennytm-5/+9
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-2/+4
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-3/+43
2018-08-31rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor...Eduard-Mihai Burtescu-1/+7
2018-08-30Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q...Pietro Albini-0/+11
2018-08-30Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusPietro Albini-0/+6
2018-08-29Prevent duplicated impl on foreign typesGuillaume Gomez-5/+9
2018-08-29Fix UI issues on Implementations on Foreign typesGuillaume Gomez-0/+11
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-37/+39
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-4/+4
2018-08-27Remove path prefixes from NodeKindvarkor-4/+4
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-3/+3
2018-08-27Fix invalid display of unstable messagesGuillaume Gomez-0/+5
2018-08-27Fix source automatic scrollGuillaume Gomez-0/+1
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-26Remove static and const initialization from documentationGuillaume Gomez-17/+4
2018-08-26Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomezGuillaume Gomez-3/+2
2018-08-26Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomezGuillaume Gomez-16/+36
2018-08-26Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet...Guillaume Gomez-0/+13
2018-08-25rustdoc: Fix gap on section anchor symbol when hovering.Eric Huss-3/+2
2018-08-25Add collapser for associated constGuillaume Gomez-4/+3
2018-08-25Don't show associated const value anymoreGuillaume Gomez-23/+20