summaryrefslogtreecommitdiff
path: root/js/src/vm/RegExpObject.cpp
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Issue #1285 - Follow-up: Correctly handle follow-up compilations of RegExp wi...Martok2023-04-30
* Issue #1691 - Part 7e: Dependencies for required to finish part 7d.Brian Smith2023-04-27
* Issue #2148 - Discard RegExpShared data tables when discarding regexp JIT code.Job Bautista2023-03-15
* Issue #2148 - Don't null out RegExpObject -> RegExpShared pointer on GC.Job Bautista2023-03-15
* Issue #2083 - Part 5: Fix memory leak in RegExpObject.Job Bautista2023-01-26
* Issue #2083 - Part 4: Give RegExpShared a finalizer.Job Bautista2023-01-26
* Issue #2083 - Part 3: Fix RegExpShared rooting hazards now it's a GC thing.Job Bautista2023-01-26
* Issue #2083 - Part 2: Remove use of RegExpGuard.Job Bautista2023-01-26
* Issue #2083 - Part 1: Make RegExpShared a GC thing.Job Bautista2023-01-26
* Issue #2093 - Trace HeapPtr<RegExpShared::groupsTemplate_> for GC move/compac...Martok2023-01-25
* No issue - Fallthrough attributes must be terminated with semicolon.Job Bautista2022-12-25
* Issue #1285 - implement named capturing groups and named backrefsMartok2022-12-21
* No issue - Fix VectorMatchPairs allocating more memory than requiredMartok2022-12-21
* No issue - Flag to parse 'v' flag as 'u' for automated tests, disabled by def...Martok2022-12-21
* Issue #2008 - Implement missing s parameter parsing and align case with spec.Moonchild2022-09-18
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18
* 1320408 - Part 23: Change RegExpObject::{getShared,createShared,dumpBytecode}...Gaming4JC2019-07-18
* 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
* Use ordinary object for RegExp prototypejanekptacijarabaci2018-03-19
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02