summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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-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
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