about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-03-12Get rid of the garbage produced by getObjectFromIdMichael Howell-7/+7
2021-03-12Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomezYuki Okushi-42/+74
2021-03-12Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157Yuki Okushi-1/+1
2021-03-11Prevent JS error when there is no dependency or other crate documentedGuillaume Gomez-1/+5
2021-03-11Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157bors-1/+11
2021-03-10rustdoc: tweak the search index formatMichael Howell-42/+74
2021-03-10Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514Dylan DPC-5/+3
2021-03-10Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514Dylan DPC-10/+2
2021-03-10Fix "run" button position in error indexGuillaume Gomez-1/+1
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+2
2021-03-09Fix typoGuillaume Gomez-1/+1
2021-03-09Fix CSS issues when javascript is disabledGuillaume Gomez-0/+10
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-57/+74
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-18/+30
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-9/+22
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-15/+25
2021-03-05Undo addition of boxesCamelid-8/+7
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-19/+18
2021-03-05Box some fields to reduce `Context` sizeCamelid-5/+5
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-21/+20
2021-03-05rustdoc: Add static size assertion for `Context`Camelid-0/+4
2021-03-05rustdoc: Make a bunch of fields privateCamelid-12/+18
2021-03-05rustdoc: Replace `Arc` around `SharedContext` with `Rc`Camelid-6/+5
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-37/+48
2021-03-05Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-03-05Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514Guillaume Gomez-3/+3
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+22
2021-03-05Use substrings instead of split to grab enum variant pathsMichael Howell-3/+3
2021-03-05Remove redundant enableSearchInput functionMichael Howell-10/+2
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-15/+21
2021-03-05Use global variables instead of functions for DOM IDsGuillaume Gomez-16/+11
2021-03-05Clean up code around theme elementsGuillaume Gomez-11/+19
2021-03-05Remove theme.js file creation and move its code inside main.jsGuillaume Gomez-67/+74
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-3/+3
2021-03-05Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-sebors-20/+0
2021-03-04Remove unused code from main.jsMichael Howell-20/+0
2021-03-04Corrected imports for render tests and mod filesNicholas-Baron-3/+4
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-535/+549
2021-03-04Moved the `make_item_keywords` function to `context.rs` as it is only used thereNicholas-Baron-5/+6
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-1404/+1430
2021-03-04Moved Context and its impls to a separate fileNicholas-Baron-593/+618
2021-03-04Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomezYuki Okushi-5/+13
2021-03-04Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomezYuki Okushi-51/+69
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-2/+1
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+43
2021-03-02Use Arial as fallback font instead of sans-serif.Jacob Hoffman-Andrews-3/+3
2021-03-02Improve page load performance in rustdoc.Jacob Hoffman-Andrews-2/+10
2021-03-02Load rustdoc's JS search index on-demand.Jacob Hoffman-Andrews-51/+69
2021-03-01Move lint machinery into a separate fileJoshua Nelson-1/+1