1. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  2. b860d69 [JSC] Pass VM& parameter as much as possible by utatane.tea@gmail.com · 7 years ago
  3. fb158f56 Remove unneeded exception check from String.fromCharCode by keith_miller@apple.com · 7 years ago
  4. cbca2be fromCharCode is missing some exception checks by keith_miller@apple.com · 7 years ago
  5. f152c4f [JSC] Remove several asXXX functions by utatane.tea@gmail.com · 7 years ago
  6. 7ab015d JIT call inline caches should cache calls to objects with getCallData/getConstructData traps by utatane.tea@gmail.com · 7 years ago
  7. 5c6da6e Make Attribute an enum class https://bugs.webkit.org/show_bug.cgi?id=177414 by achristensen@apple.com · 7 years ago
  8. a5544f1 [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  9. eb0f4b1 Unreviewed, rolling out r217031, r217032, and r217037. by commit-queue@webkit.org · 8 years ago
  10. cbd903d [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  11. 8ff356d test262: test262/test/built-ins/Array/S15.4.3_A2.2.js by commit-queue@webkit.org · 8 years ago
  12. fcf22d3 Extend create_hash_table to specify Intrinsic by utatane.tea@gmail.com · 8 years ago
  13. 9f55abf Rename CallFrame::callee() to CallFrame::jsCallee() by sbarati@apple.com · 8 years ago
  14. 9ffdf6d Fix exception scope verification failures in runtime/String* files. by mark.lam@apple.com · 8 years ago
  15. c9a6ef4 One file per class for Executable.h/.cpp by ggaren@apple.com · 8 years ago
  16. e1ab17c Added RETURN_IF_EXCEPTION() macro and use it for exception checks. by mark.lam@apple.com · 8 years ago
  17. 451de99 Add CatchScope and force all exception checks to be via ThrowScope or CatchScope. by mark.lam@apple.com · 8 years ago
  18. bc16ddb Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 8 years ago
  19. 284f456 Introduce the ThrowScope and force every throw site to instantiate a ThrowScope. by mark.lam@apple.com · 9 years ago
  20. 595eebd Unreviewed, roll out r204901, r204897, r204866, r204856, r204854. by fpizlo@apple.com · 9 years ago
  21. aa6cc56 Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 9 years ago
  22. 19cde09 Remove all uses of PassRefPtr in WTF by krollin@apple.com · 9 years ago
  23. e652ac5 Static table property lookup should not require getOwnPropertySlot override. by barraclough@apple.com · 9 years ago
  24. f76f1b4 [ES6] Support Reflect.construct https://bugs.webkit.org/show_bug.cgi?id=147330 by utatane.tea@gmail.com · 9 years ago
  25. f065433 InternalFunction::createSubclassStructure doesn't take into account that get() might throw by sbarati@apple.com · 9 years ago
  26. 4889649 [ES6] Support subclassing the String builtin object by keith_miller@apple.com · 9 years ago
  27. 03a3e38 Rolling out: Rename StringFromCharCode to StringFromSingleCharCode. by mark.lam@apple.com · 9 years ago
  28. b6d53e0 Rename StringFromCharCode to StringFromSingleCharCode. by mark.lam@apple.com · 9 years ago
  29. 7439124 create_hash_table should know whether a function is JSBuiltin or not. by youenn.fablet@crf.canon.fr · 9 years ago
  30. 965344f [ES6] Implement String.raw https://bugs.webkit.org/show_bug.cgi?id=144330 by utatane.tea@gmail.com · 10 years ago
  31. 95111bf [ES6] Implement Unicode code point escapes by darin@apple.com · 10 years ago
  32. d19d59c [ES6] Implement String.fromCodePoint by utatane.tea@gmail.com · 10 years ago
  33. 153559e [ES6] DFG and FTL should be aware of that StringConstructor behavior for symbols becomes different from ToString by utatane.tea@gmail.com · 10 years ago
  34. 947fa4e Implement ES6 Symbol https://bugs.webkit.org/show_bug.cgi?id=140435 by utatane.tea@gmail.com · 10 years ago
  35. 2de49b7 Static hash tables no longer need to be coupled with a VM. by akling@apple.com · 11 years ago
  36. 5fb8032 Unreviewed, rolling out r167199 and r167251. by commit-queue@webkit.org · 11 years ago
  37. 3812e42 Rewrite Function.bind as a builtin by oliver@apple.com · 11 years ago
  38. 02c48cb Rollout - Rewrite Function.bind as a builtin by barraclough@apple.com · 11 years ago
  39. 3e4fd2c Rewrite Function.bind as a builtin by oliver@apple.com · 11 years ago
  40. fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
  41. 10825da Generic JSObject::put should handle static properties in the classinfo hierarchy by oliver@apple.com · 11 years ago
  42. 06dc462 Unreviewed, rolling out r162713. by commit-queue@webkit.org · 11 years ago
  43. 324f74a Generic JSObject::put should handle static properties in the classinfo hierarchy by oliver@apple.com · 11 years ago
  44. 019809c Pass VM instead of ExecState to StringObject constructor. by akling@apple.com · 11 years ago
  45. 5987552 Pass VM instead of JSGlobalObject to function constructors. by akling@apple.com · 11 years ago
  46. 2255806 Pass VM instead of ExecState to many finishCreation() functions. by akling@apple.com · 11 years ago
  47. d9b2213 Add ExecState::uncheckedArgument and use where possible to shrink a bit by darin@apple.com · 11 years ago
  48. 7de5aae GCAssertions.h should use STL type traits and static_assert by andersca@apple.com · 11 years ago
  49. 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
  50. 47d7ba8 https://bugs.webkit.org/show_bug.cgi?id=119995 by barraclough@apple.com · 12 years ago
  51. ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
  52. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  53. aa31a5e Adds fromCharCode intrinsic support. by commit-queue@webkit.org · 12 years ago
  54. a4b4cbe The JITThunks class should be in its own file, and doing so should not break the build by fpizlo@apple.com · 12 years ago
  55. 0aac150 Removed ASSERT_CLASS_FITS_IN_CELL https://bugs.webkit.org/show_bug.cgi?id=97634 by ggaren@apple.com · 12 years ago
  56. 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
  57. 64be5e9 JSValue::toString() should return a JSString* instead of a UString by ggaren@apple.com · 13 years ago
  58. c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
  59. 135f051 Add jsCast to replace static_cast https://bugs.webkit.org/show_bug.cgi?id=72071 by mhahnenberg@apple.com · 13 years ago
  60. 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
  61. 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
  62. 99f1bca Remove getConstructDataVirtual https://bugs.webkit.org/show_bug.cgi?id=70638 by mhahnenberg@apple.com · 13 years ago
  63. fbf6d9a Switched ropes from malloc memory to GC memory by ggaren@apple.com · 13 years ago
  64. f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
  65. 8fb2b74 Rename virtual getConstructData to getConstructDataVirtual by mhahnenberg@apple.com · 13 years ago
  66. 6fb47cf Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186 by mhahnenberg@apple.com · 13 years ago
  67. 79c8e6e Add static version of JSCell::getConstructData by mhahnenberg@apple.com · 13 years ago
  68. 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
  69. c7d21fd Unreviewed, rolling out r96996. by commit-queue@webkit.org · 13 years ago
  70. 597be02 Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186 by mhahnenberg@apple.com · 13 years ago
  71. 2413eb8 Source/JavaScriptCore: Add static version of JSCell::getCallData by mhahnenberg@apple.com · 13 years ago
  72. 3e08466 Add custom vtable struct to ClassInfo struct by mhahnenberg@apple.com · 13 years ago
  73. 5e10972 Unzip initialization lists and constructors in JSCell hierarchy (6/7) by mhahnenberg@apple.com · 13 years ago
  74. 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 13 years ago
  75. f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 13 years ago
  76. 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 13 years ago
  77. fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
  78. 19fe509 Source/JavaScriptCore: Rolling back in r86653 with build fixed. by ggaren@apple.com · 14 years ago
  79. 5a39502 2011-05-16 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  80. 836c5d91 2011-05-16 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 14 years ago
  81. b2fa0dc 2011-04-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  82. 2db06ce 2011-04-15 Philippe Normand <pnormand@igalia.com> by philn@webkit.org · 14 years ago
  83. bb8da91 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  84. 3b6dc57 2011-03-28 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  85. 9788fe2 https://bugs.webkit.org/show_bug.cgi?id=54839 by barraclough@apple.com · 14 years ago
  86. c83b88c Interpreter build fix. by barraclough@apple.com · 14 years ago
  87. a5540da Bug 54786 - Devirtualize JSCell::classInfo() by barraclough@apple.com · 14 years ago
  88. 168e506 2011-01-31 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  89. ad0e9df 2011-01-30 Csaba Osztrogonác <ossy@webkit.org> by ossy@webkit.org · 14 years ago
  90. ba805be Convert markstack to a slot visitor API by oliver@apple.com · 14 years ago
  91. 3857b1e 2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com> by rniwa@webkit.org · 14 years ago
  92. c975423 2011-01-27 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  93. 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/runtime/StringConstructor.cpp]
  94. 5b67d9e 2010-10-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  95. 4d95c9e Bug 43816 - Remove UStringImpl by barraclough@apple.com · 15 years ago
  96. 11d351a Bug 40187 - Change function signature of NativeConstructor to match NativeFunction by barraclough@apple.com · 15 years ago
  97. 99ff343 Bug 40094 - The return type of NativeFunction should be EncodedJSValue by barraclough@apple.com · 15 years ago
  98. edc41f4 Qt build fix: disable a little more stuff when JIT_OPTIMIZE_NATIVE_CALL by ggaren@apple.com · 15 years ago
  99. fea29f1 JavaScriptCore: Simplified the host calling convention. by ggaren@apple.com · 15 years ago
  100. 5dea615 2010-05-21 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago