<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_system/src/dep_graph/graph.rs, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-03-30T16:10:08+00:00</updated>
<entry>
<title>Also profile finishing the encoding.</title>
<updated>2021-03-30T16:10:08+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-03-23T12:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ee9322c1041bcbaee408961727c4418bd792979'/>
<id>urn:sha1:8ee9322c1041bcbaee408961727c4418bd792979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust profiling.</title>
<updated>2021-03-30T16:10:08+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-03-18T18:38:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df24315ddf0103a5f9ecd8d3cd15e069e3571a53'/>
<id>urn:sha1:df24315ddf0103a5f9ecd8d3cd15e069e3571a53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review.</title>
<updated>2021-03-30T16:10:08+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-03-18T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe89f3236c08abd8fd2c81cdd2f41ff2066f13ac'/>
<id>urn:sha1:fe89f3236c08abd8fd2c81cdd2f41ff2066f13ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stream the dep-graph to a file.</title>
<updated>2021-03-30T16:09:59+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-03-02T21:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bfaf3a9cb7b601e3c4ed2e661ed213b8bc4d639'/>
<id>urn:sha1:6bfaf3a9cb7b601e3c4ed2e661ed213b8bc4d639</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove (lots of) dead code</title>
<updated>2021-03-28T02:16:33+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-03-16T05:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=441dc3640a408e612064464b0c6308bdca6c16ce'/>
<id>urn:sha1:441dc3640a408e612064464b0c6308bdca6c16ce</id>
<content type='text'>
Found with https://github.com/est31/warnalyzer.

Dubious changes:
- Is anyone else using rustc_apfloat? I feel weird completely deleting
  x87 support.
- Maybe some of the dead code in rustc_data_structures, in case someone
  wants to use it in the future?
- Don't change rustc_serialize

  I plan to scrap most of the json module in the near future (see
  https://github.com/rust-lang/compiler-team/issues/418) and fixing the
  tests needed more work than I expected.

TODO: check if any of the comments on the deleted code should be kept.
</content>
</entry>
<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>
</feed>
