about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-24Store tcx and cache when they are used multiple times instead of calling func...Guillaume Gomez-58/+66
2021-03-24Rework rustdoc const typeGuillaume Gomez-33/+63
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+26
2021-03-10rustdoc: tweak the search index formatMichael Howell-17/+0
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-5/+15
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-18/+26
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-13/+7
2021-03-05rustdoc: Make a bunch of fields privateCamelid-7/+8
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-7/+22
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+1
2021-03-04Corrected imports for render tests and mod filesNicholas-Baron-2/+0
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-535/+6
2021-03-04Moved the `make_item_keywords` function to `context.rs` as it is only used thereNicholas-Baron-3/+0
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-1402/+7
2021-03-04Moved Context and its impls to a separate fileNicholas-Baron-593/+7
2021-03-04Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomezYuki Okushi-7/+10
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+43
2021-03-02Load rustdoc's JS search index on-demand.Jacob Hoffman-Andrews-7/+10
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-2/+1
2021-02-26Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomezGuillaume Gomez-0/+2
2021-02-26Embed woff2 files in rustdoc binary.Jacob Hoffman-Andrews-0/+2
2021-02-25Rollup merge of #82484 - bugadani:docfix, r=jyn514Aaron Hill-1/+0
2021-02-24Remove duplicate stringDániel Buga-1/+0
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-4/+4
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-4/+5
2021-02-23Fix nitsGuillaume Gomez-8/+4
2021-02-23Add --generate-redirect-map option to replace HTML redirection file with a un...Guillaume Gomez-12/+49
2021-02-22Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514Yuki Okushi-1/+4
2021-02-20Revert changes to all.htmlMichael Howell-6/+1
2021-02-20Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptionsMichael Howell-2/+10
2021-02-20Don't render [src] link on dummy spansGuillaume Gomez-0/+3
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-1/+1
2021-02-08Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514bors-7/+6
2021-02-06Restore linking to itself in implementors section of trait pageLeSeulArtichaut-7/+6
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-1/+1
2021-01-30Balance sidebar `Deref` cycle check with main contentJ. Ryan Stinnett-7/+11
2021-01-30rustdoc tweakingbors-338/+361
2021-01-28Fix rustdoc page title text selectionKasper-32/+32
2021-01-27More cleanupGuillaume Gomez-5/+2
2021-01-27Unify cache usage and improve namingGuillaume Gomez-11/+12
2021-01-27Update to new rustdoc APIsGuillaume Gomez-1/+1
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-22/+27
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-273/+279
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-30/+21
2021-01-23Fix rendering of stabilization version for trait implementorsLeSeulArtichaut-4/+4
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-0/+4
2021-01-23Cleanup `render_stability_since_raw` to remove code duplicationLeSeulArtichaut-26/+17