index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-07
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
Andreas Kling
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.formatToParts
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.supportedLocalesOf
Timothy Flynn
2021-09-06
LibJS: Implement the Intl.ListFormat constructor
Timothy Flynn
2021-09-06
js: Implement pretty-printing of Intl.ListFormat
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-06
LibUnicode: Remove Unicode locale variants from CLDR path names
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-06
LibUnicode: Extract cldr-misc dataset from CLDR database
Timothy Flynn
2021-09-07
PixelPaint: Fix layer dragging bug
Mustafa Quraish
2021-09-06
js: Include calendar in pretty-printing output of more Temporal objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainMonthDay objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainYearMonth objects
Linus Groh
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.since
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.until
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
2021-09-06
Kernel: Let aarch64 port call into C++
Nico Weber
2021-09-06
Meta: Unbreak `serenity.sh run aarch64` after 918f7cb4a88
Nico Weber
2021-09-06
Solitaire: Add Auto-Collect gameplay option
Thitat Auareesuksakul
2021-09-06
AK: Use the full name of 'integer_sequence_generate_array' in Variant.h
Ali Mohammad Pur
2021-09-06
Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor
Andreas Kling
2021-09-06
Kernel: Use TRY() in ProcessProcFSTraits::to_inode()
Andreas Kling
2021-09-06
Kernel: Use TRY() in MemoryDevice::mmap()
Andreas Kling
2021-09-06
Kernel/KCOV: Use TRY() in KCOVInstance::buffer_allocate()
Andreas Kling
2021-09-06
Kernel: Wrap two VirtualFileSystem directory traversals in TRY()
Andreas Kling
2021-09-06
Kernel: Wrap ISO9660FS directory traversal in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() once more in LocalSocket::try_create_connected_pair()
Andreas Kling
2021-09-06
Kernel: Use TRY() in TmpFSInode::write_bytes()
Andreas Kling
2021-09-06
Kernel: Use TRY() in sys$module_load() and sys$module_unload()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Don't allocate so much when generating coredumps
Andreas Kling
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-09-06
AK: Make Json{Array,Object}Serializer ignore append() return values
Andreas Kling
2021-09-06
Kernel: Tidy up Coredump construction
Andreas Kling
2021-09-06
Kernel: Use TRY() in Coredump
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Kernel: Improve API names for switching address spaces
Andreas Kling
2021-09-06
Kernel: Allocate signal trampoline before committing to a sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() in find_elf_interpreter_for_executable()
Andreas Kling
2021-09-06
Kernel: Improve find_elf_interpreter_for_executable() parameter names
Andreas Kling
2021-09-06
LibWeb+WebContent: Remove old console-logging IPC calls
Sam Atkins
2021-09-06
Browser+WebContent: Initialize WebContentConsoleClient earlier
Sam Atkins
[next]