Age | Commit message (Expand) | Author |
---|---|---|
2023-02-01 | rust: types: introduce `ForeignOwnable` | Wedson Almeida Filho |
2023-01-16 | rust: sync: add support for dispatching on Arc and 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 |
2022-12-04 | rust: types: add `Either` type | Wedson Almeida Filho |
2022-12-04 | rust: build_assert: add `build_{error,assert}!` macros | Gary Guo |
2022-12-04 | rust: static_assert: add `static_assert!` macro | Miguel Ojeda |
2022-12-04 | rust: std_vendor: add `dbg!` macro based on `std`'s one | Niklas Mohrin |
2022-12-04 | rust: error: add `From` implementations for `Error` | Wedson Almeida Filho |
2022-09-28 | rust: add `kernel` crate | Wedson Almeida Filho |