1. 05bc5e7 Start preparing the code base for marking the StringView(const char*) constructor explicit by cdumez@apple.com · 2 years, 10 months ago
  2. 78ea99a Start replacing String(const char*) constructor with a String::fromLatin1(const char*) function by cdumez@apple.com · 3 years ago
  3. 1392b8b Prepare JSC for making the String(const char*) constructor explicit by cdumez@apple.com · 3 years ago
  4. 8c2d496 Make HeapType an enum class. by mark.lam@apple.com · 3 years, 1 month ago
  5. aaf3021 Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&. by mark.lam@apple.com · 3 years, 5 months ago
  6. f12b58e Rename initializeThreading to initialize by ggaren@apple.com · 4 years, 9 months ago
  7. 0ebe33c [IWYU] Remove unnecessary includes from JSC implementation files by ross.kirsling@sony.com · 4 years, 11 months ago
  8. 2abe6c6 [clang-tidy] Run modernize-use-nullptr over JSC by ross.kirsling@sony.com · 4 years, 11 months ago
  9. 02ea60d Classes marked final should not use protected access specifier by ross.kirsling@sony.com · 5 years ago
  10. f99e5d8 [JSC] Threading JSGlobalObject in RegExp::match properly by ysuzuki@apple.com · 5 years ago
  11. 28c556e [JSC] Lock-down JSGlobalObject and derived classes in IsoSubspace by ysuzuki@apple.com · 5 years ago
  12. d27553f Use constexpr instead of const in symbol definitions that are obviously constexpr. by mark.lam@apple.com · 6 years ago
  13. 3d654ba Invalid flags in a RegExp literal should be an early SyntaxError by ross.kirsling@sony.com · 6 years ago
  14. 4e8dc96 Remove unnecessary `using namespace WTF`s (or at least restrict their scope). by ross.kirsling@sony.com · 6 years ago
  15. 1d211e1 Fix std::make_unique / new[] using system malloc by utatane.tea@gmail.com · 7 years ago
  16. 27040ca [WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively by utatane.tea@gmail.com · 7 years ago
  17. 8c8c32a [JSC] Remove monotonicallyIncreasingTime and currentTime by utatane.tea@gmail.com · 7 years ago
  18. aeec0ba REGRESSION (r225695): Repro crash on yahoo login page by msaboff@apple.com · 7 years ago
  19. 336e595 Unreviewed rollout of r225695. Caused a crash on yahoo login page. by msaboff@apple.com · 7 years ago
  20. 465b271 YARR: JIT RegExps with greedy parenthesized sub patterns by msaboff@apple.com · 7 years ago
  21. a5544f1 [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  22. eb0f4b1 Unreviewed, rolling out r217031, r217032, and r217037. by commit-queue@webkit.org · 8 years ago
  23. cbd903d [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  24. d26d2bf JSSegmentedVariableObject and its subclasses should have a sane destruction story by fpizlo@apple.com · 8 years ago
  25. 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 · 9 years ago
  26. 595eebd Unreviewed, roll out r204901, r204897, r204866, r204856, r204854. by fpizlo@apple.com · 9 years ago
  27. b291d69 REGRESSION(204854): ASan is unhappy by fpizlo@apple.com · 9 years ago
  28. d6b7980 [Win] [64-bit] Remove MSVC 2013 FMA3 Bug Workaround by peavo@outlook.com · 9 years ago
  29. 5e29b76 Replace all of the various non-working and non-compiling sampling profiler hacks with a single super hack by fpizlo@apple.com · 9 years ago
  30. e6f1842 Make testRegExp not crash when given an invalid regexp by oliver@apple.com · 9 years ago
  31. 43c672b [JSC] Static hash tables should be 100% compile-time constant. by akling@apple.com · 10 years ago
  32. 2068589 Purge PassRefPtr in JavaScriptCore by gyuyoung.kim@webkit.org · 10 years ago
  33. 4ae7cdd [Win] [64-bit] Work around MSVC2013 Runtime Bug by bfulgham@apple.com · 10 years ago
  34. 58de778 [Win] Resolve some static analysis warnings in JavaScriptCore by bfulgham@apple.com · 10 years ago
  35. a1f81af Remove WinCE port from trunk https://bugs.webkit.org/show_bug.cgi?id=136951 by ossy@webkit.org · 11 years ago
  36. 78e51d0 [Win] testapi and testRegExp need to find support libraries. by bfulgham@apple.com · 11 years ago
  37. 009ba51 Speculative Windows build fix. by akling@apple.com · 11 years ago
  38. 2de49b7 Static hash tables no longer need to be coupled with a VM. by akling@apple.com · 11 years ago
  39. 085d24e Merge API shims and JSLock https://bugs.webkit.org/show_bug.cgi?id=129650 by mhahnenberg@apple.com · 11 years ago
  40. fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
  41. 0ce16fa Delete INTEL C compiler related code parts. by commit-queue@webkit.org · 11 years ago
  42. 467391d Get rid of Qt code from JavaScriptCore by andersca@apple.com · 11 years ago
  43. f9398a2 Remove wtf/TypeTraits.h https://bugs.webkit.org/show_bug.cgi?id=121047 by andersca@apple.com · 12 years ago
  44. 10ae2d0 Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked by fpizlo@apple.com · 12 years ago
  45. f15eb3d [WTF] [JSC] Replace currentTime() with monotonicallyIncreasingTime() in all possible places by commit-queue@webkit.org · 12 years ago
  46. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  47. 765a7de HeapTimer lifetime should be less complicated by mhahnenberg@apple.com · 12 years ago
  48. 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
  49. 8b97fde Change stack recursion checks to be based on stack availability. by mark.lam@apple.com · 12 years ago
  50. 0aac150 Removed ASSERT_CLASS_FITS_IN_CELL https://bugs.webkit.org/show_bug.cgi?id=97634 by ggaren@apple.com · 12 years ago
  51. 30738a7 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 12 years ago
  52. 7c7e427 Unreviewed, rolling out r128826 and r128813. by ossy@webkit.org · 13 years ago
  53. 013fd88 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
  54. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  55. e16f809 JSLock should be per-JSGlobalData https://bugs.webkit.org/show_bug.cgi?id=89123 by mhahnenberg@apple.com · 13 years ago
  56. a6460e1 Unreviewed, rolling out r121058. by zandobersek@gmail.com · 13 years ago
  57. 6d9f86d JSLock should be per-JSGlobalData https://bugs.webkit.org/show_bug.cgi?id=89123 by mhahnenberg@apple.com · 13 years ago
  58. c143e90 Clarified JSGlobalData (JavaScript VM) lifetime by ggaren@apple.com · 13 years ago
  59. f280e17 Yarr: if we're not using the output array, don't populate it! by barraclough@apple.com · 13 years ago
  60. fa5d72e Fix remaining WTF includes in JavaScriptCore in preparation for moving WTF headers out of JavaScriptCore by eric@webkit.org · 13 years ago
  61. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  62. a2e1598 Rename JSC::Heuristics to JSC::Options by commit-queue@webkit.org · 13 years ago
  63. b039de0 De-virtualize JSObject::className https://bugs.webkit.org/show_bug.cgi?id=71428 by mhahnenberg@apple.com · 13 years ago
  64. 453d667 Add explicit JSGlobalThis type. https://bugs.webkit.org/show_bug.cgi?id=69478 by barraclough@apple.com · 13 years ago
  65. 2cc4150 Update RegExp and related classes to use 8 bit strings when available by msaboff@apple.com · 14 years ago
  66. d184441 Add JSC:RegExp functional tests https://bugs.webkit.org/show_bug.cgi?id=67339 by msaboff@apple.com · 14 years ago