Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn 443ffab9dc LibJS: Use infallible ParseTimeZoneOffsetString hace 2 años
  Timothy Flynn 1a84dbcb07 LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds hace 2 años
  Timothy Flynn 4fbec2e8b3 LibJS: Replace RoundTowardsZero with truncate hace 2 años
  snooze6214 1fde3737f4 LibJS: Move time zone annotation parsing into ParseISODateTime hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  davidot 6989f304bc LibJS: Remove now unnecessary i32 casts when constructing BigIntegers hace 2 años
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger hace 2 años
  Luke Wilde 54bb6bf2c0 LibJS: Avoid calling ToString on calendar when calendarName is "never" hace 3 años
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary hace 3 años
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] hace 3 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 3 años
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] hace 3 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 3 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 3 años
  Timothy Flynn a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero hace 3 años
  Linus Groh ee0d5d6649 LibJS: Refactor common option reading into the GetDifferenceSettings AO hace 3 años
  Linus Groh 3679f671b9 LibJS: Mark some calls of CreateTemporalDate as infallible hace 3 años
  Linus Groh 7b5a7e7759 LibJS: Check for invalid epoch nanoseconds in NanosecondsToDays hace 3 años
  Linus Groh ddea6d451b LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffset hace 3 años
  Linus Groh 2c647da0b5 LibJS: Mark AddInstant in AddZonedDateTime as fallible hace 3 años
  Linus Groh 36ef604905 LibJS: Assume options is an object in the DifferenceZonedDateTime AO hace 3 años
  Linus Groh 52a4ee563d LibJS: Assume options is an object in the MergeLargestUnitOption AO hace 3 años
  Linus Groh 8be4cc9653 LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime hace 3 años
  Linus Groh be2c86002a LibJS: Handle absent options in DifferenceZonedDateTime hace 3 años
  Linus Groh 9b3602d000 LibJS: Update missing/superfluous commas in various spec comments hace 3 años
  Linus Groh 3e6561c75f LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields hace 3 años
  Linus Groh 4c77575ec5 LibJS: Simplify Temporal unit AOs hace 3 años
  Linus Groh ae1fdf299d LibJS: Use the rounding abstract operations from Intl.NumberFormat V3 hace 3 años
  Linus Groh 74695ce76e LibJS: Mark two Get operations in ToTemporalZonedDateTime infallible hace 3 años
  Linus Groh 80048c694a LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments hace 3 años