summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2020-01-22Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnisonbors-23/+32
2020-01-20rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`sOliver Middleton-5/+5
2020-01-20Remove usage of global variable "inlined_types"Guillaume Gomez-23/+32
2020-01-15Fix rendering on sidebar and update testsGuillaume Gomez-4/+4
2020-01-15Simplify deref impls for type aliasesGuillaume Gomez-37/+26
2020-01-15Include type alias implementationsGuillaume Gomez-21/+32
2020-01-15formattingGuillaume Gomez-12/+8
2020-01-15Fix deref impl on type aliasGuillaume Gomez-7/+17
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-3/+2
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-2/+2
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-2/+3
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-2/+2
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-2/+3
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-24Deprecate Error::description for realDavid Tolnay-5/+1
2019-12-24Show value for consts in the documentationOhad Ravid-2/+24
2019-12-22Format the worldMark Rousskov-1185/+1520
2019-12-22Implement PrintWithSpace trait on hir::MutabilityGuillaume Gomez-1/+1
2019-12-21Remove clean::Mutability enumGuillaume Gomez-2/+2
2019-12-12replace serialize with serde in rustdocAndy Russell-57/+86
2019-12-08Sort auto trait and blanket implementations displayGuillaume Gomez-6/+17
2019-12-05Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnisonbors-90/+13
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-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-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-21Revert "Update Source Code Pro and include italics"Guillaume Gomez-4/+2
2019-11-20Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnisonMazdak Farrokhzad-1/+3
2019-11-20Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Mazdak Farrokhzad-2/+4
2019-11-18Apply review commentsGuillaume Gomez-4/+2
2019-11-18rename check-theme option into check-themesGuillaume Gomez-5/+2
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-1/+1
2019-11-18Prevent invalid html characters in themes nameGuillaume Gomez-1/+3
2019-11-18Fix selected crate search filterGuillaume Gomez-1/+3
2019-11-07Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnisonMazdak Farrokhzad-20/+79
2019-11-04Change sub-setting CSS class to sub-settingsGuillaume Gomez-1/+1
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
2019-10-29add sub settings in rustdocGuillaume Gomez-20/+79
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+1
2019-10-21Update Source Code Pro and include italicsTrevor Spiteri-2/+4
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-0/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-2/+2
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-1/+2