- ee56b2d Add presubmit script by Dennis Kempin · 3 years, 1 month ago
- ca0aed3 hypervisor: kvm: replace mem::transmute with safe loops by Daniel Verkamp · 3 years, 5 months ago
- 42b825f Switch to submodules based workflow by Dennis Kempin · 3 years, 4 months ago
- 50a58f9 Integrate audio_streams into crosvm, add stub libcras implementation by Dennis Kempin · 3 years, 5 months ago
- 80e69a6 clippy: re-enable warnings that don't match anything by Daniel Verkamp · 3 years, 6 months ago
- b792ffd devices: vios: remove unnecessary mut reference by Daniel Verkamp · 3 years, 6 months ago
- c803191 tree-wide: replace single-leaf match with if let by Daniel Verkamp · 3 years, 6 months ago
- 561abaf devices: vios: remove redundant map_err closures by Daniel Verkamp · 3 years, 6 months ago
- 34d2b36 devices: irqchip: rewrite if-let-else None with ? by Daniel Verkamp · 3 years, 6 months ago
- 3638ae2 Remove needless returns by Daniel Verkamp · 3 years, 6 months ago
- 15fadba devices: replace .into_iter() on ref with .iter() by Daniel Verkamp · 3 years, 6 months ago
- 3581012 devices: drop redundant clone calls by Daniel Verkamp · 3 years, 6 months ago
- 0ee9bab rutabaga_gfx: replace u8 cast with byte literal by Daniel Verkamp · 3 years, 6 months ago
- 34050dc bin/clippy: temporarily ignore warnings from external crates by Daniel Verkamp · 3 years, 7 months ago
- d5b4cbe Remove sync_ebuild_files script by Dennis Kempin · 3 years, 7 months ago
- 6ded64f unblocked_terms.txt: clean up trivial cases by Daniel Verkamp · 3 years, 7 months ago
- d09392e uprev rust-toolchain and fix clippy warnings by Zach Reizner · 3 years, 8 months ago
- 4f41c7e crosvm: Remove old test infrastructure by Dennis Kempin · 3 years, 9 months ago
- de8c806 Add script to sync Cargo.lock with ebuild files by Dennis Kempin · 3 years, 9 months ago
- 0dbb980 Add Kokoro for ci/builders by Dennis Kempin · 3 years, 10 months ago
- 831b11e Add scripts to run code coverage by Dennis Kempin · 4 years, 1 month ago
- 603548a docker: upgrade to Rust 1.45.2 by Daniel Verkamp · 4 years, 4 months ago
- e0d7c82 clippy: remove set -u to fix errors on older bash by Daniel Verkamp · 4 years, 4 months ago
- d9b8c77 crosvm: Add a pre-upload hook to run clippy by Keiichi Watanabe · 4 years, 4 months ago
- 2949530 bin/clippy: Add option to skip cleaning cache by Keiichi Watanabe · 4 years, 4 months ago
- 36b2a0d crosvm: Fix clippy::needless_doctest_main by Keiichi Watanabe · 4 years, 4 months ago
- 043aaea docker: update to rust 1.42 and rustup 1.21.1 by Daniel Verkamp · 4 years, 7 months ago
- 40af8ee crosvm: Enable cargo clippy in smoke_test by Keiichi Watanabe · 4 years, 7 months ago
- 7e24a8e bin/fmt: Set rustfmt edition to 2018 by Dylan Reid · 4 years, 10 months ago
- 84be747 Remove render node forward code by Lepton Wu · 5 years ago
- 3530f2a bin/fmt: ignore generated files in target dir by Daniel Verkamp · 5 years ago
- 1769b63 bin/fmt: remove use of `cargo fmt` by Daniel Verkamp · 5 years ago
- afef8d7 usb: clean up clippy unit_arg warning by Daniel Verkamp · 5 years ago
- 4197d3a crosvm: add license blurb to bin/clippy and bin/fmt files by Jakub Staron · 5 years ago
- 127453d eliminate mut from non-mut references by Zach Reizner · 5 years ago
- 6868c0a add docker supported builds and tests by Zach Reizner · 6 years ago
- 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 6 years ago
- 35ee9d9 clippy: Resolve useless_format by David Tolnay · 6 years ago
- d611f27 clippy: Resolve unused_unit by David Tolnay · 6 years ago
- 2b82fbb clippy: Resolve unneeded_field_pattern by David Tolnay · 6 years ago
- 60ac439 clippy: Resolve toplevel_ref_arg by David Tolnay · 6 years ago
- 4b74f59 clippy: Resolve string_lit_as_bytes by David Tolnay · 6 years ago
- 9f29294 clippy: Resolve single_match by David Tolnay · 6 years ago
- 5e73d90 clippy: Resolve redundant_pattern_matching by David Tolnay · 6 years ago
- 5fb3f51 clippy: Resolve redundant_closure by David Tolnay · 6 years ago
- 56c2d36 clippy: Resolve option_map_unit_fn by David Tolnay · 6 years ago
- 9239602 clippy: Resolve needless_return by David Tolnay · 6 years ago
- c2d71ac clippy: Resolve match_ref_pats by David Tolnay · 6 years ago
- 55bc919 clippy: Resolve let_and_return by David Tolnay · 6 years ago
- 0995a69 clippy: Resolve into_iter_on_array by David Tolnay · 6 years ago
- 4267241 clippy: Resolve extra_unused_lifetimes by David Tolnay · 6 years ago
- a5aa823 clippy: Resolve const_static_lifetime by David Tolnay · 6 years ago
- d0d4649 clippy: Resolve collapsible_if by David Tolnay · 6 years ago
- 3fbeda1 clippy: Resolve clone_on_copy by David Tolnay · 6 years ago
- 2da9b81 clippy: Resolve block_in_if_condition_stmt by David Tolnay · 6 years ago
- 526d0da clippy: Resolve assign_op_pattern by David Tolnay · 6 years ago
- 8b27487 clippy: Resolve ptr_arg by David Tolnay · 6 years ago
- afb1401 clippy: Resolve if_same_then_else by David Tolnay · 6 years ago
- e246836 clippy: Resolve while_let_loop by David Tolnay · 6 years ago
- 79a2a2d clippy: Resolve absurd_extreme_comparisons by David Tolnay · 6 years ago
- 39acbdd clippy: Add script to run Clippy on crosvm by David Tolnay · 6 years ago
- 18ce571 bin: Add script to run rustfmt against all workspaces by David Tolnay · 6 years ago