summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-15Kernel: Don't VERIFY that the DMA channel is running on AC'97 interruptkleines Filmröllchen
2022-06-15LibJS: Mark AddInstant in AddZonedDateTime as fallibleLinus Groh
2022-06-15LibJS: Fix Instant rounding modesLinus Groh
2022-06-15LibJS: Mark two calls as infallible in DifferenceTemporalPlainTimeLinus Groh
2022-06-15LibJS: Assume options is an object in the DifferenceZonedDateTime AOLinus Groh
2022-06-15LibJS: Assume options is an object in the MergeLargestUnitOption AOLinus Groh
2022-06-15LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFieldsLinus Groh
2022-06-15LibJS: Mark a call of CreateDurationRecord as fallibleLinus Groh
2022-06-15LibJS: Mark a call of CreateDateDurationRecord as fallibleLinus Groh
2022-06-15LibJS: Make options mandatory in Difference{Zoned,ISO}DateTimeLinus Groh
2022-06-15LibJS: Move assertion step around in Calendar.prototype.mergeFieldsLinus Groh
2022-06-15LibJS: Use consistent alias names for object-copy stepsLinus Groh
2022-06-15LibJS: Update AvailableCalendars AO to reflect spec changesLinus Groh
2022-06-15LibJS: Add an explicit operation for merging calendar field namesLinus Groh
2022-06-15LibJS: Remove unnecessary variable initialization in DifferenceISODateLinus Groh
2022-06-15LibJS: Mark AO calls creating a copy of built-in objects as infallibleLinus Groh
2022-06-15LibJS: Handle absent options in DifferenceZonedDateTimeLinus Groh
2022-06-15LibJS: Remove constant arguments from CalculateOffsetShiftLinus Groh
2022-06-15LibJS: Use existing variable instead of re-reading internal slotLinus Groh
2022-06-15LibJS: Switch branches in RegulateISODateLinus Groh
2022-06-15LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonthLinus Groh
2022-06-15LibJS: Add parentheses around modulo operationLinus Groh
2022-06-15LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstantLinus Groh
2022-06-15LibJS: Prefer Else + Assertion over If for constrained valuesLinus Groh
2022-06-15LibJS: Update missing/superfluous commas in various spec commentsLinus Groh
2022-06-15LibJS: Use MaximumTemporalDurationRoundingIncrement in two more placesLinus Groh
2022-06-15LibJS: Fix GetIterator capitalization in Calendar.prototype.fieldsLinus Groh
2022-06-15LibJS: Only call CanonicalizeTimeZoneName on valid time zone IDsLinus Groh
2022-06-15LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZoneLinus Groh
2022-06-15LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262Linus Groh
2022-06-15LibJS: Align Temporal GetOption AO with ECMA-402Linus Groh
2022-06-15LibJS: Remove unused GetStringOrNumberOption operationLinus Groh
2022-06-15LibJS: Explicitly handle "auto" vs. number fractionalSecondDigitsLinus Groh
2022-06-15LibJS: Improve an alias name in ToSecondsStringPrecisionLinus Groh
2022-06-15LibJS: Inline call to AddISODate in ZonedDateTime.prototype.hoursInDayLinus Groh
2022-06-15LibJS: Remove RegulateISODate after BalanceISODate in AddISODateLinus Groh
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecordLinus Groh
2022-06-15LibJS: Leverage ToPartialDuration in ToTemporalDurationRecordLinus Groh
2022-06-15LibJS: Fold ToPartialTime into ToTemporalTimeRecordLinus Groh
2022-06-15LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFieldsLinus Groh
2022-06-15LibJS: Add missing conversion to integer values in Calendar AOsLinus Groh
2022-06-15LibJS: Mark various uses of CreateTemporalTime as infallibleLinus Groh
2022-06-15Meta: Add Xexxa's GitHub Sponsors to funding options :^)Andreas Kling
2022-06-15Meta: Add Sam Atkins to list of project maintainers :^)Andreas Kling
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
2022-06-15Kernel: Use the system boot time as default timestamp in /sys and /devAndreas Kling
2022-06-15Kernel: Make TimeManagement::boot_time() staticAndreas Kling
2022-06-15Utilities: Remove `ddate` joke programAndreas Kling
2022-06-15AK+Kernel: Remove RefPtrTraits template param in userspace codeAndreas Kling