summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-07-07Apply security patch for rustdocsteveklabnik-1/+7
2018-06-03rustdoc: hide macro export statements from docsQuietMisdreavus-0/+7
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-9/+10
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-9/+10
2018-05-05Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavusbors-31/+32
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-2/+2
2018-05-04Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi...kennytm-1/+1
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-1/+1
2018-05-04Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este...kennytm-1/+1
2018-05-03rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+32
2018-05-02make it compile againflip1995-6/+6
2018-05-02Fix failures in rustdocSeiichi Uchida-179/+63
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-2/+2
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-14/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-14/+1
2018-04-30Rename "show type declaration" to "show declaration"Guillaume Gomez-1/+1
2018-04-30Removed unused dependencies on rustc_const_mathOliver Schneider-1/+0
2018-04-30Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomezbors-0/+1
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-1/+1
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+1
2018-04-28Rollup merge of #50284 - GuillaumeGomez:search-load-failure, r=SimonSapinkennytm-1/+1
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-1/+2
2018-04-27rustdoc asks for dyn_trait feature in stage0Christian Poveda-0/+2
2018-04-27fix search load page failureGuillaume Gomez-1/+1
2018-04-27removed dyn trait attribute from librustdocChristian Poveda-1/+0
2018-04-27Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoeristerkennytm-8/+8
2018-04-27Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavuskennytm-31/+59
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-8/+8
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-31/+59
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-5/+7
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-3/+2
2018-04-26Rollup merge of #50214 - GuillaumeGomez:JS-improvements, r=QuietMisdreavusGuillaume Gomez-32/+24
2018-04-25Approximate -> ApplicabilityManish Goregaokar-1/+1
2018-04-25Some JS improvementsGuillaume Gomez-32/+24
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-8/+8
2018-04-23fix search bar bugGuillaume Gomez-10/+18
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-26/+231
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-11/+96
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-0/+5
2018-04-21remove unused conditionGuillaume Gomez-5/+0
2018-04-21fix invalid items removalGuillaume Gomez-2/+4
2018-04-21Add aliases in the search as wellGuillaume Gomez-6/+20
2018-04-21Generate alias fileGuillaume Gomez-7/+76
2018-04-21Add specific never searchGuillaume Gomez-1/+6
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-26/+19
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+2
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-0/+1
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-0/+1
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-3/+3