|
23 | 23 | - time: Improve `Instant::now()` perf with test-util ([#5513])
|
24 | 24 |
|
25 | 25 | ### Internal Changes
|
26 |
| -- tests: port proptest fuzz harnesses to use cargo-fuzz ([#5392]) |
27 | 26 | - time: don't store deadline twice in sleep entries ([#5410])
|
28 | 27 | - rt: remove Arc from Clock ([#5434])
|
29 | 28 | - sync: make `notify_waiters` calls atomic ([#5458])
|
30 | 29 | - net: refactor named pipe builders to not use bitfields ([#5477])
|
31 | 30 | - io: use `poll_fn` in `copy_bidirectional` ([#5486])
|
32 |
| -- fs: add more tests for filesystem functionality ([#5493]) |
33 |
| -- net: fix test compilation failure ([#5506]) |
34 |
| -- io: ignore SplitByUtf8BoundaryIfWindows test on miri ([#5507]) |
35 | 31 |
|
36 | 32 | ### Unstable
|
37 | 33 |
|
|
56 | 52 | [#5350]: https://github.com/tokio-rs/tokio/pull/5350
|
57 | 53 | [#5351]: https://github.com/tokio-rs/tokio/pull/5351
|
58 | 54 | [#5386]: https://github.com/tokio-rs/tokio/pull/5386
|
59 |
| -[#5392]: https://github.com/tokio-rs/tokio/pull/5392 |
60 | 55 | [#5394]: https://github.com/tokio-rs/tokio/pull/5394
|
61 | 56 | [#5410]: https://github.com/tokio-rs/tokio/pull/5410
|
62 | 57 | [#5413]: https://github.com/tokio-rs/tokio/pull/5413
|
|
77 | 72 | [#5481]: https://github.com/tokio-rs/tokio/pull/5481
|
78 | 73 | [#5483]: https://github.com/tokio-rs/tokio/pull/5483
|
79 | 74 | [#5486]: https://github.com/tokio-rs/tokio/pull/5486
|
80 |
| -[#5493]: https://github.com/tokio-rs/tokio/pull/5493 |
81 | 75 | [#5494]: https://github.com/tokio-rs/tokio/pull/5494
|
82 | 76 | [#5497]: https://github.com/tokio-rs/tokio/pull/5497
|
83 | 77 | [#5504]: https://github.com/tokio-rs/tokio/pull/5504
|
84 |
| -[#5506]: https://github.com/tokio-rs/tokio/pull/5506 |
85 |
| -[#5507]: https://github.com/tokio-rs/tokio/pull/5507 |
86 | 78 | [#5509]: https://github.com/tokio-rs/tokio/pull/5509
|
87 | 79 | [#5511]: https://github.com/tokio-rs/tokio/pull/5511
|
88 | 80 | [#5513]: https://github.com/tokio-rs/tokio/pull/5513
|
|
0 commit comments