about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2021-01-15Remove doctree::ImportRune Tynan-91/+89
2021-01-14Remove doctree::VariantRune Tynan-13/+0
2021-01-14Auto merge of #80802 - jyn514:box-attributes, r=nnethercotebors-9/+9
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-2/+2
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-24/+21
2021-01-10Box Item::attributesJoshua Nelson-9/+9
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-2/+2
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-69/+58
2021-01-10Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514Yuki Okushi-20/+18
2021-01-10Rollup merge of #80803 - jyn514:cleanup-fill-in, r=GuillaumeGomezYuki Okushi-49/+40
2021-01-10Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy...bors-1/+11
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-20/+17
2021-01-08Add doc comment explaining what the second Array's field is aboutGuillaume Gomez-0/+1
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-71/+1
2021-01-08Rollup merge of #80794 - LingMan:map_or, r=jyn514Yuki Okushi-2/+2
2021-01-07Remove useless `fill_in` functionJoshua Nelson-49/+40
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-71/+1
2021-01-07Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2021-01-06Style nit: avoid confusing name shadowing in pattern matchDaniel Henry-Mantilla-2/+2
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-1/+11