An open API service providing commit metadata for open source projects.

GitHub / bytecodealliance/filecheck / commits

Library for writing tests for utilities that read text files and produce text output

SHA Message Author Date Stats
a800ad31 Reflect default branch name change Till Schneidereit <t****l@t****t> about 6 years ago
41fff97a Bump version to 0.5.0. Dan Gohman <s****h@m****m> over 6 years ago
ca739b35 Switch to the more modern `thiserror` crate Alex Crichton <a****x@a****m>
Committed by: Dan Gohman <s****h@m****m>
over 6 years ago
9953da53 Remove Rust 1.25 from the build script. Dan Gohman <s****h@m****m> almost 7 years ago
54df1691 Update to Rust 2018. Dan Gohman <s****h@m****m> almost 7 years ago
8baf814a Format with current stable rustfmt. Dan Gohman <s****h@m****m> over 7 years ago
f55a46ec Format with current stable rustfmt. Dan Gohman <s****h@m****m> over 7 years ago
064bc9b9 Fix some links to the repository Juergen Boemmels <b****s@w****e>
Committed by: Dan Gohman <s****h@m****m>
over 7 years ago
8508382f Remove obsolete check-rustfmt.sh script. Dan Gohman <s****h@m****m> almost 8 years ago
700ad751 Adjust whitespace to match the upstream exception text. Dan Gohman <s****h@m****m> almost 8 years ago
24448718 Add `fast_finish = true` to .travis.yml. Dan Gohman <s****h@m****m> almost 8 years ago
034f105f Remove obsolete clippy scripts. Dan Gohman <s****h@m****m> almost 8 years ago
581e6c88 Bump version to 0.4.0. Dan Gohman <s****h@m****m> almost 8 years ago
106979e5 Update the license metadata to reflect the new license. Dan Gohman <s****h@m****m> almost 8 years ago
b3a2b843 Update to the rustfmt in rust 1.29, which is now stable. Dan Gohman <s****h@m****m> almost 8 years ago
a66fae0f Rename Cretonne to Cranelift. Dan Gohman <s****h@m****m> almost 8 years ago
00350b6b Update scripts and rustfmt formatting. Dan Gohman <s****h@m****m> about 8 years ago
084f524d Switch LICENSE to "Apache-2.0 with LLVM-exception". Dan Gohman <s****h@m****m> about 8 years ago
dae7ffa8 merge Merge pull request #3 from waywardmonkeys/update-regex-dep Dan Gohman <s****h@m****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5c8db914 Update to regex 1.0. Bruce Mitchener <b****r@g****m> over 8 years ago
cebd9e12 Bump version to 0.3.0 Dan Gohman <s****h@m****m> over 8 years ago
b20702f2 Migrate from std::error::Error to failure. Dan Gohman <s****h@m****m> over 8 years ago
e1f8f71c Bump version to 0.2.1 Dan Gohman <s****h@m****m> over 8 years ago
c41b7ce9 Provide a more descriptive description. Dan Gohman <s****h@m****m> over 8 years ago
49a355c0 Add badges. Dan Gohman <s****h@m****m> over 8 years ago
170efaca Split filecheck out into its own repo. Dan Gohman <s****h@m****m> over 8 years ago
e5c91e27 Move the filetest harness into its own crate. Dan Gohman <s****h@m****m> over 8 years ago
125ddfab Use OrderedDict rather than explicit sorting. Dan Gohman <s****h@m****m> over 8 years ago
caab003a Code cleanup: import OrderedDict rather than collections.OrderedDict Dan Gohman <s****h@m****m> over 8 years ago
eebee8ef Tweak the Gitter URLs. Dan Gohman <s****h@m****m> over 8 years ago
e6f725ca Add a badge for a Gitter chat room. Dan Gohman <s****h@m****m> over 8 years ago
496c17f1 Rename `ILBuilder` to `FunctionBuilderContext` (#268) Afnan Enayet <a****t@u****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
839ab40b Add a utility for generating Rust 'match' expressions. Dan Gohman <s****h@m****m> over 8 years ago
e8115883 Elaborate on some comments in generated source files. Dan Gohman <s****h@m****m> over 8 years ago
4e816464 Rename builder.rs to inst_builder.rs. Dan Gohman <s****h@m****m> over 8 years ago
e4117cf9 Auto-generate `InstructionData`. Dan Gohman <s****h@m****m> over 8 years ago
15ec936a Update to wasmparser 0.15.1. Dan Gohman <s****h@m****m> over 8 years ago
a1cb5c99 Add Cargo.toml badges for published packages. Dan Gohman <s****h@m****m> over 8 years ago
4149faa8 Fix > 80-column lines for flake8. Dan Gohman <s****h@m****m> over 8 years ago
ab395358 Avoid using floating-point values in expand_fcvt_to_sint. Dan Gohman <s****h@m****m> over 8 years ago
e7842092 Clarify comments about Conventional SSA form. Dan Gohman <s****h@m****m> over 8 years ago
fcea3337 Replace `assert!` with `debug_assert!` in production code paths. Dan Gohman <s****h@m****m> over 8 years ago
7bdc8e88 Implement Debug for `ArgAction` and `Affinity`. Dan Gohman <s****h@m****m> over 8 years ago
d4e3c55d Replace cretonne-wasm's Local with cretonne-frontend's Variable. Dan Gohman <s****h@m****m> over 8 years ago
18102c4a Remove the "has_sse2" flag. Dan Gohman <s****h@m****m> over 8 years ago
dfd0e640 Bump version to 0.3.4 Dan Gohman <s****h@m****m> over 8 years ago
3b6efe54 Define a `Variable` struct so that frontends don't have to. Dan Gohman <s****h@m****m> over 8 years ago
4c050236 More minor code simplifications. Dan Gohman <s****h@m****m> over 8 years ago
1c4f214c Pass the wasmparser::Operator by value, simplifying the code. Dan Gohman <s****h@m****m> over 8 years ago
4553a071 Fix obsolete paths in comments. Dan Gohman <s****h@m****m> over 8 years ago
20de74f7 Elaborate on Cretonne's rustc backend goals. (#257) Dan Gohman <s****h@m****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
16947bf8 Bump version to 0.3.3 Dan Gohman <s****h@m****m> over 8 years ago
3692f093 Don't relax a branch to have different input constraints. Dan Gohman <s****h@m****m> over 8 years ago
37a9e87d Fix a typo in a comment. Dan Gohman <s****h@m****m> over 8 years ago
0132b7c1 Bump version to 0.3.2 Dan Gohman <s****h@m****m> over 8 years ago
fc4fbc19 Implement ireduce, sextend, and uextend between i8/i16 and i32/i64. Dan Gohman <s****h@m****m> over 8 years ago
0e11ef5c Style: Don't use `else` after a `return`. Dan Gohman <s****h@m****m> over 8 years ago
c1a120ab Disable creation of .pyc files. Dan Gohman <s****h@m****m> over 8 years ago
280b0dda Add an encoding step to "cton-util compile". Dan Gohman <s****h@m****m> over 8 years ago
63aa397b Bump version to 0.3.1 Dan Gohman <s****h@m****m> over 8 years ago
b1ff8fd0 Use https rather than http for several URLs. Dan Gohman <s****h@m****m> over 8 years ago
74a944c4 Use an https URL rather than http. Dan Gohman <s****h@m****m> over 8 years ago
d5639bd3 I64Extend16S should operate on 16 bits, not 8. Bruce Mitchener <b****r@g****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
e79a9f0d Fix glossary references. Dan Gohman <s****h@m****m> over 8 years ago
44363695 Tidy up whitespace. Dan Gohman <s****h@m****m> over 8 years ago
a02bd6af Update term dep to 0.5 Bruce Mitchener <b****r@g****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
9c720e93 Fix some typos. Bruce Mitchener <b****r@g****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
e7b78a72 Include emergency stack slots when laying out the stack. Dan Gohman <s****h@m****m> over 8 years ago
789a8dd0 Update to sphinx-autogen 1.5.6. Dan Gohman <s****h@m****m> over 8 years ago
c7d59598 Change the stack alignment for 32-bit x86 to 16. Dan Gohman <s****h@m****m> over 8 years ago
0464d2bc Avoid trivial numeric casts. Dan Gohman <s****h@m****m> over 8 years ago
254415d1 Document that "enable_float=false" isn't implemented yet. Dan Gohman <s****h@m****m> over 8 years ago
7bc56365 Tidy up calls to `analyze_branch`. Dan Gohman <s****h@m****m> over 8 years ago
e437011d Rename "local variables" to "explicit stack slots". Dan Gohman <s****h@m****m> over 8 years ago
c8e118d2 Remove more obsolete comments about entity number remapping. Dan Gohman <s****h@m****m> over 8 years ago
985922a5 Implement the wasm sign-extension-ops proposal. Dan Gohman <s****h@m****m> over 8 years ago
ad9d3108 Enable the simple_gvn and licm passes at OptLevel::Best. Dan Gohman <s****h@m****m> over 8 years ago
65a45837 fix typo in build.rs Nathan Froyd <f****j@g****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
9ac52cf0 Bump version to 0.3.0 Dan Gohman <s****h@m****m> over 8 years ago
b0d84193 Make the `fst` recipe use the deref-safe register class as well. Dan Gohman <s****h@m****m> over 8 years ago
1aebb998 Simply instruction result value handling in the parser. Dan Gohman <s****h@m****m> over 8 years ago
48428450 Delete an extraneous file. Dan Gohman <s****h@m****m> over 8 years ago
62402e28 Add some crate keywords. Dan Gohman <s****h@m****m> over 8 years ago
b7a439c4 Adds support to transform integer div and rem by constants into cheaper equiv... Julian Seward <j****d@a****g>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
cb38abd9 Add more release instructions. Dan Gohman <s****h@m****m> over 8 years ago
d262921e Bump version to 0.2.0 Dan Gohman <s****h@m****m> over 8 years ago
53f5ff27 Make publish-all.sh print the git commit line too, for convenience. Dan Gohman <s****h@m****m> over 8 years ago
63be1df2 Enable backup files when setting version numbers with sed. Dan Gohman <s****h@m****m> over 8 years ago
ae25cf87 Quote shell variables in more places. Dan Gohman <s****h@m****m> over 8 years ago
69cd8a68 Enable "set -euo pipefail" in all bash scripts. Dan Gohman <s****h@m****m> over 8 years ago
7027ad8b Add links to the docs.rs API documentation. Dan Gohman <s****h@m****m> over 8 years ago
169985ae Ignore unknown custom wasm sections. Dan Gohman <s****h@m****m> over 8 years ago
cf8eb450 Track wasm reachability explicitly. Dan Gohman <s****h@m****m> over 8 years ago
8c178459 Enable more compliler lints. Dan Gohman <s****h@m****m> over 8 years ago
4c317f73 Update URLs. Dan Gohman <s****h@m****m> over 8 years ago
1e0bc188 Fixes #244: Prints the generated code size and wasm bytecode size in wasm com... Benjamin Bouvier <p****c@b****e>
Committed by: Jakob Stoklund Olesen <s****d@2****k>
over 8 years ago
4cb2045f Add minimal README.md files to published crates. Dan Gohman <s****h@m****m> over 8 years ago
48b88a69 Add .swx to .gitignore to hide vim files from `cargo watch`. Dan Gohman <s****h@m****m> over 8 years ago
9978299a Add a publish-all.sh script. Jakob Stoklund Olesen <j****n@m****m>
Committed by: Dan Gohman <s****h@m****m>
over 8 years ago
e8b5e1c9 Add an empty .rustfmt.toml. Dan Gohman <s****h@m****m> over 8 years ago

← Back to repository