summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-10LibJS: Add support for await expressionsIdan Horowitz
2021-11-10LibJS: Add support for async functionsIdan Horowitz
2021-11-09LibJS: Mark RoundTemporalInstant as infallibleLuke Wilde
2021-11-09LibJS: Mark DaysUntil as infallibleLinus Groh
2021-11-09LibUnicode: Upgrade to CLDR version 40.0.0Timothy Flynn
2021-11-09LibUnicode: Parse the CLDR's defaultContent.json locale listTimothy Flynn
2021-11-09LibJS: Convert GeneratorObject to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Remove leftover exception check in OrdinaryHasPropertyIdan Horowitz
2021-11-08pape: Add set-random optionfaxe1008
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-11-08UserspaceEmulator: Add support for SC_uname and SC_sysconf syscallsBrendan Coles
2021-11-08LibAudio: Replace log_pan with a constant power panning algoritmkleines Filmröllchen
2021-11-08LibAudio: Improve local variable nameskleines Filmröllchen
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-08LibAudio: Refactor out linear_to_log function and add its inverseDavid Isaksson
2021-11-08LibJS: Implement Temporal.PlainMonthDay.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainYearMonth.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDateTime.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDate.prototype.with()Linus Groh
2021-11-08LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() testsLinus Groh
2021-11-08LibJS: Use StringView literals in prepare_temporal_fields()Linus Groh
2021-11-07CMake: Assume working compiler instead of using static linkingTim Schumacher
2021-11-08LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`Daniel Bertalan
2021-11-08Ports: Unbreak and update okshDaniel Bertalan
2021-11-08LibJS: Create the RegExpExec result's "input" field lastTimothy Flynn
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-11-08AK: Add some more ways to construct Error and ErrorOr<T>Andreas Kling
2021-11-08AK: Make Error.h pull in Try.hAndreas Kling
2021-11-08LibSQL: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08Profiler: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08AK: Add a variant of adopt_nonnull_own_or_enomem() for userspaceAndreas Kling
2021-11-08LibIPC: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcherAndreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::AccountAndreas Kling
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08DHCPClient: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08Shell: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08AK: Remove now-unused OSError classAndreas Kling
2021-11-08LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::get_password()Andreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image and Layer creation helpersAndreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()Andreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image writing/exporting functionsAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::size()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08AK: Allow subclassing ErrorAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::link_file()Andreas Kling