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-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-11-09
LibJS: Mark RoundTemporalInstant as infallible
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-09
LibUnicode: Upgrade to CLDR version 40.0.0
Timothy Flynn
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-11-09
LibJS: Convert GeneratorObject to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
2021-11-08
pape: Add set-random option
faxe1008
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-11-08
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
Brendan Coles
2021-11-08
LibAudio: Replace log_pan with a constant power panning algoritm
kleines Filmröllchen
2021-11-08
LibAudio: Improve local variable names
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
LibAudio: Refactor out linear_to_log function and add its inverse
David Isaksson
2021-11-08
LibJS: Implement Temporal.PlainMonthDay.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainYearMonth.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDateTime.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDate.prototype.with()
Linus Groh
2021-11-08
LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() tests
Linus Groh
2021-11-08
LibJS: Use StringView literals in prepare_temporal_fields()
Linus Groh
2021-11-07
CMake: Assume working compiler instead of using static linking
Tim Schumacher
2021-11-08
LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`
Daniel Bertalan
2021-11-08
Ports: Unbreak and update oksh
Daniel Bertalan
2021-11-08
LibJS: Create the RegExpExec result's "input" field last
Timothy Flynn
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Add some more ways to construct Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Make Error.h pull in Try.h
Andreas Kling
2021-11-08
LibSQL: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
AK: Add a variant of adopt_nonnull_own_or_enomem() for userspace
Andreas Kling
2021-11-08
LibIPC: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::Account
Andreas Kling
2021-11-08
RequestServer: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
DHCPClient: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
Shell: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
AK: Remove now-unused OSError class
Andreas Kling
2021-11-08
LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::get_password()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image writing/exporting functions
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::size()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
AK: Allow subclassing Error
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::link_file()
Andreas Kling
[next]