summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-07Kernel: Remove redundant [[nodiscard]] on KResult return valuesAndreas Kling
2021-09-07Kernel: Make copy_time_from_user() helpers use KResultOr<Time>Andreas Kling
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06js: Implement pretty-printing of Intl.ListFormatTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibUnicode: Remove Unicode locale variants from CLDR path namesTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibUnicode: Extract cldr-misc dataset from CLDR databaseTimothy Flynn
2021-09-07PixelPaint: Fix layer dragging bugMustafa Quraish
2021-09-06js: Include calendar in pretty-printing output of more Temporal objectsLinus Groh
2021-09-06js: Implement pretty-printing of Temporal.PlainMonthDay objectsLinus Groh
2021-09-06js: Implement pretty-printing of Temporal.PlainYearMonth objectsLinus Groh
2021-09-06PixelPaint: Add `Crop to Selection` ActionMustafa Quraish
2021-09-06LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}Idan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.untilIdan Horowitz
2021-09-06LibJS: Add a bunch of Temporal Abstract OperationsIdan Horowitz
2021-09-06LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_doubleIdan Horowitz
2021-09-06Kernel: Let aarch64 port call into C++Nico Weber
2021-09-06Meta: Unbreak `serenity.sh run aarch64` after 918f7cb4a88Nico Weber
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-09-06AK: Use the full name of 'integer_sequence_generate_array' in Variant.hAli Mohammad Pur
2021-09-06Kernel: Don't try to allocate ProcessProcFSTraits in Process constructorAndreas Kling
2021-09-06Kernel: Use TRY() in ProcessProcFSTraits::to_inode()Andreas Kling
2021-09-06Kernel: Use TRY() in MemoryDevice::mmap()Andreas Kling
2021-09-06Kernel/KCOV: Use TRY() in KCOVInstance::buffer_allocate()Andreas Kling
2021-09-06Kernel: Wrap two VirtualFileSystem directory traversals in TRY()Andreas Kling
2021-09-06Kernel: Wrap ISO9660FS directory traversal in TRY()Andreas Kling
2021-09-06Kernel: Use TRY() once more in LocalSocket::try_create_connected_pair()Andreas Kling
2021-09-06Kernel: Use TRY() in TmpFSInode::write_bytes()Andreas Kling
2021-09-06Kernel: Use TRY() in sys$module_load() and sys$module_unload()Andreas Kling
2021-09-06Kernel: Make KString factories return KResultOr + use TRY() everywhereAndreas Kling
2021-09-06Kernel: Don't allocate so much when generating coredumpsAndreas Kling
2021-09-06Kernel: Make SysFS and ProcFS generator functions return KResultAndreas Kling
2021-09-06Kernel: Make KBufferBuilder::append() & friends return KResultAndreas Kling
2021-09-06AK: Make Json{Array,Object}Serializer ignore append() return valuesAndreas Kling
2021-09-06Kernel: Tidy up Coredump constructionAndreas Kling
2021-09-06Kernel: Use TRY() in CoredumpAndreas Kling
2021-09-06Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcherAndreas Kling
2021-09-06Kernel: Improve API names for switching address spacesAndreas Kling
2021-09-06Kernel: Allocate signal trampoline before committing to a sys$execve()Andreas Kling
2021-09-06Kernel: Use TRY() more in sys$execve()Andreas Kling
2021-09-06Kernel: Use TRY() in find_elf_interpreter_for_executable()Andreas Kling
2021-09-06Kernel: Improve find_elf_interpreter_for_executable() parameter namesAndreas Kling
2021-09-06LibWeb+WebContent: Remove old console-logging IPC callsSam Atkins
2021-09-06Browser+WebContent: Initialize WebContentConsoleClient earlierSam Atkins