summary refs log tree commit diff
Commit message (Expand)AuthorAge
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve useless_formatDavid Tolnay2019-04-17
* clippy: Resolve unused_unitDavid Tolnay2019-04-17
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* clippy: Resolve toplevel_ref_argDavid Tolnay2019-04-17
* clippy: Resolve string_lit_as_bytesDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve redundant_pattern_matchingDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve option_map_unit_fnDavid Tolnay2019-04-17
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* clippy: Resolve match_ref_patsDavid Tolnay2019-04-17
* clippy: Resolve let_and_returnDavid Tolnay2019-04-17
* clippy: Resolve into_iter_on_arrayDavid Tolnay2019-04-17
* clippy: Resolve extra_unused_lifetimesDavid Tolnay2019-04-17
* clippy: Resolve const_static_lifetimeDavid Tolnay2019-04-17
* clippy: Resolve collapsible_ifDavid Tolnay2019-04-17
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* clippy: Resolve block_in_if_condition_stmtDavid Tolnay2019-04-17
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* clippy: Resolve if_same_then_elseDavid Tolnay2019-04-17
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-15
* clippy: Resolve absurd_extreme_comparisonsDavid Tolnay2019-04-15
* clippy: Add script to run Clippy on crosvmDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* msg_socket: Simplify derive by removing const namespaceDavid Tolnay2019-04-15
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* gpu: Simplify imports from gpu_*David Tolnay2019-04-15
* usb: Simplify imports from usb_utilDavid Tolnay2019-04-15
* sys_util: Enable macros imported individuallyDavid Tolnay2019-04-15
* edition: Update devices crate to 2018 editionDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* sys_util: add MemoryMappingArenaDaniel Prilik2019-04-12
* devices: Start to implement IOAPIC.Miriam Zimmerman2019-04-12
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* protos: Compile protos for trunks daemonDavid Tolnay2019-04-12
* protos: Update to protobuf 2.3David Tolnay2019-04-12
* devices: usb: remove unused imports in testsDaniel Verkamp2019-04-10
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* seccomp: Whitelist syscalls for grunt gpuDrew Davenport2019-04-09
* sys_util: Use expect_err instead of panickingChirantan Ekbote2019-04-09
* edition: Update usb_util to 2018 editionDavid Tolnay2019-04-09
* edition: Update crosvm_plugin crate to 2018 editionDavid Tolnay2019-04-09
* Silence non_upper_case_globals warnings in macrosDaniel Verkamp2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09