<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/lint/inclusive-range-pattern-syntax.fixed, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-01-23T00:00:00+00:00</updated>
<entry>
<title>Use check-pass mode for lint tests</title>
<updated>2020-01-23T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-01-23T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d915c016c986d3060d6275f472b8a6e4c22b56ea'/>
<id>urn:sha1:d915c016c986d3060d6275f472b8a6e4c22b56ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate compile-pass annotations to build-pass</title>
<updated>2019-07-02T21:30:28+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-07-02T21:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c004451a209dce4960fc295ff799e17f2630a00c'/>
<id>urn:sha1:c004451a209dce4960fc295ff799e17f2630a00c</id>
<content type='text'>
</content>
</entry>
<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>Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint</title>
<updated>2018-11-10T19:26:49+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-11-10T18:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1487145493c54b41df16eb7ffe6fdd3b82e6a78'/>
<id>urn:sha1:c1487145493c54b41df16eb7ffe6fdd3b82e6a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inclusive range syntax lint (`...` → `..=`)</title>
<updated>2018-06-26T14:54:49+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2018-05-29T02:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fb76f4027596f524403e6eea60e9531e70e9460'/>
<id>urn:sha1:3fb76f4027596f524403e6eea60e9531e70e9460</id>
<content type='text'>
Our implementation ends up changing the `PatKind::Range` variant in the
AST to take a `Spanned&lt;RangeEnd&gt;` instead of just a `RangeEnd`, because
the alternative would be to try to infer the span of the range operator
from the spans of the start and end subexpressions, which is both
hideous and nontrivial to get right (whereas getting the change to the
AST right was a simple game of type tennis).

This is concerning #51043.
</content>
</entry>
</feed>
