Commits
User selector
Commit History
Commits on Sep 3, 2021
[JSC] Yarr::ByteTerm sometimes leaves fields uninitialized
Show description for 5d3ae53committed
Commits on Jul 24, 2021
[JSC] Change most of enum in Yarr to enum-class
Show description for 1a48c8ecommitted
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on Feb 18, 2021
[JSC] Implement RegExp Match Indices proposal
Show description for 7e63c11committed
Commits on Jun 13, 2019
Yarr bytecode compilation failure should be gracefully handled
Show description for 2d3af0fcommitted
Commits on Apr 15, 2019
Several structures and enums in the Yarr interpreter can be shrunk
Show description for d4a85d4committed
Robin Morisset
Commits on Mar 11, 2019
Invalid flags in a RegExp literal should be an early SyntaxError
Show description for 71aac69committed
Commits on Aug 24, 2017
Add support for RegExp "dotAll" flag
Show description for 163dde9committed
Commits on Jan 18, 2017
Nested parenthesized regular expressions with non-zero minimum counts appear to hang and use lots of memory
Show description for 42f33c2committed
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Jul 14, 2016
YARR uses mixture of int and unsigned values to index into subject string
Show description for 418d765committed
Commits on Jun 27, 2016
ES6 Change: Unify handling of RegExp CharacterClassEscapes \w and \W and Word Asserts \b and \B
Show description for 7faa6e0committed
Commits on Mar 9, 2016
[ES6] Implement RegExp sticky flag and related functionality
Show description for b8490c1committed
Commits on Mar 2, 2016
[ES6] Add support for Unicode regular expressions
Show description for 1633bc3committed
Commits on Mar 1, 2016
Add new MethodTable method to get an estimated size for a cell
Show description for 5e915e1authored andcommitted
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Dec 30, 2014
Move JavaScriptCore/yarr to std::unique_ptr
Show description for e3b44d6committed
Gyuyoung Kim
Commits on Nov 28, 2014
Use std::unique_ptr instead of OwnPtr in JSC classes
Show description for 3bb9392committed
Gyuyoung Kim
Commits on Feb 3, 2014
Stop using Unicode.h
Show description for a42b58acommitted
Commits on Oct 18, 2013
Remove spaces between template angle brackets
Show description for cbed4b9committed
Anders Carlsson
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Feb 15, 2013
Yarr: Use OwnPtr to make pattern/disjunction/character-class ownership clearer.
Show description for dfdf8bdcommitted
Andreas Kling
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on Mar 29, 2012
Template the Yarr::Interpreter on the character type
Show description for f3df9bfcommitted
Gavin Barraclough
Commits on Feb 24, 2012
ASSERT(position < 0) in JSC::Yarr::Interpreter::InputStream::readChecked
Show description for 622a86fcommitted
Commits on Aug 31, 2011
Add support for checked arithmetic
Show description for 591026fcommitted
Commits on Jul 13, 2011
https://bugs.webkit.org/show_bug.cgi?id=64202
Show description for 7b3e98fcommitted
Commits on May 24, 2011
https://bugs.webkit.org/show_bug.cgi?id=61306
Show description for 176cfa6committed
Gavin Barraclough
Commits on Mar 15, 2011
2011-03-14 Michael Saboff <msaboff@apple.com>
Show description for c8d747ccommitted
Commits on Jan 20, 2011
Refactoring of the custom allocation framework
Show description for f03d5f0authored andcommitted
Commits on Jan 12, 2011
2011-01-12 Peter Varga <pvarga@webkit.org>
Show description for eb17f27committed
Peter Varga