index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
local-subtyping.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve types for null accesses and remove hacks (#6954)
Thomas Lively
2024-09-18
1
-1
/
+1
*
[NFC-ish] Remove LocalGraph from LocalSubtyping (#6921)
Alon Zakai
2024-09-10
1
-17
/
+6
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-2
/
+2
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-2
/
+50
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-1
/
+1
*
Properly stringify names in tests (#6279)
Thomas Lively
2024-02-06
1
-2
/
+2
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-4
/
+4
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-13
/
+29
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-3
/
+3
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-14
/
+14
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-1
/
+1
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-33
/
+33
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-0
/
+70
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-2
/
+2
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-2
/
+2
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-52
/
+8
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-15
/
+15
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-9
/
+8
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-16
/
+145
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-5
/
+5
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-44
/
+60
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-1
/
+1
*
[Wasm GC] Update nulls to allow finding better LUBs (#4340)
Alon Zakai
2021-11-18
1
-0
/
+49
*
[Wasm GC] Fix LocalSubtyping on unreachable sets with incompatible values (#4...
Alon Zakai
2021-08-11
1
-0
/
+49
*
[Wasm GC] Handle unreachability in LocalSubtyping (#4044)
Alon Zakai
2021-08-02
1
-0
/
+35
*
[Wasm GC] Handle uses of default values in LocalSubtyping (#4024)
Alon Zakai
2021-07-28
1
-0
/
+26
*
[Wasm GC] Handle nondefaultable types in LocalSubtyping (#4019)
Alon Zakai
2021-07-23
1
-0
/
+21
*
[Wasm GC] Local-Subtyping pass (#3765)
Alon Zakai
2021-07-23
1
-0
/
+205