Histórico de Commits

Autor SHA1 Mensagem Data
  Luke Wilde b26b18a0bc LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString() há 2 anos atrás
  Moustafa Raafat 939374a037 LibJS: Use the UnsignedBigInteger compare_to_double algorithm há 2 anos atrás
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double há 2 anos atrás
  Moustafa Raafat 5edd4bd512 LibJS: Require NanosecondsToDays remainder less than dayLength há 2 anos atrás
  Moustafa Raafat b1c8029c2b LibJS: Require that NanosecondsToDays doesn't flip sign há 2 anos atrás
  Linus Groh 57162ad510 LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName há 2 anos atrás
  Timothy Flynn 443ffab9dc LibJS: Use infallible ParseTimeZoneOffsetString há 2 anos atrás
  Timothy Flynn 1a84dbcb07 LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds há 2 anos atrás
  Timothy Flynn 4fbec2e8b3 LibJS: Replace RoundTowardsZero with truncate há 2 anos atrás
  snooze6214 1fde3737f4 LibJS: Move time zone annotation parsing into ParseISODateTime há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  davidot 6989f304bc LibJS: Remove now unnecessary i32 casts when constructing BigIntegers há 3 anos atrás
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger há 3 anos atrás
  Luke Wilde 54bb6bf2c0 LibJS: Avoid calling ToString on calendar when calendarName is "never" há 3 anos atrás
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary há 3 anos atrás
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] há 3 anos atrás
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] há 3 anos atrás
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] há 3 anos atrás
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() há 3 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 3 anos atrás
  Timothy Flynn a712c7b5e1 LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero há 3 anos atrás
  Linus Groh ee0d5d6649 LibJS: Refactor common option reading into the GetDifferenceSettings AO há 3 anos atrás
  Linus Groh 3679f671b9 LibJS: Mark some calls of CreateTemporalDate as infallible há 3 anos atrás
  Linus Groh 7b5a7e7759 LibJS: Check for invalid epoch nanoseconds in NanosecondsToDays há 3 anos atrás
  Linus Groh ddea6d451b LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffset há 3 anos atrás
  Linus Groh 2c647da0b5 LibJS: Mark AddInstant in AddZonedDateTime as fallible há 3 anos atrás
  Linus Groh 36ef604905 LibJS: Assume options is an object in the DifferenceZonedDateTime AO há 3 anos atrás
  Linus Groh 52a4ee563d LibJS: Assume options is an object in the MergeLargestUnitOption AO há 3 anos atrás
  Linus Groh 8be4cc9653 LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime há 3 anos atrás
  Linus Groh be2c86002a LibJS: Handle absent options in DifferenceZonedDateTime há 3 anos atrás