Commits
User selector
Commit History
Commits on Jul 27, 2021
Add ThreadLocal structure
Show description for 13c774eauthored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on May 27, 2021
Add RegExpObjectRef::create() in public API
Show description for c6562e7authored andcommitted
Commits on May 18, 2021
Refactor GC allocation with bitmap info
Show description for b605adbauthored andcommitted
Commits on Mar 15, 2021
Update VMInstance global variables
Show description for e9afc5cauthored andcommitted
Commits on Feb 22, 2021
Clean up legacy features in RegExp
Show description for 42e598fauthored andcommitted
Commits on Feb 16, 2021
Implement Legacy RegExp features
Show description for 560f1f2authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Oct 6, 2020
Remove unused codes found by cppcheck
Show description for f168e4bauthored andcommitted
Commits on Aug 24, 2020
Unify regular expression notation as RegExp
Show description for a96f39fauthored andcommitted
Commits on Jun 23, 2020
New Feature - MatchAll and RegExpStringIterator
Show description for 77f9f59authored andcommitted
Commits on May 22, 2020
Minor Fix in RegExpObject escapeSlash
Show description for 88d055eauthored andcommitted

Commits on May 8, 2020
Add hasRareData for Object
Show description for 26b8593authored andcommitted
Commits on Apr 13, 2020
Rework non-standard properties of RegExp
Show description for 46d8f20authored andcommitted
Commits on Mar 25, 2020
Remove redundant prototype classes
Show description for 5c8c4daauthored andcommitted
Commits on Mar 24, 2020
Restore fast path of String.prototype.replace
Show description for 07a1e2bauthored andcommittedFix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored andcommitted
Commits on Mar 19, 2020
Minor fix - update RegExp.compile
Show description for 9af435aauthored andcommitted

Commits on Mar 11, 2020
New feature - regexp named capture groups
Show description for 32f0cf6authored andcommitted

Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Feb 19, 2020
Minor Fix in RegexpObject Match
Show description for 81a0e9eauthored andcommitted
Commits on Feb 17, 2020
Allocate YarrPattern::m_captureGroupNames on GC heap
Show description for 0e93724authored andcommitted
Commits on Jan 17, 2020
Newfeature - DotAll flag
Show description for 94c74a0authored andcommitted

Commits on Jan 10, 2020
Implement compress CompressibleStrings on GC reclaim end event
Show description for caa0fbcauthored andcommitted
Commits on Dec 18, 2019
Reduce memory usage
Show description for fba9396authored andcommitted
Commits on Dec 5, 2019
Optimize runtime performance
Show description for 53906a6authored andcommitted
Rename PropertyName into ObjectStructurePropertyName
Show description for 0a9ec4fauthored andcommitted
Commits on Nov 12, 2019
Refactor ObjectStructure
Show description for 82c99fcauthored andcommitted
Commits on Nov 4, 2019
Update yarr version to webkitgtk-2.19.92
Show description for 0e3e95bauthored andcommitted
Commits on Oct 11, 2019
Implement the @@match well-known Symbol (#157)
Show description for 44e90a6authored andcommitted

Commits on Sep 4, 2019
Revise RegExp module (#411)
Show description for 4432709authored andcommitted
Commits on Sep 2, 2019
Simplify isRegExpObject check (#399)
Show description for 387a302authored andcommitted
Commits on May 29, 2019
Modify RegExp property getters, isRegExpObject check (#271)
Show description for f1e3df6authored andcommitted
Commits on May 22, 2019
Add ES6 RegExp.prototype.exec() method (#112)
Show description for 133bc13authored andcommitted
Commits on Mar 27, 2019
Resolving Static Analysis Defect (Uninitialization of Constructor) (#169)
Show description for 329ed6fauthored