summaryrefslogtreecommitdiff
path: root/js/src/builtin
Commit message (Expand)AuthorAge
* Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265Moonchild2023-07-02
* Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle o...Martok2023-06-30
* Issue #1819 - Further align Intl.Locale to specMartok2023-06-30
* Issue #2259 - Performance improvements for LanguageTag parsingMartok2023-06-30
* Issue #2259 - Performance improvements in LocaleMartok2023-06-30
* Issue #1819 - Implement Intl.Locale proposalMartok2023-06-30
* Issue #2259 - process Unicode langtags and locale identifiers according to BC...Martok2023-06-30
* Issue #2195 - Add support for hourCycle to Intl.DateTimeFormatMartok2023-06-30
* Issue #2259 - Improve ResolveLocale performance when initializing the default...Martok2023-06-30
* Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47...Martok2023-06-30
* Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMA...Martok2023-06-29
* Issue #2259 - Implement caseFirst option in Intl.CollatorMartok2023-06-29
* Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensionsMartok2023-06-29
* Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th editionMartok2023-06-29
* Issue #2259 - Introduce helper for self-hosted hasOwnProperty calls in intlMartok2023-06-29
* Issue #2259 - Adjust self-hosted Array.prototype.sort to ES2018Martok2023-06-29
* Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTi...Martok2023-06-29
* Issue #2256 - Implement Object.hasOwn(object, property)Moonchild2023-05-29
* Issue #2246 - Implement Array find from last.Job Bautista2023-05-17
* Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...Job Bautista2023-05-12
* Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...Brian Smith2023-05-08
* Issue #2234 - Part 2: Ensure that the created async function wrapper is validFranklinDM2023-05-07
* Issue #2234 - Part 1: Create async function wrapper when instantiating module...FranklinDM2023-05-07
* Issue #1656 - remove vim control lines from js/srcMoonchild2023-05-03
* Issue #2097 - Implement logical assignment operatorsMartok2023-05-01
* Issue #2142 - Implement class static blockMartok2023-05-01
* Issue #2142 - Optimize .initializers scoping and emitterMartok2023-05-01
* Issue #2142 - Fix several scoping issues in field initializersMartok2023-05-01
* Issue #2142 - Use JSOP_INITPROP for field initializersMartok2023-05-01
* Issue #2142 - Implement syntax for public/private fields and computed field n...Martok2023-05-01
* Merge pull request 'Use link-time optimization for Spidermonkey in Windows by...Moonchild2023-04-30
|\
| * Issue #1691 - Follow-up: Fix CallSelfHostedFunction deprot introduced by Part 4.Job Bautista2023-04-30
* | Issue #2173 - Follow-up: Use common ancestor of PNK_(OPT)DOT in ASTSerializer...Martok2023-04-30
|/
* Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...Brian Smith2023-04-27
* Issue #1691 - Part 6d: Optimize handling of internally-created Promise objects.Brian Smith2023-04-27
* Issue #1691 - Part 5b: Stop modules from entraining the top-level JSScript.Brian Smith2023-04-27
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
* Issue #1691 - Part 3: Finish implementing import meta.Brian Smith2023-04-27
* Issue #1691 - Part 2: Implement call import and import meta in the parser.Brian Smith2023-04-27
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
* Issue #2173 - Separate CodeNode into FunctionNode and ModuleNodeMartok2023-04-03
* Issue #2173 - Add TryNodeMartok2023-04-03
* Issue #2173 - Add accessors to LexicalScopeNodeMartok2023-04-03
* Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num...Martok2023-04-03
* Issue #2173 - Add accessors to UnaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to BinaryNode and subclassesMartok2023-04-03
* Issue #2173 - Add accessors to TernaryNodeMartok2023-04-03
* Issue #2173 - Add accessors to ListNodeMartok2023-04-03
* Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p...Martok2023-04-03
* Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument listsMartok2023-04-03