<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/async_iter, 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>2025-07-08T11:48:15+00:00</updated>
<entry>
<title>clippy fix: markdown indentation for indented items after line break</title>
<updated>2025-07-08T11:48:15+00:00</updated>
<author>
<name>Marijn Schouten</name>
<email>mhkbst@gmail.com</email>
</author>
<published>2025-07-03T12:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca4a712b59b9ed216e8bb6e24140b08d7020c68c'/>
<id>urn:sha1:ca4a712b59b9ed216e8bb6e24140b08d7020c68c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</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>Fix doc nits</title>
<updated>2024-07-26T12:26:33+00:00</updated>
<author>
<name>John Arundel</name>
<email>john@bitfieldconsulting.com</email>
</author>
<published>2024-07-15T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a19472a93e2eecce1477011fa9f7ec49b45ca164'/>
<id>urn:sha1:a19472a93e2eecce1477011fa9f7ec49b45ca164</id>
<content type='text'>
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
</content>
</entry>
<entry>
<title>Hide async_gen_internals from standard library documentation</title>
<updated>2024-04-06T01:54:38+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2024-04-06T01:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=262670a8f105803c28ba50014644ddbc6fa9accf'/>
<id>urn:sha1:262670a8f105803c28ba50014644ddbc6fa9accf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Step all bootstrap cfgs forward</title>
<updated>2024-02-08T12:44:34+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-02-05T12:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a5034a20ed8b055dc615271f9d9cf27f9e494f0'/>
<id>urn:sha1:9a5034a20ed8b055dc615271f9d9cf27f9e494f0</id>
<content type='text'>
This also takes care of other bootstrap-related changes.
</content>
</entry>
<entry>
<title>Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay</title>
<updated>2023-12-23T02:41:04+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-12-23T02:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eef023c806dfdc85a8fbd0cad5b48a787cfb7683'/>
<id>urn:sha1:eef023c806dfdc85a8fbd0cad5b48a787cfb7683</id>
<content type='text'>
Add `IntoAsyncIterator`

This introduces the `IntoAsyncIterator` trait and uses it in the desugaring of the unstable `for await` loop syntax. This is mostly added for symmetry with `Iterator` and `IntoIterator`.

r? `@compiler-errors`

cc `@rust-lang/libs-api,` `@rust-lang/wg-async`
</content>
</entry>
<entry>
<title>Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum</title>
<updated>2023-12-23T00:26:47+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-12-23T00:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=495203bf61efabecc2c460be38e1eb0f9952601b'/>
<id>urn:sha1:495203bf61efabecc2c460be38e1eb0f9952601b</id>
<content type='text'>
Bump stage0 to 1.76 beta

r? `@Mark-Simulacrum`
</content>
</entry>
<entry>
<title>Use `IntoAsyncIterator` in `for await` loop desugaring</title>
<updated>2023-12-22T19:01:06+00:00</updated>
<author>
<name>Eric Holk</name>
<email>ericholk@microsoft.com</email>
</author>
<published>2023-12-19T01:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=acb6f17adf78f79db10ec189d719380d35cacee7'/>
<id>urn:sha1:acb6f17adf78f79db10ec189d719380d35cacee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add IntoAsyncIterator</title>
<updated>2023-12-22T19:01:05+00:00</updated>
<author>
<name>Eric Holk</name>
<email>ericholk@microsoft.com</email>
</author>
<published>2023-12-08T20:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e34391d6a6e924cbea588d7e418b39aaebb6616'/>
<id>urn:sha1:8e34391d6a6e924cbea588d7e418b39aaebb6616</id>
<content type='text'>
</content>
</entry>
</feed>
