about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2021-05-03Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514Dylan DPC-14/+32
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-14/+32
2021-04-29only store locations in extern_locationsTimothée Delabrouille-7/+3
2021-04-28added methods src_root and location to External crate, remove extern_location...Timothée Delabrouille-11/+2
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-3/+5
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-19/+39
2021-04-24Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomezYuki Okushi-23/+12
2021-04-23Fix macro bug in `impl From<DefKind> for ItemType`Joshua Nelson-1/+5
2021-04-23Don't repeat `hir::def::DefKind` so muchJoshua Nelson-33/+33
2021-04-23Use ItemType in cacheJoshua Nelson-21/+1
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-2/+38
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-7/+4
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-2/+4
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-4/+2
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-5/+2
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-7/+2
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-1/+1
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-3/+4
2021-04-22Remove src field from ExternCrateJoshua Nelson-1/+1
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-0/+5
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-12/+1
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-4/+0
2021-04-03rustdoc: sort search index items for compressionMichael Howell-8/+1
2021-04-04Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomezYuki Okushi-2/+2
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-2/+2
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-0/+5
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-0/+5
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-1/+6
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-13/+7
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-2/+5
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-3/+6
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-3/+6
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-2/+4
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+0
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-27/+3
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-41/+31
2021-02-23* Fix some typoGuillaume Gomez-5/+1
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-5/+7
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-2/+8
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-46/+60
2021-02-02Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27bors-0/+1
2021-02-01Put back primitives in searchGuillaume Gomez-0/+1
2021-01-30rustdoc tweakingbors-1/+1
2021-01-27Update to new rustdoc APIsGuillaume Gomez-5/+2
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-71/+54
2021-01-27Use empty Cache for methods requiring it when filling Cache itselfGuillaume Gomez-48/+70
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-40/+25