| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-14 | rust: add ArrayGuard and for non-owned arrays | Fabian Freyer | |
| To make use of shard functionality, we split the CoreOwnedArrayProvider into CoreArrayProvider and CoreOwnedArrayProvider. Array makes use of the CoreOwnedArrayProvider, which depends on CoreArrayProvider, while the new ArrayGuard only requires CoreArrayProvider and represents a non-owned array. | |||
| 2021-05-11 | Rust API; More setting support, fix edgecase in open_view_with_options, and ↵ | KyleMiles | |
| fixed using mut for const correctness (mut != ~const) | |||
| 2021-03-15 | More mut | Josh Watson | |
| 2021-03-15 | cargo fmt | Josh Watson | |
| 2021-03-15 | Resolve Kyle's comments | Josh Watson | |
| 2021-03-15 | Implement BackgroundTask::running_tasks() | Josh Watson | |
| 2021-03-15 | Implementing BackgroundTask | Josh Watson | |
