<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/str/pattern.rs, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-06-02T16:15:50+00:00</updated>
<entry>
<title>typo: depending from -&gt; on</title>
<updated>2024-06-02T16:15:50+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-06-02T16:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=361c6a5c3a613d3693e9d97da3d9530cc5b7626d'/>
<id>urn:sha1:361c6a5c3a613d3693e9d97da3d9530cc5b7626d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store core::str::CharSearcher::utf8_size as u8</title>
<updated>2024-02-13T18:28:48+00:00</updated>
<author>
<name>GnomedDev</name>
<email>david2005thomas@gmail.com</email>
</author>
<published>2024-02-13T18:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=601f2d192eb54722b0dd4619d6b70bc173354049'/>
<id>urn:sha1:601f2d192eb54722b0dd4619d6b70bc173354049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update std::simd usage and test outputs</title>
<updated>2023-11-26T14:02:25+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2023-11-20T00:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d9607869ad8ec10f1fe4b643de0d21a5c226a76'/>
<id>urn:sha1:4d9607869ad8ec10f1fe4b643de0d21a5c226a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix library tests</title>
<updated>2023-11-26T13:50:39+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2023-11-19T17:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89b9388af5148fd09a2adb863bcf7aabbf1d2b65'/>
<id>urn:sha1:89b9388af5148fd09a2adb863bcf7aabbf1d2b65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay</title>
<updated>2023-11-17T18:47:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-11-17T18:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6dcaee23f274dd18b391b2f0f70df6e98f1c3b2'/>
<id>urn:sha1:f6dcaee23f274dd18b391b2f0f70df6e98f1c3b2</id>
<content type='text'>
feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`

This PR implements `DoubleEndedSearcher` for both `CharArraySearcher` and `CharArrayRefSearcher`. I'm not sure whether this was just overlooked or if there is a reason for it, but since it behaves exactly like `CharSliceSearcher`, I think the implementations should be appropriate.
</content>
</entry>
<entry>
<title>Re-format let-else per rustfmt update</title>
<updated>2023-07-13T01:49:27+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-07-13T01:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc907f80b95c6ec530c5ee1b05b044a468f07eca'/>
<id>urn:sha1:cc907f80b95c6ec530c5ee1b05b044a468f07eca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`</title>
<updated>2023-05-24T20:27:10+00:00</updated>
<author>
<name>Jan</name>
<email>66554238+vaporoxx@users.noreply.github.com</email>
</author>
<published>2023-05-24T20:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6ed532bef02e752ea881ab104cacc28e5d06738'/>
<id>urn:sha1:c6ed532bef02e752ea881ab104cacc28e5d06738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some misleading and copy-pasted `Pattern` examples</title>
<updated>2023-05-15T06:03:50+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-05-15T06:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=47232ade6151a8e7d2112e2dda0c7c5c930b0a31'/>
<id>urn:sha1:47232ade6151a8e7d2112e2dda0c7c5c930b0a31</id>
<content type='text'>
These examples were listed twice and also were confusable with doing a substring match instead of a any-of-set match.
</content>
</entry>
<entry>
<title>Fix typos in library</title>
<updated>2023-04-10T19:07:29+00:00</updated>
<author>
<name>DaniPopes</name>
<email>57450786+DaniPopes@users.noreply.github.com</email>
</author>
<published>2023-04-10T19:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0daf22b95ff1cd3f7ac55ea9370987535f3134d'/>
<id>urn:sha1:a0daf22b95ff1cd3f7ac55ea9370987535f3134d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix dupe word typos</title>
<updated>2022-12-05T08:42:36+00:00</updated>
<author>
<name>Rageking8</name>
<email>tomleetyt@gmail.com</email>
</author>
<published>2022-12-05T08:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58110572fb23e0ad1944bdf3d8cdb3f84cb91aa2'/>
<id>urn:sha1:58110572fb23e0ad1944bdf3d8cdb3f84cb91aa2</id>
<content type='text'>
</content>
</entry>
</feed>
