1. e792dd6 Allow warnings to migrate to rustc-1.40.0 by Matthew Maurer · 4 years, 5 months ago
  2. 324ed13 Add crosvm_defaults with only supported platforms. by Ivan Lozano · 4 years, 7 months ago
  3. 497df9d Generate Android.bp into subdirectories. by Chih-Hung Hsieh · 4 years, 8 months ago
  4. 127453d eliminate mut from non-mut references by Zach Reizner · 5 years ago
  5. 1c5e255 edition: Eliminate blocks superseded by NLL by David Tolnay · 5 years ago
  6. aecf9a4 edition: Remove extern crate lines by David Tolnay · 5 years ago
  7. 3c98abd edition: Update data_model to 2018 edition by David Tolnay · 5 years ago
  8. fe3ef7d edition: Update absolute paths to 2018 style by David Tolnay · 5 years ago
  9. e54188b data_model: ignore clippy error for mut from non-mut by Dylan Reid · 5 years ago
  10. c69f975 error: Consistently use Display instead of error description() by David Tolnay · 5 years ago
  11. d5a9552 build: Restore ability to compile data_model and sys_util in isolation by David Tolnay · 5 years ago
  12. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 5 years ago
  13. 088e7f3 assertions: Use compile-time assertion macro by David Tolnay · 5 years ago
  14. da37f7a data_model: prevent unaligned DataInit::from_slice by Zach Reizner · 6 years ago
  15. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  16. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  17. cd2d4fe data_model: add offset, copy_to_volatile_slice, Copy to VolatileSlice by Zach Reizner · 6 years ago
  18. 2f307b2 volatile_memory: Fix usize/u64 confusion in doc test by Dylan Reid · 6 years ago
  19. 29cd40a crosvm: change GuestAddress to always be a u64 by Sonny Rao · 6 years ago
  20. dc17ea4 data_model: add basic methods functions for using DataInit types by Zach Reizner · 6 years ago
  21. e932102 data_model: add copy functions for copying slices in VolatileSlice's by Zach Reizner · 7 years ago
  22. 29ad3c7 crosvm: refactor and expand vm control socket IPC by Zach Reizner · 7 years ago
  23. 34959d4 data_model: add volatile_memory module for volatile access by Zach Reizner · 7 years ago
  24. 8c04d70 data_model: add unsigned endian types by Zach Reizner · 7 years ago
  25. 045c713 Add data_model with DataInit trait by Dylan Reid · 7 years ago