summaryrefslogtreecommitdiff
path: root/js/src/builtin
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Issue #2342 - Fix attribute order in misc files (found by clang builds)Moonchild2023-11-10
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2350 - Part 2: Allow "maximumFractionDigits" option inMoonchild2023-10-19
* Issue #2350 - Part 1: Apply "minimumIntegerDigits" to number-formattersMoonchild2023-10-19
* Issue #2350 - Part 0: Add a helper function DefaultNumberOptionMoonchild2023-10-19
* Issue #1442 Follow-up: Stop pretending proxies have a JSNative call/construct...Brian Smith2023-10-16
* Merge pull request 'Initial implementation of readable streams' (#2324) from ...Moonchild2023-10-03
|\
| * Issue #1442 & #1691 Follow-up - Part 22 - Changes that came with Dynamic Modu...Brian Smith2023-09-29
| * Issue #1442 - Part 5: Implement WebIDL bindings for Streams.Brian Smith2023-09-27
| * Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream.Brian Smith2023-09-27
| * Issue #1442 - Part 3: Implement ReadableStream and associated classes in the ...Brian Smith2023-09-27
| * Issue #1442 - Part 1: Change ArrayBufferCopyData self-hosting intrinsic to ta...Brian Smith2023-09-27
* | [js] Handle dead wrappersAndré Bargull2023-09-27
|/
* Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
* No Issue - Fix building with --enable-js-ltoBrian Smith2023-08-06
* Issue #2026 - Part 2b - Format BigInts representable as int64_t without first...Brian Smith2023-07-25
* Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.Brian Smith2023-07-25
* Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.Brian Smith2023-07-24
* Issue #1240 - Part 11 - Fix several issue reported on review.Brian Smith2023-07-23
* Issue #1240 - Part 6c - Implement asIntN and asUintN methods for BigInt values.Brian Smith2023-07-19
* Issue #1240 - Part 6a - Implement BigInt.prototype.toLocaleString.Brian Smith2023-07-19
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * Issue #2271 - Use declared names of self-hosted functions for cloningMartok2023-07-13
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* | Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType.Brian Smith2023-07-13
* | Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects.Brian Smith2023-07-13
* | Issue #1240 - Part 1 - Define a new BigInt primitive type.Brian Smith2023-07-13
|/
* 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