<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rustc-workspace-hack, branch 1.52.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-14T15:03:11+00:00</updated>
<entry>
<title>bumped smallvec deps</title>
<updated>2021-02-14T15:03:11+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2021-02-14T14:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93c8ebe022d0eac6fb02848dc85f003cf7b7503c'/>
<id>urn:sha1:93c8ebe022d0eac6fb02848dc85f003cf7b7503c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add libz-sys to rustc-workspace-hack.</title>
<updated>2020-12-23T20:18:15+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-12-23T20:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bfc45aa859b94cedeffcbd949f9aaad9f3ac8d8'/>
<id>urn:sha1:0bfc45aa859b94cedeffcbd949f9aaad9f3ac8d8</id>
<content type='text'>
https://github.com/alexcrichton/curl-rust/pull/351 changed
curl-rust to no longer enable the default features of libz-sys.
Because rustfmt includes rustc-workspace-hack with the
rustc-workspace-hack/all-static feature (sometimes), it ends up building
libz-sys without the default features. This causes a duplicate
with other packages (like rls) which enable the default
features.
</content>
</entry>
<entry>
<title>Add libc to rustc-workspace-hack</title>
<updated>2020-12-05T17:08:33+00:00</updated>
<author>
<name>Igor Matuszewski</name>
<email>xanewok@gmail.com</email>
</author>
<published>2020-12-05T17:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fa30ecf77ce6b6da48c606c04484261383e6aae'/>
<id>urn:sha1:2fa30ecf77ce6b6da48c606c04484261383e6aae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump Rustfmt and RLS</title>
<updated>2020-11-06T18:44:06+00:00</updated>
<author>
<name>Alessandro Ghedini</name>
<email>alessandro@cloudflare.com</email>
</author>
<published>2020-11-05T15:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bff2e46248e8e95e2a14e9f97ce31e8dd23c908a'/>
<id>urn:sha1:bff2e46248e8e95e2a14e9f97ce31e8dd23c908a</id>
<content type='text'>
Should hopefully fix #78341 and #78340.
</content>
</entry>
<entry>
<title>Add unbounded_depth to serde_json (clippy-driver)</title>
<updated>2020-10-24T20:59:44+00:00</updated>
<author>
<name>Eduardo Broto</name>
<email>ebroto@tutanota.com</email>
</author>
<published>2020-10-24T20:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5139196029c8e9bc6e431e11c5e8780c6ee7f62'/>
<id>urn:sha1:a5139196029c8e9bc6e431e11c5e8780c6ee7f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update RLS and Rustfmt</title>
<updated>2020-09-05T20:40:07+00:00</updated>
<author>
<name>Caleb Cartwright</name>
<email>caleb.cartwright@outlook.com</email>
</author>
<published>2020-09-05T19:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ceb82488fbf1487f0633daa88bd02022718e2dc'/>
<id>urn:sha1:1ceb82488fbf1487f0633daa88bd02022718e2dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using old version of `syn` in `rustc-workspace-hack`</title>
<updated>2020-06-22T17:29:39+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2020-06-22T17:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2ab98df085d4f2703f0a4beab4c6432c353f7fa'/>
<id>urn:sha1:e2ab98df085d4f2703f0a4beab4c6432c353f7fa</id>
<content type='text'>
None of the tools seem to need syn 0.15.35, so we can just build syn
1.0.

This was causing an issue with clippy's `compile-test` program: since
multiple versions of `syn` would exist in the build directory, we would
non-deterministically pick one based on filesystem iteration order. If
the pre-1.0 version of `syn` was picked, a strange build error would
occur (see
https://github.com/rust-lang/rust/pull/73594#issuecomment-647671463)

To prevent this kind of issue from happening again, we now panic if we
find multiple versions of a crate in the build directly, instead of
silently picking the first version we find.
</content>
</entry>
<entry>
<title>Add fibersapi feature to winapi in rustc-workspace-hack</title>
<updated>2020-05-29T06:20:18+00:00</updated>
<author>
<name>flip1995</name>
<email>hello@philkrones.com</email>
</author>
<published>2020-05-29T06:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f3e0ee4b0404eba45c106849ed6eae7104039f6'/>
<id>urn:sha1:3f3e0ee4b0404eba45c106849ed6eae7104039f6</id>
<content type='text'>
Co-authored-by: Eric Huss &lt;ehuss@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Unify winapi features for tools</title>
<updated>2020-05-05T19:50:58+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2020-05-05T19:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b8358e682e4c6ba203bd52bd289e213e90f6cc5'/>
<id>urn:sha1:3b8358e682e4c6ba203bd52bd289e213e90f6cc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify some syn 1.0 et al. features for tools</title>
<updated>2020-05-05T13:29:15+00:00</updated>
<author>
<name>Igor Matuszewski</name>
<email>xanewok@gmail.com</email>
</author>
<published>2020-05-05T12:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b512b1c7af7e45f3127859d3786377032aff1956'/>
<id>urn:sha1:b512b1c7af7e45f3127859d3786377032aff1956</id>
<content type='text'>
</content>
</entry>
</feed>
