summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25LibCore: Support (and use) DateTime string formatting of the form %ZTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %:zTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %zTimothy Flynn
2022-01-26AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64Idan Horowitz
2022-01-25LibJS: Use new construct AO overload where easily applicableTimothy Flynn
2022-01-25LibJS: Add templated overloads for the construct AO to create its MVLTimothy Flynn
2022-01-25LibJS: Use forwarding references for call's variadic template argumentsTimothy Flynn
2022-01-25LibJS: Remove erroneous variadic template from some call overloadsTimothy Flynn
2022-01-26LibRegex: Implement ECMA262 multiline matching without splitting linesAli Mohammad Pur
2022-01-26Meta: Correct the PNP ID download conditionAli Mohammad Pur
2022-01-26LibRegex: Don't return empty vectors from RegexStringView::lines()Ali Mohammad Pur
2022-01-25Kernel: Perform DeviceManagement initialization after MM is initializedIdan Horowitz
2022-01-25Kernel: Use PARTUUID: instead of PARTUUID= as the partition uuid prefixIdan Horowitz
2022-01-25Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctlIdan Horowitz
2022-01-25Kernel: Use u64 instead of u32 and u16 in StorageDevice::{read, write}Idan Horowitz
2022-01-25Kernel: Stop using unsigned when adjusting offsets in DiskPartitionIdan Horowitz
2022-01-25Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_blockIdan Horowitz
2022-01-25Kernel: Use u64 instead of size_t for BlockBasedFileSystem::write_blockIdan Horowitz
2022-01-25Kernel: Use u64 instead of size_t for File::can_write offsetIdan Horowitz
2022-01-25Kernel: Use u64 instead of size_t for File::can_read offsetIdan Horowitz
2022-01-25LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptionsTimothy Flynn
2022-01-25LibJS: Fix errors in Intl.DateTimeFormat.prototype.resolvedOptions testsTimothy Flynn
2022-01-25LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOfTimothy Flynn
2022-01-25js: Implement pretty-printing of Intl.RelativeTimeFormatTimothy Flynn
2022-01-25LibJS: Implement the Intl.RelativeTimeFormat constructorTimothy Flynn
2022-01-25LibJS: Implement a nearly empty Intl.RelativeTimeFormat objectTimothy Flynn
2022-01-25LibJS: Convert Intl.NumberFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibJS: Convert Intl.DisplayNames to use Unicode::StyleTimothy Flynn
2022-01-25LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibUnicode: Add helper methods to convert a Style to and from a stringTimothy Flynn
2022-01-25LibUnicode: Remove the Unicode::Style::Numeric valueTimothy Flynn
2022-01-25LibTimeZone+Userland: Rename current_time_zone to system_time_zoneTimothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-25LibC: Ensure most time tests run under UTCTimothy Flynn
2022-01-25LibC: Ensure tzname and related fields are intializedTimothy Flynn
2022-01-25LibC: Revert localtime_r to use time zone information set by tzsetTimothy Flynn
2022-01-25LibC: Invoke tzset from time functions required to update time zone infoTimothy Flynn
2022-01-25LibC: Implement tzset with time zone awareness in accordance with POSIXTimothy Flynn
2022-01-25LibC: Define the POSIX TZNAME_MAX limitTimothy Flynn
2022-01-25LibTimeZone: Handle time zones which begin the year in daylight savingsTimothy Flynn
2022-01-25LibTimeZone: Add an API to retrieve both daylight and standard offsetsTimothy Flynn
2022-01-25LibTimeZone: Slightly refactor the generated DST rule finding methodTimothy Flynn
2022-01-25LibTimeZone: Parse and generate time zone abbreviation format stringsTimothy Flynn
2022-01-25timezone: Add an option to list all time zonesTimothy Flynn
2022-01-25Kernel: Fix index calculation in NVMeQueue submit_sync_sqe functionPankaj Raghav
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-25AK: Add a consume_until(StringView) overload to GenericLexerIdan Horowitz
2022-01-25AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`James Puleo
2022-01-25CrashReporter: Dispatch backtrace progress callbacks on the main threadAndreas Kling
2022-01-25LibThreading: Invoke BackgroundAction completions on origin event loopAndreas Kling