1. 48a2a9a "this" missing after await in async arrow function by gskachkov@gmail.com · 8 years ago
  2. 5fa9d96 Make opaque root scanning truly constraint-based by fpizlo@apple.com · 8 years ago
  3. 6831a7c Nested parenthesized regular expressions with non-zero minimum counts appear to hang and use lots of memory by msaboff@apple.com · 8 years ago
  4. 35819c2 Annotate large string tests with largeHeap by utatane.tea@gmail.com · 8 years ago
  5. 7ee6926 Reserve capacity for StringBuilder in unescape by utatane.tea@gmail.com · 8 years ago
  6. fd407a5 Add a slice intrinsic to the DFG/FTL by sbarati@apple.com · 8 years ago
  7. 94b5982 Mark es6/typed_arrays_correct_prototype_chains.js as failing after r210570. by ryanhaddad@apple.com · 8 years ago
  8. c399e98 Unreviewed, rolling out r210052. https://bugs.webkit.org/show_bug.cgi?id=166915 by commit-queue@webkit.org · 8 years ago
  9. 2d7eb6d Property setters should not be called for bound arguments list entries. by mark.lam@apple.com · 8 years ago
  10. c78531a Calling async arrow function which is in a class's member function will cause error by gskachkov@gmail.com · 8 years ago
  11. 5e63912 [JSC] Prototype dynamic-import https://bugs.webkit.org/show_bug.cgi?id=165724 by utatane.tea@gmail.com · 8 years ago
  12. af62dbf Unreviewed, rolling out r210476. https://bugs.webkit.org/show_bug.cgi?id=166859 by commit-queue@webkit.org · 8 years ago
  13. 2ab0a68 Add a slice intrinsic to the DFG/FTL by sbarati@apple.com · 8 years ago
  14. c2eceb9 @putByValDirect in Array.of and Array.from overwrites non-writable/configurable properties by msaboff@apple.com · 8 years ago
  15. adfa052 DeferGC::~DeferGC should be super cheap by fpizlo@apple.com · 8 years ago
  16. e078cd9 WebAssembly: sections with the same name are allowed by jfbastien@apple.com · 8 years ago
  17. 93b92df stress/spread-calling.js timing out on the bots by sbarati@apple.com · 8 years ago
  18. 23693f7 WebAssembly JS API: add Module.sections by jfbastien@apple.com · 8 years ago
  19. 1e8af70 We don't properly handle exceptions inside the nativeCallTrampoline macro in the LLInt by sbarati@apple.com · 8 years ago
  20. 5349bb2 WebAssembly JS API: check and test in-call / out-call values by jfbastien@apple.com · 8 years ago
  21. 373aa05 WebAssembly: handle and optimize wasm export → wasm import calls by jfbastien@apple.com · 8 years ago
  22. 613ca35 WebAssembly: Some loads don't take into account the offset by sbarati@apple.com · 8 years ago
  23. 595a628 WebAssembly: Rebase spec-tests now that wabt has been updated to produce certain kinds of invalid modules by sbarati@apple.com · 8 years ago
  24. 8b5d9cf WebAssembly: Don't allow duplicate export names by sbarati@apple.com · 8 years ago
  25. 3259fe6 WebAssembly: Implement grow_memory and current_memory by sbarati@apple.com · 8 years ago
  26. c4ec8e2 Propagate the source origin as much as possible by utatane.tea@gmail.com · 8 years ago
  27. 812d82a [test262] Fixing mapped arguments object property test case by commit-queue@webkit.org · 8 years ago
  28. 0eac894 WebAssembly: trap on bad division. by keith_miller@apple.com · 8 years ago
  29. 45cee7a WebAssembly: Make spec-tests/f32.wast.js and spec-tests/f64.wast.js pass by keith_miller@apple.com · 8 years ago
  30. 25dea42 WebAssembly: Make calling Wasm functions that returns or takes an i64 as a parameter an early exception by sbarati@apple.com · 8 years ago
  31. 8bdb8db De-duplicate finally blocks. https://bugs.webkit.org/show_bug.cgi?id=160168 by mark.lam@apple.com · 8 years ago
  32. 8b5533a WebAssembly: Make the spec-tests/address.wast.js test pass by sbarati@apple.com · 8 years ago
  33. c71449d WebAssembly: The validator should not allow unused stack entries at the end of a block by keith_miller@apple.com · 8 years ago
  34. 5fbd6dd WebAssembly: Make the spec-tests/start.wast.js test pass by sbarati@apple.com · 8 years ago
  35. 08a8b18 WebAssembly: Fix decode floating point constants in unreachable code by keith_miller@apple.com · 8 years ago
  36. 470fd13 WebAssembly: Allow br, br_if, and br_table to act as a return by keith_miller@apple.com · 8 years ago
  37. 0cb5865 WebAssembly: Import spec tests https://bugs.webkit.org/show_bug.cgi?id=166395 by sbarati@apple.com · 8 years ago
  38. 8257a7e Unreviewed, mark passing test as passing. by keith_miller@apple.com · 8 years ago
  39. 9d13bb7 WebAssembly JS API: cleanup & pass VM around to {Compile/Runtime}Error by jfbastien@apple.com · 8 years ago
  40. 11af4db Add support for global https://bugs.webkit.org/show_bug.cgi?id=165171 by keith_miller@apple.com · 8 years ago
  41. 5d2a7e3 WebAssembly API: implement WebAssembly.LinkError by jfbastien@apple.com · 8 years ago
  42. 5fb7731 WebAssembly: unique function signatures by jfbastien@apple.com · 8 years ago
  43. 7da8504 Rolling out r209974 and r209952. They break some websites in mysterious ways. Step 2: Rollout r209952. by mark.lam@apple.com · 8 years ago
  44. e2b859f WebAssembly: Make running Wasm tests take less time by reducing some tests' iteration count and by splitting some tests into different files by sbarati@apple.com · 8 years ago
  45. 7fbb1b2 WebAssembly: Implement the WebAssembly.compile and WebAssembly.validate by sbarati@apple.com · 8 years ago
  46. 2ee93d9 by mark.lam@apple.com · 8 years ago
  47. d95ce07 WebAssembly: WasmB3IRGenerator should throw exceptions instead of crash by sbarati@apple.com · 8 years ago
  48. fc42bda i64.eqz should use an Int64 zero https://bugs.webkit.org/show_bug.cgi?id=165942 by keith_miller@apple.com · 8 years ago
  49. 19c8b9f Fix validation of non-void if blocks with no else by keith_miller@apple.com · 8 years ago
  50. 6cd6884 Wasm should not create empty unlinked callsites by keith_miller@apple.com · 8 years ago
  51. 54a8f92 WebAssembly: improve compilation error messages by jfbastien@apple.com · 8 years ago
  52. 54a53ba JSTests: by jfbastien@apple.com · 8 years ago
  53. 363a4e8 Fix 64-bit shift family Wasm opcodes by keith_miller@apple.com · 8 years ago
  54. 4efe46a WebAssembly: test_BuilderJSON.js is broken by keith_miller@apple.com · 8 years ago
  55. aa479c6 Unreviewed, fix test. by keith_miller@apple.com · 8 years ago
  56. 2b91de9 Wasm should decode constants correctly by keith_miller@apple.com · 8 years ago
  57. a4ec838 WebAssembly: Add various low hanging fruit that will allow us to run the LLVM torture tests in Wasm by sbarati@apple.com · 8 years ago
  58. 5001f5f DirectTailCall implementation needs to tell the shuffler what to put into the ArgumentCount explicitly by fpizlo@apple.com · 8 years ago
  59. dc13ef5 WebAssembly JS API: implement Global by keith_miller@apple.com · 8 years ago
  60. 9fab881 WebAssembly: implement the elements section by sbarati@apple.com · 8 years ago
  61. 6fa39dc WebAssembly: implement the table section and table import by sbarati@apple.com · 8 years ago
  62. 2cb9c25 Unreviewed, rolling out r209725. https://bugs.webkit.org/show_bug.cgi?id=165811 by commit-queue@webkit.org · 8 years ago
  63. 2600063 REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls by msaboff@apple.com · 8 years ago
  64. 7033fcc Debug JSC test timeout: stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.ftl-no-cjit. by mark.lam@apple.com · 8 years ago
  65. 812da91 We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack by sbarati@apple.com · 8 years ago
  66. ebd27a8 Unreviewed, rolling out r209653, r209654, r209663, and by commit-queue@webkit.org · 8 years ago
  67. 45fe933 REGRESSION(r209653) Crash in CallFrameShuffler::snapshot() by msaboff@apple.com · 8 years ago
  68. 380b726 Fix indirect_call if the result type is used. by keith_miller@apple.com · 8 years ago
  69. cd31035 [JSC] Module namespace object behaves like immutable prototype exotic object by utatane.tea@gmail.com · 8 years ago
  70. d4429ff JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls by msaboff@apple.com · 8 years ago
  71. 8e01a1d Wasm should support call_indirect https://bugs.webkit.org/show_bug.cgi?id=165718 by keith_miller@apple.com · 8 years ago
  72. 64983d4 WebAssembly: implement data section by jfbastien@apple.com · 8 years ago
  73. dacdc39 WebAssembly JS API: implement start function by jfbastien@apple.com · 8 years ago
  74. 73916bb WebAssembly JS API: implement importing and defining Memory by sbarati@apple.com · 8 years ago
  75. 462719e WebAssembly: JSC::link* shouldn't need a CodeBlock by jfbastien@apple.com · 8 years ago
  76. 50c9e31 Green the cloop bot by raising this threshold. by fpizlo@apple.com · 8 years ago
  77. 148b8d9 WebAssembly JS API: wire up Instance imports by jfbastien@apple.com · 8 years ago
  78. 8558a4a Add more missing trivial wasm ops. by keith_miller@apple.com · 8 years ago
  79. e6549df Add support for truncation operators by keith_miller@apple.com · 8 years ago
  80. f033f69 Introduce the concept of Immutable Prototype Exotic Objects to comply with the spec. by mark.lam@apple.com · 8 years ago
  81. f4614de [JSC] report unexpected token when "async" is followed by identifier by caitp@igalia.com · 8 years ago
  82. f06e032 Add Wasm i64 to i32 conversion. https://bugs.webkit.org/show_bug.cgi?id=165378 by keith_miller@apple.com · 8 years ago
  83. 6dbc5be Add support for Wasm ctz and popcnt by keith_miller@apple.com · 8 years ago
  84. 338be4a WebAssembly: update binary format to 0xD version by jfbastien@apple.com · 8 years ago
  85. 24599f8 Add Wasm copysign https://bugs.webkit.org/show_bug.cgi?id=165355 by keith_miller@apple.com · 8 years ago
  86. 72907e4 Unreviewed, rolling out r209298. https://bugs.webkit.org/show_bug.cgi?id=165359 by commit-queue@webkit.org · 8 years ago
  87. f235c6a Add Wasm copysign https://bugs.webkit.org/show_bug.cgi?id=165355 by keith_miller@apple.com · 8 years ago
  88. 1d3b49c Unreviewed, fix git having a breakdown over trying to reland a rollout. by keith_miller@apple.com · 8 years ago
  89. 4f47dc5 [JSC] add additional bit to JSTokenType bitfield by keith_miller@apple.com · 8 years ago
  90. aeb17fe [JSC] add additional bit to JSTokenType bitfield by caitp@igalia.com · 8 years ago
  91. 23a3f98 Unreviewed, rolling out r209275 and r209276. by cdumez@apple.com · 8 years ago
  92. ec9a737 Add Wasm floating point nearest and trunc by keith_miller@apple.com · 8 years ago
  93. c2fe4f9 WebAssembly: revert patch causing odd breakage by jfbastien@apple.com · 8 years ago
  94. f85c566 Skip flaky test ChakraCore/test/fieldopts/objtypespec-newobj-invalidation.1.js by ryanhaddad@apple.com · 8 years ago
  95. 57f1f73 Add wasm int to floating point opcodes by keith_miller@apple.com · 8 years ago
  96. f6f71ca Land a test case for <rdar://problem/27889416> by ggaren@apple.com · 8 years ago
  97. e8660c9 [Win] Skip failing JSC tests. https://bugs.webkit.org/show_bug.cgi?id=165140 by pvollan@apple.com · 8 years ago
  98. 843c8b6 WebAssembly: update binary format to 0xD version by jfbastien@apple.com · 8 years ago
  99. e7b6e8e WebAssembly builder: don't throw when checker not implemented by jfbastien@apple.com · 8 years ago
  100. f738dd1 WebAssembly JS API: improve Instance by jfbastien@apple.com · 8 years ago