about summary refs log tree commit diff
path: root/library/core/tests/future.rs
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-127/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-1/+1
Clean up a few minor refs in `format!` macro, as it has a tiny perf cost. A few more minor related cleanups.
2023-07-03enable test_join test in MiriRalf Jung-1/+0
2022-02-02add teststamaron-0/+8
2021-12-20disable test with self-referential generator on MiriRalf Jung-0/+1
2021-12-10Update library/core/tests/future.rsJosh Triplett-1/+1
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
2021-12-09Add tests asserting the function-like semantics of `join!()`Daniel Henry-Mantilla-0/+34
2021-12-08remove implicit .await from `core::future::join`Ibraheem Ahmed-4/+13
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+76