summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-05-11Fix a few small thingsCamelid-6/+6
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+8
2021-05-11Show memory layout for type aliasesCamelid-1/+4
2021-05-11Include a warning in the layout docs that layout is unstableCamelid-3/+12
2021-05-11Remove FIXMECamelid-2/+4
2021-05-11rustdoc: Show basic type layout informationCamelid-3/+36
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-0/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-3/+14
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-0/+1
2021-05-10Update documentation for SharedContext::maybe_collapsed_doc_valueGuillaume Gomez-2/+2
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-13/+38
2021-05-10End toggle migrationGuillaume Gomez-13/+38
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-2/+2
2021-05-05Use local and remapped paths where appropriateAndy Wang-11/+4
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-5/+12
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-32/+40
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-2/+2
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-1/+1
2021-05-02Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jshabors-98/+89
2021-05-02Improve code readabilityGuillaume Gomez-18/+18
2021-05-02Migrate trait and impl blocks' toggles intoGuillaume Gomez-87/+78
2021-05-01Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ...Yuki Okushi-50/+11
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-6/+7
2021-04-29only store locations in extern_locationsTimothée Delabrouille-5/+9
2021-04-28rustdoc: change aliases attribute to data-aliasesMichael Howell-1/+1
2021-04-28added methods src_root and location to External crate, remove extern_location...Timothée Delabrouille-45/+2
2021-04-28Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jshaYuki Okushi-97/+108
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-19/+15
2021-04-27Don't put empty implementations into details/summary blocksGuillaume Gomez-97/+108
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-17/+10
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-4/+7
2021-04-26Add open attribute on details which are supposed to be open by default instea...Guillaume Gomez-2/+2
2021-04-24Get rid of `item.span`Joshua Nelson-6/+6
2021-04-24Do the hard part firstJoshua Nelson-6/+6
2021-04-25Rollup merge of #84518 - GuillaumeGomez:cleanup-up-dom-string, r=jshaYuki Okushi-4/+9
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-10/+10
2021-04-25Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelidYuki Okushi-2/+2
2021-04-24Clean up DOM stringsGuillaume Gomez-4/+9
2021-04-24Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomezYuki Okushi-20/+19
2021-04-24Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui...Yuki Okushi-3/+12
2021-04-23Use ItemType in cacheJoshua Nelson-10/+10
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-2/+2
2021-04-24Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomezYuki Okushi-0/+2
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-3/+4
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-1/+1
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-8/+9
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-2/+1
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-2/+3
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-6/+3
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-1/+2