<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/graph, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-09-22T23:11:29+00:00</updated>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Fix typos in 'compiler' (batch 1)</title>
<updated>2024-09-02T05:42:38+00:00</updated>
<author>
<name>Alexander Cyon</name>
<email>alex.cyon@gmail.com</email>
</author>
<published>2024-09-02T05:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac69544a175d692dd623fb854261ca64b1b9b802'/>
<id>urn:sha1:ac69544a175d692dd623fb854261ca64b1b9b802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use assert_matches around the compiler</title>
<updated>2024-08-11T16:25:39+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-08-11T16:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c361c924a08c2e34c705ec3ee1ad2099315338d8'/>
<id>urn:sha1:c361c924a08c2e34c705ec3ee1ad2099315338d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Address code review comments on the comments</title>
<updated>2024-06-12T13:48:34+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-06-12T13:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d63708b9074ebdc69e21bee8588d28db497e9ccd'/>
<id>urn:sha1:d63708b9074ebdc69e21bee8588d28db497e9ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise documentation after @lqd's comments</title>
<updated>2024-06-12T13:47:32+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-05-21T08:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3bdcb9d4368c2404955499c0e66c991a706ca4a4'/>
<id>urn:sha1:3bdcb9d4368c2404955499c0e66c991a706ca4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a few unnecessary constructions</title>
<updated>2024-06-12T13:47:32+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-05-20T11:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aee846224cfaf6679acbf30986e6d2bb0de769ea'/>
<id>urn:sha1:aee846224cfaf6679acbf30986e6d2bb0de769ea</id>
<content type='text'>
This shaves off ca 6% of the cycles in `start_walk_from()` in my
experiments.
</content>
</entry>
<entry>
<title>Slightly faster version of `find_state`</title>
<updated>2024-06-12T13:47:32+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-05-20T11:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1add7bc046bce3dd1d31175486d160d8af52674'/>
<id>urn:sha1:b1add7bc046bce3dd1d31175486d160d8af52674</id>
<content type='text'>
This version shaves off ca 2% of the cycles in my experiments
and makes the control flow easier to follow for me and hopefully
others, including the compiler.

Someone gave me a working profiler and by God I'm using it.
</content>
</entry>
<entry>
<title>Docstring for for `Annotation`</title>
<updated>2024-06-12T13:47:32+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-05-17T14:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14c10ec88e3766868b9fe94458385fad3c3f8a7e'/>
<id>urn:sha1:14c10ec88e3766868b9fe94458385fad3c3f8a7e</id>
<content type='text'>
Note that this changes no executing code. The change is 100% in documentation.
</content>
</entry>
<entry>
<title>Formatting, weird because I just did that</title>
<updated>2024-06-12T13:47:32+00:00</updated>
<author>
<name>Amanda Stjerna</name>
<email>amanda.stjerna@it.uu.se</email>
</author>
<published>2024-05-17T13:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=582c613be80f7b308972290773b23cac39c4b7d7'/>
<id>urn:sha1:582c613be80f7b308972290773b23cac39c4b7d7</id>
<content type='text'>
</content>
</entry>
</feed>
