aboutsummaryrefslogtreecommitdiffstats
path: root/data_model
Commit message (Expand)AuthorAgeFilesLines
* Allow warnings to migrate to rustc-1.40.0android-r-preview-1Matthew Maurer2020-01-021-0/+1
* Add crosvm_defaults with only supported platforms.Ivan Lozano2019-11-151-1/+1
* Generate Android.bp into subdirectories.Chih-Hung Hsieh2019-10-141-0/+11
* eliminate mut from non-mut referencesZach Reizner2019-06-041-123/+26
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-172-30/+22
* edition: Remove extern crate linesDavid Tolnay2019-04-151-2/+0
* edition: Update data_model to 2018 editionDavid Tolnay2019-04-071-0/+1
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-133-6/+6
* data_model: ignore clippy error for mut from non-mutDylan Reid2019-03-091-0/+3
* error: Consistently use Display instead of error description()David Tolnay2019-03-021-6/+6
* build: Restore ability to compile data_model and sys_util in isolationDavid Tolnay2019-01-181-1/+1
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-031-1/+4
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-093-11/+12
* data_model: prevent unaligned DataInit::from_sliceZach Reizner2018-12-031-38/+87
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-031-4/+4
* cargo fmt all source codeZach Reizner2018-10-093-62/+62
* data_model: add offset, copy_to_volatile_slice, Copy to VolatileSliceZach Reizner2018-07-201-3/+60
* volatile_memory: Fix usize/u64 confusion in doc testDylan Reid2018-02-051-1/+1
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-011-30/+30
* data_model: add basic methods functions for using DataInit typesZach Reizner2018-01-251-1/+71
* data_model: add copy functions for copying slices in VolatileSlice'sZach Reizner2017-09-011-0/+70
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-251-1/+1
* data_model: add volatile_memory module for volatile accessZach Reizner2017-06-272-0/+527
* data_model: add unsigned endian typesZach Reizner2017-06-272-0/+148
* Add data_model with DataInit traitDylan Reid2017-06-262-0/+49