<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/unicode/bool_trie.rs, branch 1.35.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.35.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.35.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-12-26T04:08:33+00:00</updated>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a warning in libcore on 16bit targets.</title>
<updated>2018-05-01T14:48:31+00:00</updated>
<author>
<name>Vadzim Dambrouski</name>
<email>pftbest@gmail.com</email>
</author>
<published>2018-05-01T14:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f29e62aadf9efa961b3da9d960fb35f748aed0d5'/>
<id>urn:sha1:f29e62aadf9efa961b3da9d960fb35f748aed0d5</id>
<content type='text'>
This code is assuming that usize &gt;= 32bits, but it is not the case on
16bit targets. It is producing a warning that will fail the compilation
on MSP430 if deny(warnings) is enabled.
It is very unlikely that someone would actually use this code on
a microcontroller, but since unicode was merged into libcore we
have compile it on 16bit targets.
</content>
</entry>
<entry>
<title>Move contents of libstd_unicode into libcore</title>
<updated>2018-04-11T22:13:43+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-05T15:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5807be7ccb2c14df9db87a54038221bbf5ae00fa'/>
<id>urn:sha1:5807be7ccb2c14df9db87a54038221bbf5ae00fa</id>
<content type='text'>
</content>
</entry>
</feed>
