<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/char, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-02-11T09:22:47+00:00</updated>
<entry>
<title>Improve `char::is_ascii_*` code</title>
<updated>2020-02-11T09:22:47+00:00</updated>
<author>
<name>Andrea Canciani</name>
<email>ranma42@gmail.com</email>
</author>
<published>2019-12-24T11:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e7aeaf1b52ee66ede1adb104fcd08b0463eb0f9'/>
<id>urn:sha1:4e7aeaf1b52ee66ede1adb104fcd08b0463eb0f9</id>
<content type='text'>
These methods explicitly check if a char is in a specific ASCII range,
therefore the `is_ascii()` check is not needed, but LLVM seems to be
unable to remove it.

WARNING: this change improves the performance on ASCII `char`s, but
complex checks such as `is_ascii_punctuation` become slower on
non-ASCII `char`s.
</content>
</entry>
<entry>
<title>Make the ASCII ctype inherent methods const</title>
<updated>2020-02-09T05:29:25+00:00</updated>
<author>
<name>Dylan MacKenzie</name>
<email>ecstaticmorse@gmail.com</email>
</author>
<published>2020-02-09T05:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9212b8e9347f4ffa4280977fc1f849cb7a2525d'/>
<id>urn:sha1:a9212b8e9347f4ffa4280977fc1f849cb7a2525d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace old tables with new unicode data</title>
<updated>2020-01-15T00:11:28+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-01-13T21:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efcda047397262f403df54d9f5e569dd32704168'/>
<id>urn:sha1:efcda047397262f403df54d9f5e569dd32704168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minimize unsafety in encode_utf8</title>
<updated>2019-12-24T01:46:42+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-23T20:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df4d490038c37e441065890fa27ed2ce0bdf83e6'/>
<id>urn:sha1:df4d490038c37e441065890fa27ed2ce0bdf83e6</id>
<content type='text'>
Use slice patterns to avoid having to skip bounds checking
</content>
</entry>
<entry>
<title>Require issue = "none" over issue = "0" in unstable attributes</title>
<updated>2019-12-21T11:16:18+00:00</updated>
<author>
<name>Ross MacArthur</name>
<email>ross@macarthur.io</email>
</author>
<published>2019-12-21T11:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3'/>
<id>urn:sha1:f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Propagate cfg bootstrap</title>
<updated>2019-12-18T17:16:19+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-18T17:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82184440ecd33e87cd03a8f7c70af2ad95d5400f'/>
<id>urn:sha1:82184440ecd33e87cd03a8f7c70af2ad95d5400f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require stable/unstable annotations for the constness of all stable functions with a `const` modifier</title>
<updated>2019-12-13T10:27:02+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-12-08T00:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e17e3988165d3245e38af0b1c40cde47699f6a7'/>
<id>urn:sha1:5e17e3988165d3245e38af0b1c40cde47699f6a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some small readability improvements</title>
<updated>2019-12-11T19:49:46+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2019-12-11T19:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f87dd1bc008d49cc27bee8d5a866e3c2de463b3'/>
<id>urn:sha1:7f87dd1bc008d49cc27bee8d5a866e3c2de463b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format libcore with rustfmt</title>
<updated>2019-11-27T07:02:11+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-24T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95e00bfed801e264e9c4ac817004153ca0f19eb6'/>
<id>urn:sha1:95e00bfed801e264e9c4ac817004153ca0f19eb6</id>
<content type='text'>
This commit applies rustfmt with default settings to files in
src/libcore *that are not involved in any currently open PR* to minimize
merge conflicts. The list of files involved in open PRs was determined
by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in `outstanding_files`, the
relevant commands were:

    $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018
    $ rg libcore outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libcore.
</content>
</entry>
<entry>
<title>Have tidy ensure that we document all `unsafe` blocks in libcore</title>
<updated>2019-11-06T10:04:42+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-08-21T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02f9167f94a06900ee555a5797081a44ebba009e'/>
<id>urn:sha1:02f9167f94a06900ee555a5797081a44ebba009e</id>
<content type='text'>
</content>
</entry>
</feed>
