summaryrefslogtreecommitdiff
path: root/js/src/vm
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Merge pull request 'Switch our tree to building with c++17' (#2372) from 2281...Moonchild2023-11-08
|\
| * Issue #2281 - Avoid class-static constexpr in TypedArrayObjectMoonchild2023-11-05
* | No Issue - StructuredClone serialize and deserialize should treat back refere...Basilisk-Dev2023-10-30
* | No issue - Structured clone algorithm doesn't serialize Array Length contrary...Basilisk-Dev2023-10-30
|/
* Issue #1442 Follow-up: Stop pretending proxies have a JSNative call/construct...Brian Smith2023-10-16
* 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
* Merge branch 'master' into simdjs-removalMoonchild2023-09-20
|\
| * Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC.Brian Smith2023-09-17
| * Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC.Brian Smith2023-09-17
| * Issue #2308 & #1240 Follow-up - Introduce new increment and decrement operati...Brian Smith2023-09-16
| * Issue #2026 Follow-up: Fill in missing BigInt64 cases in js::IsTypedArrayCons...Brian Smith2023-09-06
* | Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
|/
* Issue #2255 - Disable untested code path in Stopwatch.(h|cpp).Brian Smith2023-08-14
* Issue #2172 - add null zone sanity checksMartok2023-08-09
* Issue #2172 - add missing RegExpShared TraceKind declarationMartok2023-08-08
* Issue #2026 - Part 4 - Fill in missing dense elements case and fix a comment.Brian Smith2023-07-28
* 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 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
* Issue #1240 - Part 8 - Fix incorrect asserts with debug enabled.Brian Smith2023-07-21
* Issue #1240 - Part 5g - Implement BigInt comparison operators.Brian Smith2023-07-19
* Issue #1240 - Part 6b - Use ToIndex when constructing TypedArray with length ...Brian Smith2023-07-19
* Issue #1240 - Part 5f - Add DataView methods for BigInt access.Brian Smith2023-07-19
* Issue #1240 - Part 5e - BigInt bitwise operators.Brian Smith2023-07-19
* Issue #1240 - Part 5b - BigInt support for basic arithmetic operations.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 #2271 - Separate cloning of native and interpreted functionsMartok2023-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
|/
* Merge pull request 'Intl API Updates' (#2265) from martok/UXP-contrib:intl-up...Moonchild2023-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 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 #2259 - Improve ResolveLocale performance when initializing the default...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 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ...Martok2023-06-29