提交历史

作者 SHA1 备注 提交日期
  Timothy Flynn a1a368bb61 LibJS: Fix editorial rebasing errors in the ECMA-402 spec 11 月之前
  Timothy Flynn 1eced20521 LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 1 年之前
  Timothy Flynn ebdb92eef6 LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 1 年之前
  Timothy Flynn 9c3a775395 LibJS: Update AOs involved in locale resolution to the latest ECMA-402 1 年之前
  Timothy Flynn 9724a25daf LibJS+LibLocale: Replace canonical locales and display names with ICU 1 年之前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Timothy Flynn a357874c77 LibJS: Implement Intl.Locale.prototype.firstDayOfWeek 1 年之前
  Timothy Flynn 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 年之前
  Timothy Flynn b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 年之前
  Timothy Flynn cd526813e6 LibLocale+LibJS: Make locale data APIs infallible 1 年之前
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
  Timothy Flynn 858126d236 LibJS: Propagate OOM from remaining Intl Vector operations 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 879a590882 LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTag 2 年之前
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM 2 年之前
  Timothy Flynn be8907e6bb LibJS: Return OptionalNone in fallible functions in the Intl namespace 2 年之前
  Timothy Flynn bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 年之前
  Timothy Flynn 2f1184ccdb LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId 2 年之前
  Timothy Flynn bff0e25ebe LibJS: Propagate OOM errors from Intl Abstract Operations 2 年之前
  Timothy Flynn ca62aeb6bd LibLocale+LibJS: Port locale parsing and processing to String 2 年之前
  Timothy Flynn fc413711ee LibJS: Port trivial use cases in the Intl namespace to String 2 年之前
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年之前
  Timothy Flynn 95cef87a9c LibJS: Update syntax for invoking the GetOption AO from Intl objects 2 年之前
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 年之前
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 年之前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前