41 Commits (6b7ebfdddc28bfd1664a81038a84a3669efca200)

Author SHA1 Message Date
Dan Gohman eb2b51353e Rename the top-level crate from wasmtime-tools to wasmtime. 6 years ago
Dan Gohman 30dcf4aed6 Lightbeam requires nightly, so don't use cargo test --all. 6 years ago
Dan Gohman dae04be948 Switch from hashmap_core to hashbrown. 6 years ago
Dan Gohman c3dd82b0d5 Enable RUST_BACKTRACE=1 when running "cargo test". 6 years ago
Dan Gohman 4dec8ecfce Check for `cargo fmt` rather than checking for `rustfmt` directly. 6 years ago
Dan Gohman 0e19f39831 Temporarily disable the fuzz check in test-all.sh 6 years ago
Dan Gohman 1f8b7c31a9 Remove obsolete clippy scripts. 6 years ago
Dan Gohman bb2589c63f Remove python code artifacts. 6 years ago
Dan Gohman b8daa27884 Update test-all.sh. 6 years ago
Dan Gohman 1413a58544 Update the fuzzing harness for API changes. 6 years ago
Dan Gohman a2f70a3544 Update to cranelift's formatting and testing scripts. 6 years ago
Dan Gohman d0fe50a2a8 Check in the wasmstandalone code. 7 years ago
Denis Merigoux dfdab56a54 Integrated wasm test suite translation as cretonne test 7 years ago
Dimo a06964fc0e test-all.sh should print the versions for both python2 and python3 its using 7 years ago
Denis Merigoux de5501bc47 Cretonne IL frontend: ILBuilder (#97) 7 years ago
Jakob Stoklund Olesen a29ea664e2 Install rustfmt as a separate Travis install step. 8 years ago
Jakob Stoklund Olesen 15606fa735 Upgrade to rustfmt 0.8.3. 8 years ago
Jakob Stoklund Olesen 46f0393417 Ensure that the docs examples verify as Cretonne IL. 8 years ago
Jakob Stoklund Olesen 8353651559 rustfmt 0.8.1 8 years ago
Jakob Stoklund Olesen 39e102b155 Add conditional branch encodings for RISC-V. 8 years ago
Jakob Stoklund Olesen 6532cbab6c Skip the Python checks if the Python files haven't changed. 8 years ago
Jakob Stoklund Olesen 32709a56ca Upgrade to rustfmt 0.8.0. 8 years ago
Jakob Stoklund Olesen 6e33173fce Install rustfmt when running under Travis CI. 8 years ago
Jakob Stoklund Olesen c132b8c328 Upgrade to rustfmt 0.7.1 8 years ago
Jakob Stoklund Olesen 42a0c27b24 Install mypy and flake8 in Travis environment. 8 years ago
Jakob Stoklund Olesen 2932d41f18 Run Python checks from test-all.sh 8 years ago
Jakob Stoklund Olesen 893a630ca0 Upgrade to rustfmt 0.6.3 8 years ago
Jakob Stoklund Olesen a8a79df620 Promote the src/tools crate to the top-level workspace. 8 years ago
Jakob Stoklund Olesen 02eae6afd0 Upgrade to rustfmt 0.6.2 8 years ago
Jakob Stoklund Olesen 67abb2d2f6 Create a phantom workspace manifest for all crates. 8 years ago
Jakob Stoklund Olesen 78a2e47d95 Implement the 'test print-cfg' sub-test. 8 years ago
Jakob Stoklund Olesen 0b7f87b14c Convert parser tests to filetests. 8 years ago
Jakob Stoklund Olesen c95c23dbbe Add a cton-util filecheck sub-command. 8 years ago
Jakob Stoklund Olesen ba26ce2e98 Upgrade to rustfmt 0.6.0. 8 years ago
Jakob Stoklund Olesen ae8eb268ab Require a specific rustfmt version in test-all script. 8 years ago
Jakob Stoklund Olesen d0db391897 Verify Rust source code formatting as part of the unit tests. 8 years ago
Jakob Stoklund Olesen 84a154a8ca Move integration tests into src/tools/tests. 8 years ago
Jakob Stoklund Olesen 14027660c5 Use sub-shells instead of pushd / popd. 8 years ago
Morgan Phillips 71bf589af3 Fix the test-all script so that it works with directories 8 years ago
Morgan Phillips 5bcce51bd9 Add print-cfg tests 8 years ago
Jakob Stoklund Olesen a8c7ca6c75 Include parser tests in the test-all.sh script. 8 years ago