1. 74ae98b Fix regression from #7822 about exnrefs with nulls and unknowns (#7835) by Alon Zakai · 11 hours ago main
  2. f9d4be9 Fuzzer: Improve handling of small inputs and their debugging (#7832) by Alon Zakai · 16 hours ago
  3. ea62172 [Stack Switching] Support Continuations in TypeMerging (#7831) by Alon Zakai · 16 hours ago
  4. 3a38c07 [Stack Switching] Handle resuming a null (#7833) by Alon Zakai · 16 hours ago
  5. 5602876 [Strings] Be stricter when checking builtin types (#7829) by Thomas Lively · 17 hours ago
  6. fe461a4 Disable stack switching when GC is disabled in the fuzzer (#7830) by Alon Zakai · 18 hours ago
  7. 8dca624 [Stack Switching] Fix all the execution-results.h places missing a clear of the continuation store (#7828) by Alon Zakai · 34 hours ago
  8. 7f75140 [Stack Switching] Throw on trying to suspend through JS (#7825) by Alon Zakai · 2 days ago
  9. 3812783 [NFC] Use ParentIndexIterator in SmallVector (#7826) by Thomas Lively · 2 days ago
  10. 4d9f6f5 [Stack Switching] Fix GUFA on continuations (#7824) by Alon Zakai · 2 days ago
  11. 2a608fd ClusterFuzz updates [NFC] (#7821) by Alon Zakai · 3 days ago
  12. 3133a28 [Stack Switching] Reset the continuation state in --fuzz-exec on unhandled suspends (#7823) by Alon Zakai · 3 days ago
  13. 0f58d24 [NFC] Refactor GUFA's NullLocation and CaughtExnRefLocation into RootLocation (#7822) by Alon Zakai · 3 days ago
  14. cdda336 [Stack Switching] Ignore attempts to stash resume info for suspends without a continuation (#7819) by Alon Zakai · 3 days ago
  15. 3b4856e [Stack Switching] Add some tests (#7818) by Alon Zakai · 3 days ago
  16. 79b76ca [NFC] Use principal types in ChildTyper (#7816) by Thomas Lively · 4 days ago
  17. 819a39f [wasm-split] Support --placeholdermap for --multi-split (#7792) by Heejin Ahn · 4 days ago
  18. 5dae9f4 [Stack Switching] Implement resume_throw in the interpreter (#7815) by Alon Zakai · 4 days ago
  19. 9fe0d16 [NFC] Update ChildTyper callback for unknown constaints (#7814) by Thomas Lively · 5 days ago
  20. 425cd4d [Fuzzer] Do not make local.get without function context (#7813) by Thomas Lively · 5 days ago
  21. 91f38e9 [Stack Switching] Fix validation of cont.* that receive nullref inputs (#7809) by Alon Zakai · 5 days ago
  22. 8d4f96e Require specific array types for string ops (#7810) by Thomas Lively · 5 days ago
  23. 48be223 [wasm-split] Do not create duplicate trampolines (#7807) by Heejin Ahn · 7 days ago
  24. 0e68ed9 [Custom Descriptors] Fuzz tests with br_on_cast_desc (#7811) by Thomas Lively · 7 days ago
  25. 05aac53 Precompute: Do not cache calculations that ignore effects (#7808) by Alon Zakai · 8 days ago
  26. 8d72140 [Stack Switching] Handle nested continuations (#7803) by Alon Zakai · 8 days ago
  27. 12f88e3 [wasm-split] Preserve explicit names for trampolines (#7805) by Heejin Ahn · 8 days ago
  28. 96a5a0c [NFC] Remove a goto (#7804) by Thomas Lively · 8 days ago
  29. 32539d4 [Outlining] Test stringify-walker and fix Ifs (#7800) by Thomas Lively · 9 days ago
  30. f99c826 [Stack Switching] Support cross-module coroutine calls in the interpreter (#7797) by Alon Zakai · 9 days ago
  31. bf564b5 [wasm-dis] Enable all features for printing (#7802) by Heejin Ahn · 9 days ago
  32. 9181f9f [Stack Switching] Handle imported tags properly (#7801) by Alon Zakai · 9 days ago
  33. e81f964 [NFC][Outlining] Consolidate code (#7799) by Thomas Lively · 10 days ago
  34. 927f898 [Custom Descriptors] Enable fuzzing (#7796) by Thomas Lively · 10 days ago
  35. 1866114 [Stack Switching] Handle null children consistently as in call_ref (#7794) by Alon Zakai · 10 days ago
  36. f6d887e [Stack Switching] Implement the simple case of cont.bind (#7793) by Alon Zakai · 10 days ago
  37. 6986a9b Add unused-descriptors.wast to fuzzer ignore list (#7795) by Thomas Lively · 10 days ago
  38. 21464e7 [Custom Descriptors] Validate features in TypeBuilder (#7790) by Thomas Lively · 11 days ago
  39. 73be9dc Support cross-module calls in the interpreter (#7787) by Alon Zakai · 11 days ago
  40. 25d3540 [wasm-split] Support --symbolmap for --multi-split (#7791) by Heejin Ahn · 11 days ago
  41. baa841a [Custom Descriptors] Handle traps in instantiation in Merge fuzz handler (#7784) by Thomas Lively · 11 days ago
  42. 1d6320a [Stack Switching] Update continuation types based on resume tag & target block (#7786) by Alon Zakai · 11 days ago
  43. b28ab39 Fix determinism of ClusterFuzz fuzz handler (#7788) by Thomas Lively · 11 days ago
  44. 9f93631 [wasm-split] Support --no-placeholders option in multi-split (#7789) by Heejin Ahn · 11 days ago
  45. 8ad26cb [Stack Switching] Support call_indirect (#7783) by Alon Zakai · 11 days ago
  46. d4b7bdb [wasm-split] Add an assert (NFC) (#7782) by Heejin Ahn · 11 days ago
  47. 5c9dfac [wasm-split] Support --emit-module-names and --emit-text for multi-split (#7781) by Heejin Ahn · 11 days ago
  48. 62dae74 [Stack Switching] Supporting sending/receiving values from continuations (#7775) by Alon Zakai · 12 days ago
  49. d752025 Principal Types: Add signature interop (#7777) by Alon Zakai · 12 days ago
  50. 0ce9157 [wasm-split] Remove ANSI codes from wast output (#7780) by Heejin Ahn · 12 days ago
  51. f15deac [Relaxed SIMD] Add missing relaxed entries in features.h (#7778) by Alon Zakai · 12 days ago
  52. 8b778c5 [NFC-ish] Refactor away callTable (#7776) by Alon Zakai · 12 days ago
  53. 3ab6e80 [wasm-split] Don't always minimizee export names in multi-split (#7779) by Heejin Ahn · 12 days ago
  54. 96362eb Fix SubtypingDiscoverer with shared i31 (#7774) by Thomas Lively · 2 weeks ago
  55. adabf63 [Stack Switching] Add basic support for resume/suspend in the interpreter (#7771) by Alon Zakai · 2 weeks ago
  56. fc6a797 [Custom Descriptors] Consider desc effects in HeapStoreOptimization (#7772) by Thomas Lively · 2 weeks ago
  57. 15b4ffd Reduce max interpreter depth from 250 to 200 (#7770) by Alon Zakai · 2 weeks ago
  58. 53ab5f5 [Custom Descriptors] Fix allocations with optimized descs in AbstractTypeRefining (#7769) by Thomas Lively · 2 weeks ago
  59. 981cf69 [Custom Descriptors] Fix AbstractTypeRefining for exact casts (#7768) by Thomas Lively · 2 weeks ago
  60. b7b18a8 [NFC] Simplify interpreter debugging, and cleanups (#7767) by Alon Zakai · 3 weeks ago
  61. 97e0ecf Precompute: Avoid caching heap values of partial precomputations (#7766) by Alon Zakai · 3 weeks ago
  62. b75c885 [Custom Descriptors] Fix TypeMerging topological sort (#7764) by Thomas Lively · 3 weeks ago
  63. 5ca16fe [NFC] Avoid repeated work in Precompute of GC allocations (#7763) by Alon Zakai · 3 weeks ago
  64. 2c9103e Fix HeapStoreOptimization on struct.new traps due to null descriptors (#7761) by Alon Zakai · 3 weeks ago
  65. f8e164d [Custom Descriptors] Edge case in Heap2Local (#7755) by Thomas Lively · 3 weeks ago
  66. 4ead624 [wasm-split] Allow --import-namespace in --multi-split mode (#7758) by Heejin Ahn · 3 weeks ago
  67. 70fca92 Pause requires shared-everything (#7754) by Thomas Lively · 3 weeks ago
  68. f04073d [NFC] Move j2cl test with descriptors to new file (#7753) by Thomas Lively · 3 weeks ago
  69. 7bee1a1 Implement pause (#7751) by Thomas Lively · 3 weeks ago
  70. 9b8259b [Custom Descriptors] Preserve traps in AbstractTypeRefining (#7752) by Thomas Lively · 3 weeks ago
  71. a03f002 [BranchHints] Fuzz branch hints (#7704) by Alon Zakai · 3 weeks ago
  72. 07860ff [NFC] Add comments to RemoveUnusedModuleElements + renamings (#7750) by Alon Zakai · 3 weeks ago
  73. fa18bdd Update J2CLItableMerging to consider custom descriptors (#7729) by mason-lgtm · 3 weeks ago
  74. d5e8918 [Custom Descriptors] Handle nullable ref.cast_desc in Heap2Local (#7744) by Thomas Lively · 3 weeks ago
  75. e3798b4 [NFC] Simplify abstract heap type LUB (#7749) by Thomas Lively · 3 weeks ago
  76. 4844d90 [Custom Descriptors] Ensure descriptor validity in Unsubtyping (#7743) by Thomas Lively · 3 weeks ago
  77. bd1e685 [Metadce] Report removed imports due to RemoveUnusedModuleElements (#7748) by Alon Zakai · 3 weeks ago
  78. 9570477 [Custom Descriptors] Fix desc casts in AbstractTypeRefining (#7742) by Thomas Lively · 3 weeks ago
  79. 6c54803 Fix skipping of nested/internal passes (#7741) by Alon Zakai · 4 weeks ago
  80. 90e98db Improve ReFinalize::replaceUntaken (#7740) by Thomas Lively · 4 weeks ago
  81. dd473d4 Track indirect call types in RemoveUnusedModuleElements (#7728) by Alon Zakai · 4 weeks ago
  82. 452e3ee Fix undefined behavior in construction of wasm::NameType (#7736) by Derek Mauro · 4 weeks ago
  83. d97dae9 Revert part of #7715: Ignore metadata in function comparisons (#7737) by Alon Zakai · 4 weeks ago
  84. ca59e79 [Custom Descriptors] Effects for br_on_cast_desc (#7739) by Thomas Lively · 4 weeks ago
  85. 8fd7cef [Custom Descriptors] Optimize descriptors in AbstractTypeRefining (#7738) by Thomas Lively · 4 weeks ago
  86. a84b026 Do not rewrite supertypes in AbstractTypeRefining (#7720) by Thomas Lively · 4 weeks ago
  87. b440e68 [NFC] Speed up Unsubtyping (#7734) by Thomas Lively · 4 weeks ago
  88. ce799f5 Assert unreachable cases in getBasicHeapTypeLUB (#7735) by Matthias Liedtke · 4 weeks ago
  89. 6f4e4f7 [Debug Info] Prioritize optimization over debug info in metadata comparisons (#7732) by Alon Zakai · 4 weeks ago
  90. c303248 [Custom Descriptors] Optimize branching descriptor casts (#7727) by Thomas Lively · 4 weeks ago
  91. dcaf833 [Custom Descriptors] Fix ref.cast_desc of i31ref (#7719) by Thomas Lively · 5 weeks ago
  92. 93399c3 [Custom Descriptors] Optimize ref.cast_desc (#7718) by Thomas Lively · 5 weeks ago
  93. c017f8d [Branch Hints] Fix DuplicateFunctionElimination and function comparisons (#7715) by Alon Zakai · 5 weeks ago
  94. e20ea41 [Custom Descriptors] Fix ref.cast_desc branching descriptors (#7717) by Thomas Lively · 5 weeks ago
  95. 025ed9f [Branch Hinting] Fix Inlining's flipping of ifs, and add hint copying (#7714) by Alon Zakai · 5 weeks ago
  96. f7c2851 [Branch Hints] Fix if hint flip in Vacuum (#7713) by Alon Zakai · 5 weeks ago
  97. fc29e30 [Branch Hints] Fix if hint flip in OptimizeInstructions (#7711) by Alon Zakai · 5 weeks ago
  98. e652f79 [Custom Descriptors] Do not optimize in AbstractTypeRefining (#7710) by Thomas Lively · 5 weeks ago
  99. 1d2e23d [Custom Descriptors] Merge descriptors correctly (#7709) by Thomas Lively · 5 weeks ago
  100. ad67cf4 Binary Reading: Avoid overlapping internal names between imports and non-imports (#7700) by Alon Zakai · 5 weeks ago