about summary refs log tree commit diff
path: root/library/core/src/async_iter
AgeCommit message (Expand)AuthorLines
2025-07-08clippy fix: markdown indentation for indented items after line breakMarijn Schouten-5/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-04-05Hide async_gen_internals from standard library documentationDavid Tolnay-0/+3
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2023-12-22Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnayMichael Goulet-1/+24
2023-12-23Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrumbors-4/+4
2023-12-22Use `IntoAsyncIterator` in `for await` loop desugaringEric Holk-0/+1
2023-12-22Add IntoAsyncIteratorEric Holk-1/+23
2023-12-22update cfg(bootstrap)sPietro Albini-4/+4
2023-12-19Desugar for await loopsEric Holk-0/+1
2023-12-08Implement `async gen` blocksMichael Goulet-0/+25
2022-10-29use consistent terminologyTshepang Mbambo-1/+1
2022-03-15Add Stream alias for AsyncIteratorMichael Goulet-0/+1
2022-02-03Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.Charles Lew-0/+276