summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-09-01LibUnicode: Resolve the most likely territory alias when there are manyTimothy Flynn
2021-09-01LibUnicode: Perform complex Unicode locale alias substitutionTimothy Flynn
2021-09-01LibUnicode: Canonicalize calendar subtagsTimothy Flynn
2021-09-01LibUnicode: Canonicalize timezone subtagsTimothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "imperial" to "uksystem"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "names" to "prprname"Timothy Flynn
2021-09-01LibUnicode: Canonicalize the subtag "yes" to "true"Timothy Flynn
2021-09-01LibUnicode: Substitute Unicode locale aliases during canonicalizationTimothy Flynn
2021-09-01LibJS+LibUnicode: Store parsed Unicode locale data as full stringsTimothy Flynn
2021-09-01Tests: Convert remaining LibC tests to LibTestAndrew Kaster
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-31Tests: Test LibMarkdown against commonmark test suitePeter Elliott
2021-08-31AK: Add FixedPoint arithmetic helperHediadyoin1
2021-08-30Tests/LibWasm: Handle all stream errors in parse_webassembly_moduleAli Mohammad Pur
2021-08-30Tests/LibWasm: Add support for javascript bigint valuesAli Mohammad Pur
2021-08-30LibUnicode: Canonicalize locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Canonicalize locale extensionsTimothy Flynn
2021-08-30LibUnicode: Parse locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the other extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the transformed extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the Unicode locale extension formTimothy Flynn
2021-08-30AK: Return early from swap() when swapping the same objectTimothy Flynn
2021-08-30LibRegex: Allow null bytes in patternAli Mohammad Pur
2021-08-26LibUnicode: Implement grammar validators for Unicode TR-35Timothy Flynn
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-08-26Tests: Test setjmp/sigsetjmp LibC functionsJean-Baptiste Boric
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-08-21LibSQL+SQLServer: Bare bones INSERT and SELECT statementsJan de Visser
2021-08-21LibSQL: Redesign Value implementation and add new typesJan de Visser
2021-08-21LibSQL: Make TupleDescriptor a shared pointer instead of a stack objectJan de Visser
2021-08-20LibRegex: Treat pattern string characters as unsignedTimothy Flynn
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-19LibRegex: Allow Unicode escape sequences in capture group namesTimothy Flynn
2021-08-19AK: Add GenericLexer API to consume an escaped Unicode code pointTimothy Flynn
2021-08-18LibRegex: Ensure the GoBack operation decrements the code unit indexTimothy Flynn
2021-08-18LibRegex: In non-Unicode mode, parse \u{4} as a repetition patternTimothy Flynn
2021-08-15LibJS: Add a mode to parse JS as a moduledavidot
2021-08-15LibRegex: Implement and use a REPEAT operation for bytecode repetitionTimothy Flynn
2021-08-15LibRegex+LibJS: Combine named and unnamed capture groups in MatchStateTimothy Flynn
2021-08-15LibRegex: Disallow unescaped quantifiers in Unicode modeTimothy Flynn
2021-08-15LibRegex: Use correct source characters for Unicode identity escapesTimothy Flynn
2021-08-15LibRegex: Implement legacy octal escape parsing closer to the specTimothy Flynn
2021-08-15LibRegex: Convert LibRegex tests to use StringView in place of C-stringsTimothy Flynn
2021-08-15LibRegex: Ensure escaped hexadecimals are exactly 2 digits in lengthTimothy Flynn
2021-08-15LibRegex: Ensure escaped code points are exactly 4 digits in lengthTimothy Flynn
2021-08-15LibRegex: Fix ECMA-262 parsing of invalid identity escapesTimothy Flynn
2021-08-15AK: Add Time::is_negative() to detect negative time valuesBrian Gianforcaro
2021-08-14Tests: Re-enable UserspaceEmulator tests on the Clang buildDaniel Bertalan
2021-08-14Tests: Add regression tests for the LibCpp preprocessorItamar