Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.6.0 (May 14, 2021)
Added
write_all_buf
toAsyncWriteExt
(io: Add write_all_buf to AsyncWriteExt #3737)AsyncSeek
forBufReader
,BufWriter
, andBufStream
(io: impl AsyncSeek for BufReader/BufWriter #3491){Tcp, Unix}Stream::try_{read, write}_vectored
#3761)mpsc::Sender::{reserve_owned, try_reserve_owned}
(sync: addmpsc::Sender::{reserve_owned, try_reserve_owned}
#3704)MutexGuard::map
method that returns aMappedMutexGuard
(Added map associated function to MutexGuard that uses new MappedMutexGuard type #2472)Fixed
DuplexStream
close (io: wake pending writers on DuplexStream close #3756)std::os::raw::c_int
instead oflibc::c_int
on public API (signal: use std::os::raw::c_int instead of libc::c_int on public API #3774)notify_waiters
(sync: preserve permit state in notify_waiters #3660)JoinHandle
panic message (Update JoinHandle panic message #3727)time::advance
from going too far (time: preventtime::advance
from going too far #3712)Documented
net::unix::datagram
module from docs (net: hide net::unix::datagram module from docs #3775)Barrier
doc should use task, not thread (Barrier doc should use task, not thread #3780)block_in_place
(Update documentation on block_in_place #3753)