about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-17/+20
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-1/+1
2019-11-27Use new ErrorKind enumGuillaume Gomez-10/+16
2019-11-27Replace Iterator::find calls with Iterator::any when betterGuillaume Gomez-6/+5
2019-11-27Add support for intra-doc link fields of enum variantGuillaume Gomez-7/+60
2019-11-27little intra-doc code cleanupGuillaume Gomez-16/+11
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-78/+211
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-3/+3
2019-11-26Have Queries own the GlobalCtxt.Camille GILLOT-1/+1
2019-11-26Review nits.Camille GILLOT-4/+4
2019-11-26Reduce righward drift.Camille GILLOT-163/+160
2019-11-25Don't move stuff out of Compiler::enter.Camille GILLOT-122/+120
2019-11-25Pass Queries by reference.Camille GILLOT-2/+2
2019-11-25Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomezPietro Albini-1/+1
2019-11-25Update error messagesGuillaume Gomez-3/+3
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-3/+3
2019-11-24Tidy.Camille GILLOT-4/+5
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-41/+48
2019-11-23Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomezMazdak Farrokhzad-1/+2
2019-11-23Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume...Mazdak Farrokhzad-1/+1
2019-11-23Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-1/+1
2019-11-23Handle anchor errorsGuillaume Gomez-113/+190
2019-11-23Handle anchors in intra doc linksGuillaume Gomez-11/+67
2019-11-23rustdoc: Don't panic when failing to write .lock fileOliver Middleton-1/+2
2019-11-23rustdoc: Mark `--extern-private` as unstableOliver Middleton-1/+1
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-6/+3
2019-11-21Rename the cfg attribute from rustdoc to docGuillaume Gomez-1/+1
2019-11-21Rollup merge of #66602 - GuillaumeGomez:revert-font, r=GuillaumeGomezMazdak Farrokhzad-22/+9
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-1/+1
2019-11-21Revert "Update Source Code Pro and include italics"Guillaume Gomez-22/+9
2019-11-20Delete ProcessCfgModMark Rousskov-6/+3
2019-11-20Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnisonMazdak Farrokhzad-16/+13
2019-11-20Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomezMazdak Farrokhzad-6/+15
2019-11-20Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Mazdak Farrokhzad-9/+22
2019-11-20Change background-color of search input if disabledGuillaume Gomez-0/+8
2019-11-20rustdoc: fixes #64305: disable search field instead of hidding itMaxime “pep” Buquet-6/+7
2019-11-19Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau...Mazdak Farrokhzad-24/+37
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-24/+37
2019-11-18improve error messages and documentationGuillaume Gomez-3/+3
2019-11-18Apply review commentsGuillaume Gomez-8/+8
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-11/+11
2019-11-18rename check-theme option into check-themesGuillaume Gomez-11/+8
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-2/+8
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-3/+3
2019-11-18Add sentence to tell other options are ignored when running check-themeGuillaume Gomez-3/+3
2019-11-18Prevent invalid html characters in themes nameGuillaume Gomez-1/+3
2019-11-18Apply review commentsGuillaume Gomez-3/+9
2019-11-18Warn instead of failing for themesGuillaume Gomez-2/+2
2019-11-18Stabilize rustdoc theme optionsGuillaume Gomez-3/+5
2019-11-18Fix selected crate search filterGuillaume Gomez-16/+13