about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-03-16Rename render::Type to improve namingGuillaume Gomez-8/+8
2020-03-16formattingGuillaume Gomez-27/+24
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-87/+157
2020-03-15Add FIXME notevarkor-1/+1
2020-03-15Render full attributes in rustdocvarkor-22/+2
2020-03-14Make ignore and compile fail signs more visibleGuillaume Gomez-13/+21
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-40/+34
2020-03-11Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27Mazdak Farrokhzad-1/+3
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-2/+2
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-2/+2
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-280/+7
2020-03-07rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes)Matthias Krüger-28/+28
2020-03-07iterate over a maps values directly. (clippy::for_kv_map)Matthias Krüger-1/+1
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-03-07rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some)Matthias Krüger-5/+3
2020-03-07rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-14/+10
2020-03-05Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops...Matthias Krüger-6/+2
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-6/+6
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-2/+2
2020-03-04Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref...Matthias Krüger-2/+2
2020-03-02Put back output-format option for show-coverageGuillaume Gomez-1/+3
2020-03-01Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomezDylan DPC-2/+3
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-3/+3
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