summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-21LibJS: Define RegExp.prototype methods in spec orderTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype AOsTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype.[flags, source, exec, test]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype.compileTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@split ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@search ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@replace ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@match ]Timothy Flynn
2021-12-21LibJS: Convert a RegExp throw_exception to throw_completionTimothy Flynn
2021-12-21LibRegex: Parse capture group names according to the ECMA262 specdavidot
2021-12-21LibRegex: Disallow duplicate named capture groups in ECMA262 parserdavidot
2021-12-21LibJS: Parse assert clauses of in- and export statementsdavidot
2021-12-21LibJS: Disallow async generator functions called 'await' or 'yield'davidot
2021-12-21LibJS: Don't treat yield after void as identifier in generator functionsdavidot
2021-12-21LibJS: Make new lines in block comments reset line has tokendavidot
2021-12-21LibJS: Allow super property lookup and new.target in static init blocksdavidot
2021-12-21LibWeb: Add a workaround to assign a proper mime type to QOI imagesLinus Groh
2021-12-21LibCore: Add support for the image/x-qoi mime typeLinus Groh
2021-12-21LibGfx: Add support for "The Quite OK Image Format" (QOI)Linus Groh
2021-12-21LibWasm: Tolerate modules with invalid sections and mark them as invalidAli Mohammad Pur
2021-12-21LibWasm: Make shown instruction names match the names in the specAli Mohammad Pur
2021-12-21LibWasm: Add a instruction_from_name getterAli Mohammad Pur
2021-12-21LibWasm: Print the block type for structured argumentsAli Mohammad Pur
2021-12-21LibWasm: Fix silly typo in f32 reinterpret validationAli Mohammad Pur
2021-12-21LibWasm: Make blocks that take arguments actually workAli Mohammad Pur
2021-12-21LibWasm: Implement memory.init and passive mode dataAli Mohammad Pur
2021-12-21LibCore: Fix Lagom build of Core::System::utime()Andreas Kling
2021-12-21LibCore: Add missing <utime.h> include to System.hAndreas Kling
2021-12-20LibMain: Print serenity_main() errors to the debug logAndreas Kling
2021-12-20LibCore: Add syscall wrapper for utime()Andreas Kling
2021-12-20LibGUI: Make GUI::try_create_default_icon() tolerate single-size iconsAndreas Kling
2021-12-20AK+LibMain: Improve formatter for AK::Error in userspaceAndreas Kling
2021-12-20LibGL: Only pass bound texture units to rasterizerJelle Raaijmakers
2021-12-20LibGL: Use 8x8 block size in `SoftwareRasterizer`Jelle Raaijmakers
2021-12-19LibGL: Fix texture sampling texel coordinate calculationStephan Unverwerth
2021-12-19LibCore: Add wrapper for signal()Junior Rantila
2021-12-19LibC: Implement wcsdupTim Schumacher
2021-12-19LibTest: Add `EXPECT_NO_CRASH`Michel Hermier
2021-12-19LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`Michel Hermier
2021-12-19LibTest: Handle test reporting in the a unique pathMichel Hermier
2021-12-19LibTest: Change `Crash` forked process communicationMichel Hermier
2021-12-19LibTest: Handle Crash printing in a private methodMichel Hermier
2021-12-19LibGUI: Adjust focus rect for Buttons with iconsPerikiyoXD
2021-12-19LibJS: Fix typo in spec commentLinus Groh
2021-12-19LibJS: Capture TimeFraction parse result instead of FractionLinus Groh
2021-12-18LibC: Move `_abort` next to `abort`Michel Hermier
2021-12-18LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`Michel Hermier
2021-12-18LibC: Make `__assertion_failed` always definedMichel Hermier
2021-12-18LibC: Remove undefined `__generate_unique_filename` declarationMichel Hermier