about summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2021-03-24Rework rustdoc const typeGuillaume Gomez-12/+12
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-1/+1
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-4/+1
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+0
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-6/+6
2021-02-28Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnrbors-5/+4
2021-02-28Remove unnecessary `self_ty` parameter to `get_blanket_impls`Joshua Nelson-5/+4
2021-02-23Improve code readabilityGuillaume Gomez-2/+2
2021-02-23* Fix some typoGuillaume Gomez-5/+6
2021-02-23Use a qualified path to make it more clear where `list_contains_name` functio...Guillaume Gomez-2/+1
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-1/+17
2021-02-22Remove many RefCells from DocContextCamelid-7/+6
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-15/+15
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-5/+6
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-0/+67
2021-02-11clean up clean::Static structGuillaume Gomez-5/+6
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-0/+70
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-123/+3
2021-02-02Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27bors-13/+14
2021-02-01Put back primitives in searchGuillaume Gomez-13/+14
2021-01-30rustdoc tweakingbors-12/+6
2021-01-28Rollup merge of #81284 - jyn514:impl-times, r=wesleywiserYuki Okushi-6/+10
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-17/+7
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-9/+19
2021-01-23Make `-Z time-passes` less noisyJoshua Nelson-6/+10
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-70/+0
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-70/+0
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-2/+2
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-1/+22
2020-12-30Add note on panic behaviorCamelid-0/+2
2020-12-30Update `find_nearest_parent_module`Camelid-7/+5
2020-12-30Add Iterator::intersperseJonas Schievink-1/+0
2020-12-29don't clone copy typesMatthias Krüger-2/+2
2020-12-25Simplify loop and remove old debugging codeCamelid-14/+5
2020-12-25Add missing code to `find_closest_parent_module`Camelid-16/+24
2020-12-25Fix bugs; fix and add testsCamelid-1/+23
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-3/+3
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-4/+7
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-1/+3
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-1/+1
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-17/+22
2020-12-16Add more timing info to rustdocJoshua Nelson-4/+7
2020-12-14Switch to Symbol for item.nameJoshua Nelson-1/+1
2020-11-26Remove unused `attrs` field from `keywords`Joshua Nelson-17/+6
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-23/+15
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-20/+20
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-9/+9