コミット履歴

作者 SHA1 メッセージ 日付
  Timothy Flynn a1a368bb61 LibJS: Fix editorial rebasing errors in the ECMA-402 spec 11 ヶ月 前
  Timothy Flynn ebdb92eef6 LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 1 年間 前
  Timothy Flynn 7f9ccd39f5 LibJS+LibLocale: Replace relative time formatting with ICU 1 年間 前
  Timothy Flynn 67f3de2320 LibJS+LibLocale: Begin replacing number formatting with ICU 1 年間 前
  Shannon Booth 986abe7047 LibJS: Rename IntlNumberIsNaNOrInfinity to NumberIsNaNOrInfinity 1 年間 前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年間 前
  Timothy Flynn b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 年間 前
  Timothy Flynn b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 年間 前
  Timothy Flynn b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 年間 前
  Timothy Flynn eb8f7b303c LibLocale+LibJS: Make relative time format APIs infallible 1 年間 前
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 年間 前
  Timothy Flynn f816a24b86 LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2 年 前
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 年 前
  Timothy Flynn 8670526f2a LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations 2 年 前
  Timothy Flynn 9af525bbb0 LibJS: Propagate OOM from Intl.RelativeTimeFormat Vector operations 2 年 前
  Timothy Flynn e86eafe65e LibJS: Replace remaining uses of StringBuilder in the Intl namespace 2 年 前
  Timothy Flynn e74e8381d5 LibJS: Allow "approximately" results to differ in plural form 2 年 前
  Timothy Flynn 4c8f7d76c4 LibJS: Port Intl.RelativeTimeFormat to String 2 年 前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年 前
  Timothy Flynn 0c2efa285a LibJS+LibLocale: Port Intl.NumberFormat to String 2 年 前
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String 2 年 前
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM 2 年 前
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 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 年 前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年 前
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 年 前
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 年 前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年 前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前