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-08-15
Kernel: Make Memory::Region allocation functions return KResultOr
sin-ack
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-15
Kernel: Simplify OOM handling in ISO9660FileSystem
sin-ack
2021-08-15
Kernel: Simplify OOM handling in ProcessProcFSTraits
sin-ack
2021-08-15
AK: Add adopt_nonnull_own_or_enomem
sin-ack
2021-08-15
Documentation: Add genext2fs package for BuildInstructions
vdjagilev
2021-08-15
LibWeb: Return correct selection_rect when the node is at the end
Tetsui Ohkubo
2021-08-15
AK: Stop publishing detail namespaced functions
Lenny Maiorani
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-08-15
Documentation: Amend FAQ about the system being 32-bit only
Andreas Kling
2021-08-15
Kernel: Add tightly typed ISO9660Inode::fs() overload
Andreas Kling
2021-08-15
Kernel: Lock thread list while in Thread::unref()
Andreas Kling
2021-08-15
AK: Pull RefCountedBase into the global namespace
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
Kernel: Remove copy_string_from_user() as it's no longer used
Andreas Kling
2021-08-15
Kernel: Convert remaining users of copy_string_from_user()
Andreas Kling
2021-08-15
LibRegex: Implement and use a REPEAT operation for bytecode repetition
Timothy Flynn
2021-08-15
LibRegex: Remove (mostly) unused regex::MatchOutput
Timothy Flynn
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
Timothy Flynn
2021-08-15
LibRegex: Reduce RegexMatcher's BumpAllocator chunk size
Timothy Flynn
2021-08-15
LibRegex: Disallow unescaped quantifiers in Unicode mode
Timothy Flynn
2021-08-15
LibRegex: Use correct source characters for Unicode identity escapes
Timothy Flynn
2021-08-15
LibRegex: Implement legacy octal escape parsing closer to the spec
Timothy Flynn
2021-08-15
LibRegex: Convert LibRegex tests to use StringView in place of C-strings
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped code points are exactly 4 digits in length
Timothy Flynn
2021-08-15
LibRegex: Fix ECMA-262 parsing of invalid identity escapes
Timothy Flynn
2021-08-15
Assistant: Bundle UI updates to avoid flickering
Carlos César Neves Enumo
2021-08-15
LibJS: Prevent stack overflow in flatten_into_array()
Robert Stefanic
2021-08-15
LibCore: Move EventLoop to AK::Time
Brian Gianforcaro
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-15
AK: Annotate AK::Time APIs as [[nodiscard]]
Brian Gianforcaro
2021-08-15
AK: Add Time::now_<clock_id> functions for obtaining the current time
Brian Gianforcaro
2021-08-15
ddate: Use DateTime::now() for time
Brian Gianforcaro
2021-08-15
date: Use DateTime::now() for time, cleanup duplicate returns
Brian Gianforcaro
2021-08-15
Kernel: Don't hold the process list lock while destructing the process
sin-ack
2021-08-15
LibJS/Tests: Add test for PlainMonthDay default reference year
Linus Groh
2021-08-15
LibJS/Tests: Add test for PlainYearMonth default reference day
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.getISOFields()
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf()
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.day
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.monthCode
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype.calendar
Linus Groh
2021-08-15
LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag]
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in the Calendar.prototype getters
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day}
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefault
Linus Groh
2021-08-15
LibJS: Handle PlainMonthDay in ToTemporalCalendar
Linus Groh
2021-08-15
LibJS: Start implementing Temporal.PlainMonthDay
Linus Groh
2021-08-15
LibJS/Tests: Tweak PlainYearMonth Infinity test values
Linus Groh
[next]