Age | Commit message (Expand) | Author |
---|---|---|
2023-02-07 | rust: types: implement `ForeignOwnable` for `Arc<T>` | Wedson Almeida Filho |
2023-01-16 | rust: sync: add support for dispatching on Arc and ArcBorrow. | Wedson Almeida Filho |
2023-01-16 | rust: sync: introduce `UniqueArc` | Wedson Almeida Filho |
2023-01-16 | rust: sync: allow type of `self` to be `ArcBorrow<T>` | Wedson Almeida Filho |
2023-01-16 | rust: sync: introduce `ArcBorrow` | Wedson Almeida Filho |
2023-01-16 | rust: sync: allow coercion from `Arc<T>` to `Arc<U>` | Wedson Almeida Filho |
2023-01-16 | rust: sync: allow type of `self` to be `Arc<T>` or variants | Wedson Almeida Filho |
2023-01-16 | rust: sync: add `Arc` for ref-counted allocations | Wedson Almeida Filho |