<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/lexer, branch 1.56.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.56.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.56.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-10-31T12:04:30+00:00</updated>
<entry>
<title>Lint against RTL unicode codepoints in literals and comments</title>
<updated>2021-10-31T12:04:30+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-08-19T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd61274930ec0cd17711fab52d2bc9ad3e9053de'/>
<id>urn:sha1:dd61274930ec0cd17711fab52d2bc9ad3e9053de</id>
<content type='text'>
Address CVE-2021-42574.
</content>
</entry>
<entry>
<title>Warn when an escaped newline skips multiple lines</title>
<updated>2021-08-11T09:35:08+00:00</updated>
<author>
<name>Anton Golov</name>
<email>jesyspa@gmail.com</email>
</author>
<published>2021-07-31T18:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a03fbfe2ff3e7dd03af42d337b11552e782e2dc4'/>
<id>urn:sha1:a03fbfe2ff3e7dd03af42d337b11552e782e2dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco</title>
<updated>2021-08-02T14:36:51+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2021-08-02T14:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43800563975dcd69720f1ff34af66d85933a3573'/>
<id>urn:sha1:43800563975dcd69720f1ff34af66d85933a3573</id>
<content type='text'>
Fix invalid suggestions for non-ASCII characters in byte constants

Fixes #87397.
</content>
</entry>
<entry>
<title>Auto merge of #87662 - FabianWolff:rb-string, r=estebank</title>
<updated>2021-07-31T20:20:18+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-07-31T20:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e282795d7d1d28a4c6c1c6521045ae2b59f3519'/>
<id>urn:sha1:4e282795d7d1d28a4c6c1c6521045ae2b59f3519</id>
<content type='text'>
Suggest `br` if the unknown string prefix `rb` is found

Currently, for the following code:
```rust
fn main() {
    rb"abc";
}
```
we issue the following suggestion:
```
help: consider inserting whitespace here
  |
2 |     rb "abc";
  |       --
```
With my changes (only in edition 2021, where unknown prefixes became an error), I get:
```
help: use `br` for a raw byte string
  |
2 |     br"abc";
  |     ^^
```
</content>
</entry>
<entry>
<title>Suggest `br` if the unknown string prefix `rb` is found</title>
<updated>2021-07-31T13:37:36+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2021-07-31T13:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2c9654dcd53184eb5b585f117e856b87f9404c1'/>
<id>urn:sha1:f2c9654dcd53184eb5b585f117e856b87f9404c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix invalid suggestions for non-ASCII characters in byte constants</title>
<updated>2021-07-31T13:21:11+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2021-07-31T12:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1abb6f4d6756086d74008cacf51e42ae2cda7bb'/>
<id>urn:sha1:c1abb6f4d6756086d74008cacf51e42ae2cda7bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warning when whitespace is not skipped after an escaped newline.</title>
<updated>2021-07-30T14:26:39+00:00</updated>
<author>
<name>Anton Golov</name>
<email>jesyspa@gmail.com</email>
</author>
<published>2021-07-30T14:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d59b4412e71298e6e44b55afbfaa9dd86aee590'/>
<id>urn:sha1:5d59b4412e71298e6e44b55afbfaa9dd86aee590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntax</title>
<updated>2021-07-06T18:13:36+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-07-06T14:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4e384bc1de0c11f3bc6fffc013358de85ad2982'/>
<id>urn:sha1:d4e384bc1de0c11f3bc6fffc013358de85ad2982</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust_2021_token_prefixes</title>
<updated>2021-07-06T18:13:16+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-06-30T13:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81c11a212eda360ee3808dacf8065685f4a2e07b'/>
<id>urn:sha1:81c11a212eda360ee3808dacf8065685f4a2e07b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename reserved_prefix lint to reserved_prefixes</title>
<updated>2021-07-06T18:12:55+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-06-29T15:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c87772e3cbeb575aaab2896ded3d16a89d9679d'/>
<id>urn:sha1:6c87772e3cbeb575aaab2896ded3d16a89d9679d</id>
<content type='text'>
</content>
</entry>
</feed>
