Commit History

Author SHA1 Message Date
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 years ago
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 years ago
  Luke Wilde 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 years ago
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
  Linus Groh e4158d8555 LibJS: Replace some deprecated_string() with utf8_string() in Temporal 2 years ago
  Linus Groh b41e7b7e86 LibJS: Replace to_deprecated_string() with to_string() in Temporal 2 years ago
  Timothy Flynn 9e4dbea0ee LibJS: Use String::join and String::trim in Temporal AOs 2 years ago
  Sam Atkins df07c5be3a AK: Remove unused DateTimeLexer class 2 years ago
  Linus Groh 959a891df0 LibJS: Port parse_iso_date_time() to String 2 years ago
  Linus Groh 5a2dfc52f8 LibJS: Port create_temporal_time_zone() to String 2 years ago
  Linus Groh 0f5f9acc9c LibJS: Port canonicalize_time_zone_name() to String 2 years ago
  Linus Groh 4a7d6670d8 LibJS: Port calendar / time zone members of Temporal* structs to String 2 years ago
  Linus Groh ef389c086d LibJS: Port parse_temporal_calendar_string() 2 years ago
  Linus Groh 8f7c2f8292 LibJS: Port get_difference_settings() to String 2 years ago
  Linus Groh 227379a1da LibJS: Port prepare_temporal_fields() and calendar_fields() to String 2 years ago
  Linus Groh 90a1de564c LibJS: Make parse_temporal_*_string() take a StringView 2 years ago
  Linus Groh 82ba940646 LibJS: Port format_seconds_string_part() to String 2 years ago
  Linus Groh 654911444e LibJS: Port merge_largest_unit_option() to String 2 years ago
  Linus Groh 918122c1e3 LibJS: Port get_temporal_unit() to String 2 years ago
  Linus Groh f928c7754d LibJS: Port to_show_offset_option() to String 2 years ago
  Linus Groh ddd5d8531b LibJS: Port to_time_zone_name_option() to String 2 years ago
  Linus Groh 0435156a86 LibJS: Port to_calendar_name_option() to String 2 years ago
  Linus Groh a387b22599 LibJS: Port to_temporal_offset() to String 2 years ago
  Linus Groh 3aa3ab65b1 LibJS: Port to_temporal_rounding_mode() to String 2 years ago
  Linus Groh ec9f2013c9 LibJS: Port to_temporal_disambiguation() to String 2 years ago
  Linus Groh b8759e86ee LibJS: Port to_temporal_overflow() to String 2 years ago
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago