<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/str/pattern.rs, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-09-08T19:51:00+00:00</updated>
<entry>
<title>Remove needless returns detected by clippy in libraries</title>
<updated>2024-09-08T19:51:00+00:00</updated>
<author>
<name>Eduardo Sánchez Muñoz</name>
<email>eduardosm-dev@e64.io</email>
</author>
<published>2024-09-08T19:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f3fdd14dfc47b0c6ab7f5887052d6e628b56919'/>
<id>urn:sha1:5f3fdd14dfc47b0c6ab7f5887052d6e628b56919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Remove generic lifetime parameter of trait `Pattern`</title>
<updated>2024-07-15T10:12:44+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-07-08T12:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=772315de7c1f68bb95de5a7eb85cb2f167834c53'/>
<id>urn:sha1:772315de7c1f68bb95de5a7eb85cb2f167834c53</id>
<content type='text'>
Use a GAT for `Searcher` associated type because this trait is always
implemented for every lifetime anyway.
</content>
</entry>
<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>
</feed>
