about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-03-29Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomezbors-6/+2
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-44/+44
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-18/+18
2021-03-24Improve new Constant variants' nameGuillaume Gomez-20/+21
2021-03-24Rework rustdoc const typeGuillaume Gomez-46/+86
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-3/+3
2021-03-23Remove another unnecessary `Option`Camelid-1/+1
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-2/+2
2021-03-23Tweak docsCamelid-1/+3
2021-03-21Remove redundant docsCamelid-5/+7
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-4/+4
2021-03-21Rename `clean::Item.source` to `span`Camelid-11/+17
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-6/+17
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-03-11Improve code by removing similar function calls and using loops instead for c...Guillaume Gomez-17/+16
2021-03-10Auto merge of #82960 - camelid:masked_crates, r=jyn514bors-5/+1
2021-03-10Allow doc alias attributes to use both list and valueGuillaume Gomez-2/+14
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-5/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-10/+12
2021-03-09Rollup merge of #82841 - hvdijk:x32, r=joshtriplettMara Bos-1/+1
2021-03-07rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't...Joshua Nelson-6/+2
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-18/+0
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-18/+0
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-4/+7
2021-03-03Pass `CrateNum` by value instead of by referenceCamelid-3/+3
2021-03-02Rollup merge of #82597 - noslaver:fix-82137, r=nagisaYuki Okushi-15/+12
2021-03-02Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichtonYuki Okushi-0/+5
2021-03-01Get TyCtxt from self instead of passing as argument in AutoTraitFinderNoam Koren-15/+12
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-2/+0
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-14/+15
2021-02-28Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnrbors-40/+31
2021-02-28Remove unnecessary `self_ty` parameter to `get_blanket_impls`Joshua Nelson-40/+31
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-1/+0
2021-02-27Teach rustdoc how to display WASI.Dan Gohman-0/+5
2021-02-25Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514bors-6/+23
2021-02-24Make DocContext &mut for cleanGuillaume Gomez-1/+1
2021-02-24Prevent to compute Item attributes twiceGuillaume Gomez-6/+23
2021-02-23Improve code readabilityGuillaume Gomez-9/+7
2021-02-23* Fix some typoGuillaume Gomez-5/+6
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-4/+15
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-9/+21
2021-02-22Remove many RefCells from DocContextCamelid-29/+27
2021-02-20rustdoc: Remove unnecessary `Cell` around `param_env`Camelid-1/+1
2021-02-20Don't render [src] link on dummy spansGuillaume Gomez-0/+4
2021-02-19Show negative implementation of Sized traitGuillaume Gomez-90/+114
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-217/+203