<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_query_system, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced log with tracing</title>
<updated>2020-08-15T20:03:11+00:00</updated>
<author>
<name>Gurpreet Singh</name>
<email>gdhuper@gmail.com</email>
</author>
<published>2020-08-14T06:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2753f91b5e09a91841fa729ef6b14d7ef249e8a'/>
<id>urn:sha1:d2753f91b5e09a91841fa729ef6b14d7ef249e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework `rustc_serialize`</title>
<updated>2020-08-14T16:34:30+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2020-06-11T14:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbcef3effcf64bd0d89ea2dc8973e18d7fcf94c3'/>
<id>urn:sha1:cbcef3effcf64bd0d89ea2dc8973e18d7fcf94c3</id>
<content type='text'>
- Move the type parameter from `encode` and `decode` methods to
  the trait.
- Remove `UseSpecialized(En|De)codable` traits.
- Remove blanket impls for references.
- Add `RefDecodable` trait to allow deserializing to arena-allocated
  references safely.
- Remove ability to (de)serialize HIR.
- Create proc-macros `(Ty)?(En|De)codable` to help implement these new
  traits.
</content>
</entry>
<entry>
<title>Remove unused tcx parameter</title>
<updated>2020-08-12T20:00:44+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-08-12T20:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bff104d4db7ce785dc931a58d88d1dea891efecb'/>
<id>urn:sha1:bff104d4db7ce785dc931a58d88d1dea891efecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk</title>
<updated>2020-08-03T03:37:33+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-08-03T03:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7637cbb79bad4fdc29906a21847096a997a13631'/>
<id>urn:sha1:7637cbb79bad4fdc29906a21847096a997a13631</id>
<content type='text'>
Introduce an abstraction for EvaluationCache and SelectionCache

The small duplicated code has been moved to librustc_query_system.

The remaining changes are some cleanups of structural impls.
</content>
</entry>
<entry>
<title>Introduce an abstraction for EvaluationCache and SelectionCache.</title>
<updated>2020-08-02T13:49:26+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-08-02T13:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e288d050127f0bf78b325ef4d34b8b697ce28c80'/>
<id>urn:sha1:e288d050127f0bf78b325ef4d34b8b697ce28c80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move from `log` to `tracing`</title>
<updated>2020-07-31T20:38:20+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-07-24T18:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec7230fea2f4a96a1993c54bf2b17892d2e978b4'/>
<id>urn:sha1:ec7230fea2f4a96a1993c54bf2b17892d2e978b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apply bootstrap cfgs</title>
<updated>2020-07-16T23:36:49+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-07-16T13:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=647d9b525fcda07695809b851b4d6bce05b34e61'/>
<id>urn:sha1:647d9b525fcda07695809b851b4d6bce05b34e61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `const_if_match` feature gate from libraries</title>
<updated>2020-06-28T17:08:09+00:00</updated>
<author>
<name>Dylan MacKenzie</name>
<email>ecstaticmorse@gmail.com</email>
</author>
<published>2020-05-21T19:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48ebd2cdb8f9a9010a345349304edaa757d3e4cc'/>
<id>urn:sha1:48ebd2cdb8f9a9010a345349304edaa757d3e4cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove uses of `Vec::remove_item`</title>
<updated>2020-06-20T10:12:28+00:00</updated>
<author>
<name>Lukas Kalbertodt</name>
<email>lukas.kalbertodt@gmail.com</email>
</author>
<published>2020-06-20T09:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e6e082039a52c03a2ca93c0483e86b3c7f67af4'/>
<id>urn:sha1:1e6e082039a52c03a2ca93c0483e86b3c7f67af4</id>
<content type='text'>
</content>
</entry>
</feed>
