<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_impl/Cargo.toml, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-10-20T16:29:33+00:00</updated>
<entry>
<title>Invoke callbacks from rustc_middle.</title>
<updated>2021-10-20T16:29:33+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-10-16T18:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=602d3cbce3e6227ad7cd5c009c868c9e405a9f32'/>
<id>urn:sha1:602d3cbce3e6227ad7cd5c009c868c9e405a9f32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to measureme v10</title>
<updated>2021-10-07T13:08:44+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-10-07T13:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=757f76ef73245f69c9262760ee4ff3cababd41d1'/>
<id>urn:sha1:757f76ef73245f69c9262760ee4ff3cababd41d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for artifact size profiling</title>
<updated>2021-10-07T12:22:29+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-07-23T14:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=947a33bf206e8bec15a9734e217cd540b8a2fb5c'/>
<id>urn:sha1:947a33bf206e8bec15a9734e217cd540b8a2fb5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to 2021</title>
<updated>2021-09-21T02:21:42+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-09-19T16:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c746be2219fac78e5adad715082dedeb2d737f0d'/>
<id>urn:sha1:c746be2219fac78e5adad715082dedeb2d737f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rfc3052: Remove authors field from Cargo manifests</title>
<updated>2021-07-29T21:56:05+00:00</updated>
<author>
<name>Jade</name>
<email>software@lfcode.ca</email>
</author>
<published>2021-07-27T23:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cf820e17dea8b0a9a19b027439c9ea0ef99bd06'/>
<id>urn:sha1:3cf820e17dea8b0a9a19b027439c9ea0ef99bd06</id>
<content type='text'>
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
</content>
</entry>
<entry>
<title>Move OnDiskCache to rustc_query_impl.</title>
<updated>2021-07-18T09:14:07+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-06-28T19:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81241cbf3ae39db6188b7965b34e444f48e7ebbd'/>
<id>urn:sha1:81241cbf3ae39db6188b7965b34e444f48e7ebbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_query_impl: Remove unused dependencies</title>
<updated>2021-06-25T08:13:00+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2021-06-25T06:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e721e15cd2fbb44d500b315b6e9f6837e68adb93'/>
<id>urn:sha1:e721e15cd2fbb44d500b315b6e9f6837e68adb93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to rustc-rayon 0.3.1</title>
<updated>2021-03-11T01:53:35+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2021-03-11T01:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7e75a2124ccd8e0a655220f70fd1eba765cf5d2'/>
<id>urn:sha1:f7e75a2124ccd8e0a655220f70fd1eba765cf5d2</id>
<content type='text'>
This pulls in rust-lang/rustc-rayon#8 to fix #81425. (h/t @ammaraskar)

That revealed weak constraints on `rustc_arena::DropArena`, because its
`DropType` was holding type-erased raw pointers to generic `T`. We can
implement `Send` for `DropType` (under `cfg(parallel_compiler)`) by
requiring all `T: Send` before they're type-erased.
</content>
</entry>
<entry>
<title>Move the query system to rustc_query_impl.</title>
<updated>2021-02-19T16:51:58+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-01-19T19:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4581d16bcbea9273b6755dd24a884a234a0dc2f7'/>
<id>urn:sha1:4581d16bcbea9273b6755dd24a884a234a0dc2f7</id>
<content type='text'>
</content>
</entry>
</feed>
