<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/parser/byte-string-literals.stderr, branch 1.63.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.63.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.63.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-08-11T09:46:24+00:00</updated>
<entry>
<title>Modify structured suggestion output</title>
<updated>2021-08-11T09:46:24+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-06-22T02:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99f2977031706dfef6730764d359b9e5d0f673b4'/>
<id>urn:sha1:99f2977031706dfef6730764d359b9e5d0f673b4</id>
<content type='text'>
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
</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>Handle `Span`s for byte and raw strings and add more detail</title>
<updated>2021-02-03T21:34:28+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-01-23T20:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b5d018ebb6ee8aa6181ebf1cf9ba0cb407f622f'/>
<id>urn:sha1:3b5d018ebb6ee8aa6181ebf1cf9ba0cb407f622f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update UI test</title>
<updated>2020-06-25T11:28:45+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-06-21T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33302fa7d225a2d1152f0fe9a52e55fbd85d3017'/>
<id>urn:sha1:33302fa7d225a2d1152f0fe9a52e55fbd85d3017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `-Z continue-parse-after-error`</title>
<updated>2020-01-08T18:48:04+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-01-08T18:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41a93cba38e1813986d4068cf2d2ccfcc35ef178'/>
<id>urn:sha1:41a93cba38e1813986d4068cf2d2ccfcc35ef178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce unescape module</title>
<updated>2019-05-02T12:31:57+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-04-25T08:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfa5f278472d0bad4e7db4a4259b2f1fa97ca0ab'/>
<id>urn:sha1:bfa5f278472d0bad4e7db4a4259b2f1fa97ca0ab</id>
<content type='text'>
Currently, we deal with escape sequences twice: once when we lex a
string, and a second time when we unescape literals. This PR aims to
remove this duplication, by introducing a new `unescape` mode as a
single source of truth for character escaping rules
</content>
</entry>
<entry>
<title>Remove unnecessary tidy ignore directives</title>
<updated>2019-04-23T10:42:15+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-04-22T19:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5392f44a928bae47c4301c2b4610fefd9ffedb5b'/>
<id>urn:sha1:5392f44a928bae47c4301c2b4610fefd9ffedb5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: make path normalization smarter</title>
<updated>2019-03-25T05:06:45+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2019-03-13T04:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=695dfe7dff89b986d1a5eb551633189338a0af6e'/>
<id>urn:sha1:695dfe7dff89b986d1a5eb551633189338a0af6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak incorrect escaped char diagnostic</title>
<updated>2019-03-20T18:45:25+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-03-20T18:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8120d660a47559b7ae8eb798bb8f6e62d575000'/>
<id>urn:sha1:a8120d660a47559b7ae8eb798bb8f6e62d575000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2019-03-11T20:10:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-03-09T12:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa72a81bea27f1fda4287475e4cc2f684c971e7f'/>
<id>urn:sha1:fa72a81bea27f1fda4287475e4cc2f684c971e7f</id>
<content type='text'>
</content>
</entry>
</feed>
