Histórico de commits

Autor SHA1 Mensagem Data
  Timothy Flynn 8126cb2545 LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper 3 anos atrás
  Timothy Flynn cc5e9f0579 LibJS+LibUnicode: Move replacement of number system digits to LibUnicode 3 anos atrás
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 anos atrás
  Timothy Flynn f16f3c4677 LibJS: Update ToRawPrecision / ToRawFixed AO spec comments 3 anos atrás
  Timothy Flynn a3149c11e5 LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormat 3 anos atrás
  Timothy Flynn 9ce4ff4265 LibJS: Avoid crashing when the Unicode data generators are disabled 3 anos atrás
  Timothy Flynn 2a7f36b392 LibJS+LibUnicode: Generate unique numeric symbol lists 3 anos atrás
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays 3 anos atrás
  Timothy Flynn 914675e826 LibJS+LibUnicode: Separate number formatting methods from Locale.h 3 anos atrás
  Timothy Flynn 251f692440 LibJS: Re-implement SetNumberFormatDigitOptions AO 3 anos atrás
  Timothy Flynn a1d5849e67 LibJS: Implement unit number formatting 3 anos atrás
  Timothy Flynn 04b8b87c17 LibJS+LibUnicode: Support multiple identifiers within format pattern 3 anos atrás
  Timothy Flynn 3b68370212 LibJS+LibUnicode: Rename the generated compact_identifier to identifier 3 anos atrás
  Timothy Flynn 6d34a0b4e8 LibJS+LibUnicode: Rename method to select a NumberFormat plurality 3 anos atrás
  Timothy Flynn 99c15741ba LibJS: Conditionally ignore [[UseGrouping]] in compact notation 3 anos atrás
  Timothy Flynn 14aca03161 LibJS: Remove FIXME comment from PartitionNotationSubPattern AO 3 anos atrás
  Timothy Flynn fdae323401 LibJS: Implement compact formatting for Intl.NumberFormat 3 anos atrás
  Timothy Flynn 80b86d20dc LibJS: Cache the number format used for compact notation 3 anos atrás
  Timothy Flynn 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents 3 anos atrás
  Timothy Flynn 4d79ab6866 LibJS: Implement engineering and scientific number formatting 3 anos atrás
  Timothy Flynn 15c5fbd9e9 LibJS: Implement number grouping for Intl.NumberFormat 3 anos atrás
  Timothy Flynn 3450def494 LibJS: Implement Intl.NumberFormat.prototype.formatToParts 3 anos atrás
  Timothy Flynn c65dea64bd LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern 3 anos atrás
  Timothy Flynn d872d030f1 LibJS: Avoid potential for dangling string views in partition patterns 3 anos atrás
  Timothy Flynn a701ed52fc LibJS+LibUnicode: Fully implement currency number formatting 3 anos atrás
  Timothy Flynn 89523f70cf LibJS: Begin implementing Intl.NumberFormat.prototype.format 3 anos atrás
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 anos atrás
  Idan Horowitz 768009e005 LibJS: Convert NumberFormat AOs to ThrowCompletionOr 3 anos atrás
  Idan Horowitz 407cf04884 LibJS: Convert get_number_option() to ThrowCompletionOr 3 anos atrás
  Idan Horowitz 6d3de03549 LibJS: Convert default_number_option() to ThrowCompletionOr 3 anos atrás