<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/str/pattern.rs, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-11-04T18:08:28+00:00</updated>
<entry>
<title>Improve example of `impl Pattern for &amp;[char]`</title>
<updated>2024-11-04T18:08:28+00:00</updated>
<author>
<name>Eduardo Sánchez Muñoz</name>
<email>eduardosm-dev@e64.io</email>
</author>
<published>2024-11-04T18:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4872b6bcbd8f2800b370b7e05b1ca1e18054a166'/>
<id>urn:sha1:4872b6bcbd8f2800b370b7e05b1ca1e18054a166</id>
<content type='text'>
The previous version used `['l', 'l']` as pattern, which would suggest that it matches the `ll` of `Hello world` as a whole.
</content>
</entry>
<entry>
<title>library: consistently use American spelling for 'behavior'</title>
<updated>2024-10-25T10:02:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-25T10:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=854e3c43e005c992542a80bea9bbe16230470362'/>
<id>urn:sha1:854e3c43e005c992542a80bea9bbe16230470362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>provide default impl for as_utf8_pattern</title>
<updated>2024-10-24T16:19:38+00:00</updated>
<author>
<name>Laiho</name>
<email>emillaiho@hotmail.fi</email>
</author>
<published>2024-10-24T16:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=689101f8a3ea26f70902b10ab99b9860f565d9dc'/>
<id>urn:sha1:689101f8a3ea26f70902b10ab99b9860f565d9dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fast path for ascii to ascii in str::replace</title>
<updated>2024-09-23T16:24:06+00:00</updated>
<author>
<name>Laiho</name>
<email>emillaiho@hotmail.fi</email>
</author>
<published>2024-09-08T21:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4484085b18df4b10243b503a21602bb71836e8b3'/>
<id>urn:sha1:4484085b18df4b10243b503a21602bb71836e8b3</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
