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
2022-01-31
LibJS: Implement Intl.supportedValuesOf
Timothy Flynn
2022-01-31
LibJS: Provide public access to list of sanctioned unit identifiers
Timothy Flynn
2022-01-31
LibJS: Allow calling Array::create_from without allocating a Vector
Timothy Flynn
2022-01-31
LibTimeZone: Use new generator util to generate all time zones
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available currencies
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available numbering systems
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available calendars
Timothy Flynn
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-30
LibJS: Implement ECMA-402 BigInt.prototype.toLocaleString
Timothy Flynn
2022-01-30
LibJS: Support BigInt number formatting with Intl.NumberFormat
Timothy Flynn
2022-01-30
LibJS: Generalize Intl.NumberFormat to operate on Value types
Timothy Flynn
2022-01-30
LibJS: Implement Intl %SegmentsPrototype%[@@iterator]
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segment Iterator objects
Idan Horowitz
2022-01-30
js: Implement pretty-printing of Intl Segments objects
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.prototype.segment
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segments objects
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.prototype.resolvedOptions
Idan Horowitz
2022-01-30
LibJS: Implement Intl.Segmenter.supportedLocalesOf
Idan Horowitz
2022-01-30
js: Implement pretty-printing of Intl.Segmenter
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl.Segmenter
Idan Horowitz
2022-01-30
Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled
Liav A
2022-01-30
Kernel: Use a constexpr declaration for the disabled PIC IRQ base
Liav A
2022-01-30
Ports: Update Python to 3.10.2
Linus Groh
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-30
LibJS: Expose JSON.parse as an intrinsic value of the global object
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-30
LibJS: Follow the spec with storing im- and export entries
davidot
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-30
Base: Add hieroglyph characters that have transliterations to Pebbleton
Tobias Christiansen
2022-01-30
Kernel: Don't mark current thread as inactive after successful exec()
Andreas Kling
2022-01-30
Kernel: Release page directory and MM locks sooner in space finalization
Andreas Kling
2022-01-30
Kernel: Take scheduler lock before block lock in unblock_from_mutex()
Andreas Kling
2022-01-30
Kernel: Remove unused bool return values from scheduler functions
Andreas Kling
2022-01-30
Kernel: Simplify x86 IOPL sanity check
Andreas Kling
2022-01-30
Kernel: VERIFY that Scheduler::context_switch() always has a from-thread
Andreas Kling
2022-01-30
Kernel: Enforce that Thread::unblock_from_mutex() doesn't happen in IRQ
Andreas Kling
2022-01-30
Kernel: Update terminology around Thread's "blocking mutex"
Andreas Kling
2022-01-30
Kernel: Make Thread::State an `enum class` and use it consistently
Andreas Kling
2022-01-30
Kernel: Don't dispatch signals in Thread::block_impl()
Andreas Kling
2022-01-30
Kernel: Don't dispatch signals in Processor::enter_current()
Andreas Kling
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-30
Kernel: Move Thread::block<BlockerType>() out of the Thread.h header
Andreas Kling
2022-01-30
AK: Disable the empty-string-vs-null-string test until we have a fix
Andreas Kling
2022-01-30
LibGUI: Collect menu and submenu actions for CommandPalette
networkException
2022-01-30
LibGUI: Increase the width of a CommandPalette dialog
networkException
2022-01-30
LibGUI: Add Menu column to CommandPalette :^)
networkException
2022-01-30
Tests: Add test for null string and empty string to be unequal
networkException
2022-01-30
Kernel: Support PS/2 right super key
Jelle Raaijmakers
2022-01-30
LibGUI: Flash menubar when using command palette
bugreport0
2022-01-30
LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxes
networkException
[next]