<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libserialize/lib.rs, branch 1.42.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.42.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.42.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-22T22:42:47+00:00</updated>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Stabilize the `never_type`, written `!`."</title>
<updated>2019-12-14T14:01:09+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2019-12-11T14:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d286113024ce50ada7a34f00041f4ff41f3217e6'/>
<id>urn:sha1:d286113024ce50ada7a34f00041f4ff41f3217e6</id>
<content type='text'>
This reverts commit 15c30ddd69d6cc3fffe6d304c6dc968a5ed046f1.
</content>
</entry>
<entry>
<title>Stabilize the `never_type`, written `!`.</title>
<updated>2019-11-21T13:55:32+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-12T23:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15c30ddd69d6cc3fffe6d304c6dc968a5ed046f1'/>
<id>urn:sha1:15c30ddd69d6cc3fffe6d304c6dc968a5ed046f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move handling of internal lints to `build.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T16:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22699d31394489fd42ee53ba4fcf2543ca9a1ec6'/>
<id>urn:sha1:22699d31394489fd42ee53ba4fcf2543ca9a1ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use associated_type_bounds where applicable - closes #61738</title>
<updated>2019-08-08T20:39:15+00:00</updated>
<author>
<name>Ilija Tovilo</name>
<email>ilija.tovilo@me.com</email>
</author>
<published>2019-07-31T19:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a'/>
<id>urn:sha1:3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lint annotations in specific crates that are already enforced by rustbuild</title>
<updated>2019-07-28T15:46:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434152157f9d73ad1899fb8da3a61aed6f8a46d6'/>
<id>urn:sha1:434152157f9d73ad1899fb8da3a61aed6f8a46d6</id>
<content type='text'>
Remove some random unnecessary lint `allow`s
</content>
</entry>
<entry>
<title>Rollup merge of #58318 - taiki-e:libserialize-2018, r=Centril</title>
<updated>2019-02-12T03:42:24+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-12T03:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=308c07bc3b0d9fd60eb70525e377ca5e1653ae11'/>
<id>urn:sha1:308c07bc3b0d9fd60eb70525e377ca5e1653ae11</id>
<content type='text'>
libserialize =&gt; 2018

Transitions `libserialize` to Rust 2018; cc #58099

This includes a commit from #58252 (thanks @h-michael!)

r? @Centril
</content>
</entry>
<entry>
<title>Move some tests into the tests directory</title>
<updated>2019-02-09T08:12:04+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-09T08:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=360e65db7a75817b957e0b9d5f69e024fb5a78c3'/>
<id>urn:sha1:360e65db7a75817b957e0b9d5f69e024fb5a78c3</id>
<content type='text'>
This moves tests in opaque.rs and tests other than tests that require
private items in json.rs into tests/opaque.rs and tests/json.rs.
</content>
</entry>
<entry>
<title>Remove images' url to make it work even without internet connection</title>
<updated>2019-02-07T10:06:19+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-02-05T13:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b886e07f52d1523421a3cf0c484a4898d13b432'/>
<id>urn:sha1:8b886e07f52d1523421a3cf0c484a4898d13b432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Transition libserialize to 2018 edition</title>
<updated>2019-02-07T05:15:07+00:00</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2019-02-07T02:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94c609ca9a9a71c21ba2cec2e495880f83661c7e'/>
<id>urn:sha1:94c609ca9a9a71c21ba2cec2e495880f83661c7e</id>
<content type='text'>
</content>
</entry>
</feed>
