<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_system/src/dep_graph/graph.rs, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-20T21:53:46+00:00</updated>
<entry>
<title>Access the session directly from DepContext.</title>
<updated>2021-02-20T21:53:46+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-11-12T19:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f96e960ccfa92895217562ede43043405194eab0'/>
<id>urn:sha1:f96e960ccfa92895217562ede43043405194eab0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a QueryContext for try_mark_green.</title>
<updated>2021-02-19T16:51:56+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-01-18T22:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b27266fdb20dd6f6d58428bcf15771dbaeb18d01'/>
<id>urn:sha1:b27266fdb20dd6f6d58428bcf15771dbaeb18d01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move try_load_from_on_disk_cache to the QueryContext.</title>
<updated>2021-02-19T16:51:55+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-01-05T17:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ea3d465c95ce027aabfe7423c3d9f2161bdc2eb1'/>
<id>urn:sha1:ea3d465c95ce027aabfe7423c3d9f2161bdc2eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Decouple QueryContext from DepContext.</title>
<updated>2021-02-19T16:51:49+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-10-18T19:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49c1b07a9e09af5d01150c53b50676a5bc2e402d'/>
<id>urn:sha1:49c1b07a9e09af5d01150c53b50676a5bc2e402d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.</title>
<updated>2021-02-18T12:13:38+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>eddyb@lyken.rs</email>
</author>
<published>2021-02-18T12:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6165d1cc72f8af55b3ef16ad81273b80876f9518'/>
<id>urn:sha1:6165d1cc72f8af55b3ef16ad81273b80876f9518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoerister</title>
<updated>2021-01-19T19:36:41+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-01-19T19:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5a96fb7973649807a7943e7395456db158dcab6'/>
<id>urn:sha1:c5a96fb7973649807a7943e7395456db158dcab6</id>
<content type='text'>
Serialize dependency graph directly from DepGraph

Reduce memory usage by serializing dep graph directly from `DepGraph`,
rather than copying it into `SerializedDepGraph` and serializing that.
</content>
</entry>
<entry>
<title>Use Option::map_or instead of `.map(..).unwrap_or(..)`</title>
<updated>2021-01-14T18:23:59+00:00</updated>
<author>
<name>LingMan</name>
<email>LingMan@users.noreply.github.com</email>
</author>
<published>2021-01-11T19:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a56bffb4f9d6f7791b2fa40412bd3e0549d76cc3'/>
<id>urn:sha1:a56bffb4f9d6f7791b2fa40412bd3e0549d76cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Serialize dependency graph directly from DepGraph</title>
<updated>2021-01-13T06:20:29+00:00</updated>
<author>
<name>Tyson Nottingham</name>
<email>tgnottingham@gmail.com</email>
</author>
<published>2021-01-12T21:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09067db8a0098861c0ba03ead3cbb49579e9a055'/>
<id>urn:sha1:09067db8a0098861c0ba03ead3cbb49579e9a055</id>
<content type='text'>
Reduce memory usage by serializing dep graph directly from `DepGraph`,
rather than copying it into `SerializedDepGraph` and serializing that.
</content>
</entry>
<entry>
<title>rustc_query_system: avoid race condition when using edge_count</title>
<updated>2020-12-22T22:12:57+00:00</updated>
<author>
<name>Tyson Nottingham</name>
<email>tgnottingham@gmail.com</email>
</author>
<published>2020-12-22T18:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03eb75f759a0c027d07b7d6460f630a373b03638'/>
<id>urn:sha1:03eb75f759a0c027d07b7d6460f630a373b03638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_query_system: add more comments for dependency graph</title>
<updated>2020-12-22T22:12:57+00:00</updated>
<author>
<name>Tyson Nottingham</name>
<email>tgnottingham@gmail.com</email>
</author>
<published>2020-12-16T06:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22ed75158bd1ef32d1ba08a58b56f2608c105c0d'/>
<id>urn:sha1:22ed75158bd1ef32d1ba08a58b56f2608c105c0d</id>
<content type='text'>
</content>
</entry>
</feed>
