Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
a0f29b7
Changes to the veri subtree: replace entire verification engine
avanhatt Jun 3, 2026
c3abc29
New ISLE spec files
avanhatt Jun 3, 2026
77235e9
ISLE implementation changes
avanhatt Jun 3, 2026
c6a4692
Changes to existing ISLE backend files and related
avanhatt Jun 3, 2026
c4803cb
Remaining broader changes.
avanhatt Jun 3, 2026
7792758
Update comment
avanhatt Jun 3, 2026
93a0a85
Delete some output files
avanhatt Jun 3, 2026
f743bff
More cleanup
avanhatt Jun 3, 2026
79b3c95
Reference tweaks
avanhatt Jun 3, 2026
7a1f3fa
More cleanup
avanhatt Jun 4, 2026
ea0e4f6
Remove unneeded rec tag
avanhatt Jun 5, 2026
ab7e63c
Remove pub comments, revert more unneeded changes
avanhatt Jun 5, 2026
ab1276f
Merge branch 'main' into upstream-06-02
avanhatt Jun 5, 2026
cb9f472
More veri prelude files to spec subdir
avanhatt Jun 5, 2026
a020777
fmt
avanhatt Jun 5, 2026
26972cd
Update CI exclude
avanhatt Jun 5, 2026
2959ac5
Workspace deps, clippy
avanhatt Jun 5, 2026
fe1aae8
Merge branch 'main' into upstream-06-02
avanhatt Jun 5, 2026
88b096c
Update github workflow
avanhatt Jun 5, 2026
e7a7690
Remove more pub comments
avanhatt Jun 5, 2026
99717bf
Missing docs reason
avanhatt Jun 5, 2026
cc11047
More format
avanhatt Jun 6, 2026
07133ad
fmt
avanhatt Jun 6, 2026
12da984
Update threading logic, README
avanhatt Jun 8, 2026
1bbeec8
Merge branch 'main' into upstream-06-02
avanhatt Jun 8, 2026
22535cf
Depend on upstream ASLp and aslp-rpc for ISA spec generation
mmcloughlin Jun 10, 2026
0fa29bd
Enable EXTR via PR-fork ASLp pin; regenerate specs
mmcloughlin Jun 10, 2026
7092026
Small readme tweak
mmcloughlin Jun 10, 2026
e2452ae
Clarify ASLp fork-pin comment in install-aslp.sh
mmcloughlin Jun 10, 2026
72a565e
Drop reqwest from the ASLp client
mmcloughlin Jun 10, 2026
ebb1c25
Drop proc-macro-error from veri test-macros
mmcloughlin Jun 11, 2026
e5f9f4d
Drop enquote from the ASLp parser
mmcloughlin Jun 11, 2026
ab26e61
Define veri-only deps in their own crate manifests
mmcloughlin Jun 11, 2026
c6dc576
Update veri-only deps to current versions
mmcloughlin Jun 11, 2026
e3668e2
Remove veri_ir
avanhatt Jun 11, 2026
0465b1c
Pin ASLp to upstream now that UQ-PAC/aslp#152 has landed
mmcloughlin Jun 11, 2026
a363ede
Pin ASLp to the 0.3.4 release
mmcloughlin Jun 12, 2026
899f1e8
Cranelift: Remove the `{band,bor,bxor}_not` instructions (#13590)
fitzgen Jun 8, 2026
ffd7e82
Remove some uses of `ir::GlobalValue`s from Wasm-to-CLIF translation …
fitzgen Jun 8, 2026
743652b
Enable the Wasm GC proposal by default (#13594)
fitzgen Jun 8, 2026
3219e45
wizer: support init func as a wave function call (components only) (#…
pchickey Jun 8, 2026
6534c16
Update wasi-testsuite and get it running (#13592)
alexcrichton Jun 8, 2026
9995777
Update some deps on their major version tracks (#13570)
alexcrichton Jun 8, 2026
0472759
Update wasi-testsuite again (#13595)
alexcrichton Jun 9, 2026
27d3b0b
Fix some build warnings on macos (#13598)
fitzgen Jun 9, 2026
5817a65
Set `IPV6_V6ONLY` for UDP sockets (#13596)
alexcrichton Jun 9, 2026
142eed2
Do not use `ir::GlobalValue`s for GC heap base and bound (#13600)
fitzgen Jun 9, 2026
13b3136
Always use the vmctx alias region for all loads from within the vmctx…
fitzgen Jun 9, 2026
d734b21
Wasmtime: enable exception-handling by default. (#13603)
cfallin Jun 9, 2026
300d765
Flag most wasi-testsuite tests as expected to pass (#13602)
alexcrichton Jun 10, 2026
9d9daad
fix: substituted_component_type panic on guest-exported resources (#1…
rvolosatovs Jun 10, 2026
67fbaaa
fix(tests): loosen p3 outbound content length error conditions (#13606)
vados-cosmonic Jun 10, 2026
42a09f8
Remove `ExceptionTable::lookup_pc_tag` (#13604)
alexcrichton Jun 10, 2026
d2fc486
Add bounds-checked unsafe intrinsics (#13597)
fitzgen Jun 10, 2026
670a68e
Reuse `UnsafeIntrinsicCompiler` inside `TrampolineCompiler` (#13601)
fitzgen Jun 10, 2026
30adf0e
Consolidate wasm features in `config.rs` (#13605)
alexcrichton Jun 10, 2026
2577a11
[gc_fuzz]: Add and complete i31 (#13609)
khagankhan Jun 11, 2026
a61a333
Fix x64 rules, update filtering/printing logic, remove dead/unused aa…
avanhatt Jun 12, 2026
e6d4faf
Merge branch 'main' into upstream-06-02
avanhatt Jun 12, 2026
5213823
fix merge
avanhatt Jun 12, 2026
53bb84d
fix merge
avanhatt Jun 12, 2026
bd6b613
fmt
avanhatt Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ jobs:
--exclude wasmtime-wasi-tls \
--exclude wasmtime-fuzzing \
--exclude wasm-spec-interpreter \
--exclude veri_engine \
--exclude cranelift-isle-veri \
--exclude calculator \
--exclude wasi-preview1-component-adapter

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ examples/.cache
crates/c-api/build
*.coredump
*.smt2
cranelift/isle/veri/veri_engine/test_output
crates/explorer/node_modules
*.cwasm
/artifacts
Expand Down
Loading
Loading