Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: types: implement `ForeignOwnable` for `Arc<T>` | Wedson Almeida Filho | 2023-02-07 | 1 | -1/+31 |
* | rust: sync: add support for dispatching on Arc and ArcBorrow. | Wedson Almeida Filho | 2023-01-16 | 1 | -2/+18 |
* | rust: sync: introduce `UniqueArc` | Wedson Almeida Filho | 2023-01-16 | 1 | -2/+150 |
* | rust: sync: allow type of `self` to be `ArcBorrow<T>` | Wedson Almeida Filho | 2023-01-16 | 1 | -0/+23 |
* | rust: sync: introduce `ArcBorrow` | Wedson Almeida Filho | 2023-01-16 | 1 | -0/+97 |
* | rust: sync: allow coercion from `Arc<T>` to `Arc<U>` | Wedson Almeida Filho | 2023-01-16 | 1 | -1/+26 |
* | rust: sync: allow type of `self` to be `Arc<T>` or variants | Wedson Almeida Filho | 2023-01-16 | 1 | -0/+28 |
* | rust: sync: add `Arc` for ref-counted allocations | Wedson Almeida Filho | 2023-01-16 | 1 | -0/+157 |