Uh oh!
There was an error while loading. Please reload this page.
rustdoc: omit start/end tags for empty item description blocks - #101018
Conversation
rust-highfive
commented
Aug 26, 2022
r? @jsha (rust-highfive has picked a reviewer for you, use r? to override) |
19b4eb8 to
e5faf89Compare
This comment has been minimized.
This comment has been minimized.
Related to rust-lang#100952 This is definitely not a complete solution, but it does shrink keysyms/index.html on smithay from 620K to 516K.
e5faf89 to
e7b7f88CompareKobzol
commented
Aug 26, 2022
perf.RLO now tracks the size of generated documentation, let's see if it works :) @bors try @rust-timer queue |
rust-timer
commented
Aug 26, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Aug 26, 2022
⌛ Trying commit e7b7f88 with merge f7f69613c7530190f98c240aca2c79322fa2f41a... |
bors
commented
Aug 26, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Aug 26, 2022
Queued f7f69613c7530190f98c240aca2c79322fa2f41a with parent 8a13871, future comparison URL. |
rust-timer
commented
Aug 26, 2022
Finished benchmarking commit (f7f69613c7530190f98c240aca2c79322fa2f41a): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
Kobzol
commented
Aug 26, 2022
https://perf.rust-lang.org/compare.html?start=8a13871b69924b74cfa1d737f2894068b37ea7ea&end=f7f69613c7530190f98c240aca2c79322fa2f41a&stat=size%3Adoc_bytes Up to 1 % doc size reduction on a few benchmarks. Maybe we could add |
notriddle
commented
Aug 26, 2022
GuillaumeGomez
commented
Aug 26, 2022
This is great, thanks! |
GuillaumeGomez
commented
Aug 26, 2022
@bors r+ rollup |
bors
commented
Aug 26, 2022
GuillaumeGomez
commented
Aug 26, 2022
More various kind of crates would be helpful indeed! |
…block-short, r=GuillaumeGomez rustdoc: omit start/end tags for empty item description blocks Related to rust-lang#100952 This is definitely not a complete solution, but it does shrink keysyms/index.html on smithay from 620K to 516K.
Rollup of 11 pull requests Successful merges: - rust-lang#96240 (Stabilize `const_ptr_offset_from`.) - rust-lang#99784 (Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by default) - rust-lang#100811 (Fix wrong compiletest filters on Windows) - rust-lang#100924 (Smaller improvements of tidy and the unicode generator) - rust-lang#100953 (Update documentation for `write!` and `writeln!`) - rust-lang#101018 (rustdoc: omit start/end tags for empty item description blocks) - rust-lang#101044 (rustdoc: remove unused CSS for `hidden-by-*-hider`) - rust-lang#101046 (rustdoc: remove incorrect CSS selector `.impl-items table td`) - rust-lang#101057 (Merge implementations of HIR fn_decl and fn_sig.) - rust-lang#101062 (rustdoc: remove empty extern_crates and type="text/javascript" on script) - rust-lang#101063 (Merge duplicated CSS rules) Failed merges: - rust-lang#101055 (Use smaller span for suggestions) r? `@ghost` `@rustbot` modify labels: rollup
Related to #100952
This is definitely not a complete solution, but it does shrink keysyms/index.html on smithay from 620K to 516K.