<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_session/src/code_stats.rs, branch 1.72.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.72.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.72.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-06-13T12:39:59+00:00</updated>
<entry>
<title>Tweak the sort of vtable sizes</title>
<updated>2023-06-13T12:39:59+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-06-13T12:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc0fba02383c6248b8a9dfc780c6448eac706a8f'/>
<id>urn:sha1:dc0fba02383c6248b8a9dfc780c6448eac706a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak names and docs for vtable stats</title>
<updated>2023-06-13T12:07:12+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-06-13T12:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e6a193946eea931c44caecfdd3c3353d036335b'/>
<id>urn:sha1:8e6a193946eea931c44caecfdd3c3353d036335b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Collect VTable stats &amp; add `-Zprint-vtable-sizes`</title>
<updated>2023-06-12T15:58:35+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-05-17T12:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2545fb22554eb1b04528d490c681e583fdc31d0'/>
<id>urn:sha1:f2545fb22554eb1b04528d490c681e583fdc31d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify `sort_by` calls</title>
<updated>2023-03-07T18:13:41+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-03-07T17:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=775bacd1b8d97ade32c8d74ce35be1f34759aead'/>
<id>urn:sha1:775bacd1b8d97ade32c8d74ce35be1f34759aead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort Generator `print-type-sizes` according to their yield points</title>
<updated>2023-02-05T16:34:33+00:00</updated>
<author>
<name>Arpad Borsos</name>
<email>swatinem@swatinem.de</email>
</author>
<published>2023-02-05T15:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dae00152e7d95c98a085d56583415551acb9151c'/>
<id>urn:sha1:dae00152e7d95c98a085d56583415551acb9151c</id>
<content type='text'>
Especially when trying to diagnose runaway future sizes, it might be
more intuitive to sort the variants according to the control flow
(aka their yield points) rather than the size of the variants.
</content>
</entry>
<entry>
<title>placate tidy.</title>
<updated>2023-01-31T22:10:58+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2023-01-31T22:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91f1b224eeff3471dc77defc0a7a3b3eecf11abb'/>
<id>urn:sha1:91f1b224eeff3471dc77defc0a7a3b3eecf11abb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend `-Z print-type-sizes` to distinguish generator upvars and locals from "normal" ADT fields.</title>
<updated>2023-01-31T20:59:29+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2023-01-31T20:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a37b3061fce5a56d0ed11c79e2c887ab8aa56827'/>
<id>urn:sha1:a37b3061fce5a56d0ed11c79e2c887ab8aa56827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly print generator interior type sizes</title>
<updated>2022-12-07T18:33:26+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-12-07T18:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57b722688d03fc8115987375eee1d076cc89bc68'/>
<id>urn:sha1:57b722688d03fc8115987375eee1d076cc89bc68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compute generator sizes with -Zprint_type_sizes</title>
<updated>2022-12-07T03:10:56+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-11-05T18:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b45b9489bb3fb918fbe267154f8dcf4fee61854d'/>
<id>urn:sha1:b45b9489bb3fb918fbe267154f8dcf4fee61854d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid some `Symbol` to `String` conversions</title>
<updated>2022-07-16T19:09:20+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-07-16T19:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c54d4ada26c6a92346076bcc27d628398345ed9e'/>
<id>urn:sha1:c54d4ada26c6a92346076bcc27d628398345ed9e</id>
<content type='text'>
</content>
</entry>
</feed>
