about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-14/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-14/+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
2018-04-20fix some small compile errorsKurtis Nusbaum-3/+3
2018-04-20Auto merge of #50088 - alexcrichton:std-tweaks, r=sfacklerbors-1/+1
2018-04-19Remove HIR inliningWesley Wiser-23/+1
2018-04-19Tweak some stabilizations in libstdAlex Crichton-1/+1
2018-04-18Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoeristerbors-2/+2
2018-04-17Add rustdoc settings menuGuillaume Gomez-26/+238
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-1/+3
2018-04-17Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavusGuillaume Gomez-129/+180
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-2/+2
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-13/+98
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+1
2018-04-16Add error-format and color-config options to rustdocGuillaume Gomez-12/+89
2018-04-16Add warning if a resolution failedGuillaume Gomez-0/+8
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-0/+1