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.
0.5.5 (May 10, 2022)
Added
Arc::from_std
withoutT: Sized
bound (Remove (implicit)T: Sized
bound fromArc
#226)Debug
forAtomicPtr
for allT
(Change derive(Debug) AtomicPtr to an explicit impl for all T, not just T: Debug #255)Arc
,alloc
, andmpsc
(add additional location tracking to
Arc
,alloc
, andmpsc
#265)tracing
configuration forLOOM_LOG
(improveLOOM_LOG
tracing #266)tracing
span for the current model's iteration #267)Documented
LOOM_LOG
syntax (#251 #257)Fixed
Drop
(fix double panic when exceeding the branch limit inDrop
#245){Mut,Const}Ptr::{deref,with}
when the pointee is!Sized
(Allow using{Mut,Const}Ptr::{deref,with}
when the pointee is!Sized
#247)thread::park
afterThread::unpark
(thread: fix semantics ofthread::park
afterThread::unpark
#250)