about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-03-01rustdoc: HTML escape crate versionOliver Middleton-2/+3
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-3/+3
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-3/+3
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-3/+3
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-3/+3
2020-02-27use char instead of &str for single char patternsMatthias Krüger-4/+4
2020-02-27Remove "important traits" featureGuillaume Gomez-280/+7
2020-02-24don't explicitly compare against true or falseMatthias Krüger-3/+3
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-2/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-15Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27bors-24/+33
2020-02-14Update pulldown-cmark dependencyGuillaume Gomez-75/+95
2020-02-11[ImgBot] Optimize imagesImgBotApp-3/+3
2020-02-04Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-SimulacrumDylan DPC-8/+1
2020-02-04fix couple of perf related clipyp warningsMatthias Krüger-8/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-2/+0
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-30rustdoc: emit JS paths for struct-like variantsTom Jakubowski-8/+22
2020-01-30rustdoc: NodeId is now DefIdTom Jakubowski-16/+11
2020-01-29Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol...Yuki Okushi-14/+16
2020-01-29Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomezYuki Okushi-5/+8
2020-01-28Fix null synthetic_implementors errorGuillaume Gomez-14/+16
2020-01-26rustdoc: Fix re-exporting primitive typesOliver Middleton-5/+8
2020-01-26Fix run button positionning in case of scrollingGuillaume Gomez-8/+7
2020-01-22Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnisonbors-25/+50
2020-01-21Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obkMazdak Farrokhzad-0/+1
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-25/+50
2020-01-20Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`Dylan MacKenzie-0/+1
2020-01-20Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume...Dylan DPC-2/+3
2020-01-18Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27Mazdak Farrokhzad-2/+5
2020-01-17Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obkTyler Mandry-14/+20
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-2/+3
2020-01-16Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G...Dylan DPC-1/+1
2020-01-16Don't keep link title either, text is generated outside of the link tagGuillaume Gomez-2/+1
2020-01-15rustdoc: HTML escape codeblocks which fail syntax highlightingOliver Middleton-1/+1
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-15remove unneeded code from cache.rsGuillaume Gomez-14/+6
2020-01-15formattingGuillaume Gomez-28/+23
2020-01-15Fix deref impl on type aliasGuillaume Gomez-24/+43
2020-01-14Prevent urls in headingsGuillaume Gomez-2/+6
2020-01-14Rollup merge of #68166 - ollie27:rustdoc_help_escape, r=GuillaumeGomezYuki Okushi-2/+2
2020-01-13Rollup merge of #67959 - liigo:patch-13, r=GuillaumeGomezYuki Okushi-4/+8
2020-01-12rustdoc: HTML escape arrows on help popupOliver Middleton-2/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-3/+2