summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\
| * docker: update to rust 1.42 and rustup 1.21.1Daniel Verkamp2020-04-18
| * crosvm: Enable cargo clippy in smoke_testKeiichi Watanabe2020-04-15
* | bin: #!/bin/bash -> #!/usr/bin/env bashAlyssa Ross2020-03-09
|/
* bin/fmt: Set rustfmt edition to 2018Dylan Reid2020-02-05
* Remove render node forward codeLepton Wu2019-12-10
* bin/fmt: ignore generated files in target dirDaniel Verkamp2019-10-25
* bin/fmt: remove use of `cargo fmt`Daniel Verkamp2019-10-21
* usb: clean up clippy unit_arg warningDaniel Verkamp2019-08-26
* crosvm: add license blurb to bin/clippy and bin/fmt filesJakub Staron2019-06-08
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* add docker supported builds and testsZach Reizner2019-05-15
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* 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: Resolve absurd_extreme_comparisonsDavid Tolnay2019-04-15
* clippy: Add script to run Clippy on crosvmDavid Tolnay2019-04-15
* bin: Add script to run rustfmt against all workspacesDavid Tolnay2019-02-21