about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-01-09rustdoc: use another stability mark arrow, no rotate.Liigo Zhuang-3/+2
2020-01-09rustdoc: improve stability mark arrowsLiigo Zhuang-4/+9
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-5/+16
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-5/+6
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-5/+16
2020-01-05Use `as_deref()` to replace `as_ref().map(...)`Ivan Tham-3/+3
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-5/+6
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-2/+2
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-5/+5
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-3/+3
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-4/+4
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-24Deprecate Error::description for realDavid Tolnay-5/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-71/+162
2019-12-24Show value for consts in the documentationOhad Ravid-2/+24
2019-12-23Rollup merge of #67527 - GuillaumeGomez:results-show-too-much, r=kinnisonMazdak Farrokhzad-46/+45
2019-12-22Format the worldMark Rousskov-2018/+2425
2019-12-22Fix invalid results showing backGuillaume Gomez-0/+4
2019-12-22Improve code readabilityGuillaume Gomez-43/+37
2019-12-22Improve JS code a bit by avoid erasing all event handlersGuillaume Gomez-4/+5
2019-12-22Implement PrintWithSpace trait on hir::MutabilityGuillaume Gomez-12/+12
2019-12-21Remove clean::Mutability enumGuillaume Gomez-2/+2
2019-12-16Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-15Fix JS error when loading page with searchGuillaume Gomez-1/+1
2019-12-12replace serialize with serde in rustdocAndy Russell-68/+121
2019-12-08Sort auto trait and blanket implementations displayGuillaume Gomez-6/+28
2019-12-05Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnisonbors-91/+14
2019-12-02Add missing backlineGuillaume Gomez-1/+1
2019-12-02minify theme.js as wellGuillaume Gomez-4/+3
2019-12-02Remove minification on search-index.js fileGuillaume Gomez-85/+9
2019-12-02Add missing checkGuillaume Gomez-1/+1
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-25Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomezPietro Albini-1/+1
2019-11-23Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomezMazdak Farrokhzad-1/+2
2019-11-23rustdoc: Don't panic when failing to write .lock fileOliver Middleton-1/+2
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-2/+1
2019-11-21Revert "Update Source Code Pro and include italics"Guillaume Gomez-22/+9
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
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-11/+10
2019-11-18Apply review commentsGuillaume Gomez-8/+8
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-1/+1
2019-11-18rename check-theme option into check-themesGuillaume Gomez-6/+3
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-1/+1
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-1/+1