summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Suppress warning from protoc_rust generated codeDavid Tolnay2019-04-17
* Removes RegisterIoevent and RegisterIrqfd.Jakub Staron2019-04-17
* devices: Complete IOAPIC implementation.Miriam Zimmerman2019-04-17
* resources: add build method to SystemAllocatorDaniel Prilik2019-04-17
* devices: gpu: Fallback to using non-scanout buffer if minigbm allocation fails.David Riley2019-04-17
* devices: gpu: Only allocate scanout buffers via minigbm.David Riley2019-04-17
* gpu_renderer: update virglrenderer bindingsDavid Riley2019-04-17
* msg_socket: Remove redundant supertrait boundDavid Tolnay2019-04-17
* 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