<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/match-byte-array-patterns.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-08-14T08:38:00+00:00</updated>
<entry>
<title>Moved compile-fail tests to ui tests.</title>
<updated>2018-08-14T08:38:00+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b16a30677f4e641329e768272cf9d3ecc2fa31c4'/>
<id>urn:sha1:b16a30677f4e641329e768272cf9d3ecc2fa31c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize slice patterns without `..`</title>
<updated>2018-03-19T23:27:40+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-02-24T19:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c90189e1331cea3eac0ab0e8959f664cffba1ae'/>
<id>urn:sha1:7c90189e1331cea3eac0ab0e8959f664cffba1ae</id>
<content type='text'>
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
</content>
</entry>
<entry>
<title>Make is_useful handle empty types properly</title>
<updated>2017-01-03T07:31:46+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2016-11-29T07:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcdbe942e108e47ffa712fa44ad9b251c53c105b'/>
<id>urn:sha1:bcdbe942e108e47ffa712fa44ad9b251c53c105b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle mixed byte literal and byte array patterns</title>
<updated>2016-10-26T20:10:30+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2016-10-26T19:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d3e89b484bbcd1c2fec60794c196d7148dd9f5b'/>
<id>urn:sha1:8d3e89b484bbcd1c2fec60794c196d7148dd9f5b</id>
<content type='text'>
Convert byte literal pattern to byte array patterns when they are both
used together. so matching them is properly handled. I could've done the
conversion eagerly, but that could have caused a bad worst-case for
massive byte-array matches.

Fixes #18027.
Fixes #25051.
Fixes #26510.
</content>
</entry>
</feed>
