about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-34/+28
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-2/+2
2021-02-16avoid full-slicing slicesMatthias Krüger-2/+2
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-3/+3
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-23/+17
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-3/+3
2021-02-14fix typoTakayuki Maeda-1/+1
2021-02-13Rollup merge of #82033 - magurotuna:issue82016, r=jyn514Yuki Okushi-17/+16
2021-02-13Rename to `inline_attr` and use if-let to extract `NestedMetaItem`Yusuke Tanaka-12/+13
2021-02-13Refactor `get_word_attr` to return only `Option`Yusuke Tanaka-7/+5
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-25/+19
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-1/+68
2021-02-11clean up clean::Static structGuillaume Gomez-25/+19
2021-02-10Do not ICE on range patterns in function argumentsLeSeulArtichaut-4/+1
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-1/+1
2021-02-08Revert "Get rid of custom pretty-printing in rustdoc"LeSeulArtichaut-1/+71
2021-02-05Remove unneeded From trait impl for DefKindGuillaume Gomez-7/+1
2021-02-05Improve codeGuillaume Gomez-2/+2
2021-02-05Improve html::render::cache::get_real_types codeGuillaume Gomez-2/+2
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-156/+6
2021-02-05Explicitly match all DefKind item in conversion to TypeKindGuillaume Gomez-0/+43
2021-02-02Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27bors-13/+25
2021-02-01Put back primitives in searchGuillaume Gomez-13/+25
2021-01-30Rollup merge of #81512 - GuillaumeGomez:cleanup-fixme-rustdoc, r=bugadaniYuki Okushi-2/+1
2021-01-30rustdoc tweakingbors-41/+30
2021-01-29Add missiong variants in match bindingGuillaume Gomez-2/+1
2021-01-28Rollup merge of #81284 - jyn514:impl-times, r=wesleywiserYuki Okushi-6/+10
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-2/+37
2021-01-27Fix clean/types doc linksGuillaume Gomez-0/+3
2021-01-27More cleanupGuillaume Gomez-19/+13
2021-01-27Improve documentation on GetDefId trait's methodsGuillaume Gomez-3/+13
2021-01-27Update to new rustdoc APIsGuillaume Gomez-1/+0
2021-01-27Apply review comments and improve codeGuillaume Gomez-23/+19
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-46/+72
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-45/+55
2021-01-23Make `-Z time-passes` less noisyJoshua Nelson-6/+10
2021-01-22rustdoc: Fix visibility of trait and impl itemsCamelid-2/+19
2021-01-20Remove StructType entirely and replace it with CtorKindRune Tynan-32/+9
2021-01-20Move StructType to clean, remove it from Unions, make JSON output whether som...Rune Tynan-14/+28
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippyLeSeulArtichaut-2/+37
2021-01-16More review commentsJack Huey-2/+0
2021-01-16Review changesJack Huey-28/+28
2021-01-16CleanupJack Huey-2/+2
2021-01-16Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514Mara Bos-91/+85
2021-01-15Rename VariantKind -> VariantJoshua Nelson-12/+12
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-17/+6
2021-01-15Address nitRune Tynan-7/+3