summary refs log tree commit diff
path: root/data_model
Commit message (Expand)AuthorAge
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* data_model: fix flaky observe_mutateZach Reizner2020-02-01
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* Remove unnecessary ? when returning ErrDaniel Verkamp2019-11-08
* data_model: remove unused importDylan Reid2019-11-05
* data_model: allow reading structs from io::ReadDaniel Verkamp2019-08-14
* data_model: add sub_slice method to VolatileSliceZach Reizner2019-06-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Update data_model to 2018 editionDavid Tolnay2019-04-07
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* data_model: ignore clippy error for mut from non-mutDylan Reid2019-03-09
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* build: Restore ability to compile data_model and sys_util in isolationDavid Tolnay2019-01-18
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-03
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-09
* data_model: prevent unaligned DataInit::from_sliceZach Reizner2018-12-03
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* data_model: add offset, copy_to_volatile_slice, Copy to VolatileSliceZach Reizner2018-07-20
* volatile_memory: Fix usize/u64 confusion in doc testDylan Reid2018-02-05
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* data_model: add basic methods functions for using DataInit typesZach Reizner2018-01-25
* data_model: add copy functions for copying slices in VolatileSlice'sZach Reizner2017-09-01
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* data_model: add volatile_memory module for volatile accessZach Reizner2017-06-27
* data_model: add unsigned endian typesZach Reizner2017-06-27
* Add data_model with DataInit traitDylan Reid2017-06-26