<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<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>Add tagged pointer impl to data structures</title>
<updated>2020-08-19T19:08:35+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-08-15T23:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8fe232836f7ecf1b1d76d82a91c8d0022be2786'/>
<id>urn:sha1:c8fe232836f7ecf1b1d76d82a91c8d0022be2786</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #75637 - ctaggart:wasm32build, r=Mark-Simulacrum</title>
<updated>2020-08-18T03:20:29+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2020-08-18T03:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14c0e4c9ea9b7c69df61f76f308af3133330366f'/>
<id>urn:sha1:14c0e4c9ea9b7c69df61f76f308af3133330366f</id>
<content type='text'>
update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown

Like #72079, this updates stacker. The related problem is stacker is here https://github.com/rust-lang/stacker/issues/42. It was fixed by switching from `libc::c_void` to `std::ffi::c_void` https://github.com/rust-lang/stacker/pull/43/files.
</content>
</entry>
<entry>
<title>update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown</title>
<updated>2020-08-17T16:57:53+00:00</updated>
<author>
<name>Cameron Taggart</name>
<email>cameron.taggart@gmail.com</email>
</author>
<published>2020-08-17T16:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b1fc161533deb94c554a3b6416c12f4d905a313'/>
<id>urn:sha1:2b1fc161533deb94c554a3b6416c12f4d905a313</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/incorporate-tracing</title>
<updated>2020-08-15T03:29:12+00:00</updated>
<author>
<name>pawanbisht62</name>
<email>36775517+pawanbisht62@users.noreply.github.com</email>
</author>
<published>2020-08-15T03:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bab15885c0ab1230186cc45290c6d6c224289f6b'/>
<id>urn:sha1:bab15885c0ab1230186cc45290c6d6c224289f6b</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>Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morse</title>
<updated>2020-08-10T23:56:34+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-08-10T23:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=992988bbc563150ee97b9df1bbff45c73eda50ea'/>
<id>urn:sha1:992988bbc563150ee97b9df1bbff45c73eda50ea</id>
<content type='text'>
Avoid deleting temporary files on error

Previously if the compiler error'd, fatally, then temporary directories which
should be preserved by -Csave-temps would be deleted due to fatal compiler
errors being implemented as panics.

cc @infinity0

(Hopefully) fixes #75275, but I haven't tested
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/incorporate-tracing</title>
<updated>2020-08-10T07:49:24+00:00</updated>
<author>
<name>pawanbisht62</name>
<email>36775517+pawanbisht62@users.noreply.github.com</email>
</author>
<published>2020-08-10T07:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c4ef37e19c0f9f501c04dd7bb1d5b864f0b6a2b'/>
<id>urn:sha1:7c4ef37e19c0f9f501c04dd7bb1d5b864f0b6a2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_data_structures: use IndexSet in TransitiveRelation</title>
<updated>2020-08-09T19:25:21+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-08-08T03:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3c70b8af516497cbc817f4b5d907ff7cf91661f'/>
<id>urn:sha1:d3c70b8af516497cbc817f4b5d907ff7cf91661f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade indexmap to 1.5.1, now using hashbrown!</title>
<updated>2020-08-09T19:25:21+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-08-08T00:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=997a766b320e845fa8833c5dfe7d9a29c6970ccf'/>
<id>urn:sha1:997a766b320e845fa8833c5dfe7d9a29c6970ccf</id>
<content type='text'>
</content>
</entry>
</feed>
