index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2021-08-18
LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern
Timothy Flynn
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-15
LibRegex: Implement and use a REPEAT operation for bytecode repetition
Timothy Flynn
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
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
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-14
Tests: Re-enable UserspaceEmulator tests on the Clang build
Daniel Bertalan
2021-08-14
Tests: Add regression tests for the LibCpp preprocessor
Itamar
2021-08-11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
Timothy Flynn
2021-08-11
LibUnicode: Handle edge-case script extensions, Common and Inherited
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for scripts and script extensions
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Include Unassigned code points in the Other General Category
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-09
Tests: Add test for String::bijective_base_from()
Mandar Kulkarni
2021-08-08
Tests: Disable UserspaceEmulator tests for Clang builds
Daniel Bertalan
2021-08-08
LibDebug: Store 64-bit numbers in AttributeValue
Daniel Bertalan
2021-08-08
Tests: Add Clang pragma for turning off optimizations
Daniel Bertalan
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-06
Tests: Remove unused variables for clang build
Lenny Maiorani
2021-08-06
AK: Improve the parsing of data urls
TheFightingCatfish
2021-08-04
LibRegex: Support property escapes of Unicode script extensions
Timothy Flynn
2021-08-04
LibRegex: Support property escapes of the Unicode script property
Timothy Flynn
2021-08-03
Tests: Add coverage for sys$alarm() success case
Brian Gianforcaro
2021-08-03
Tests: Add coverage for sys$alarm() canceling a stale timer
Brian Gianforcaro
2021-08-02
LibRegex: Generate negated property escapes as a single instruction
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of the form \p{Type=Value}
Timothy Flynn
2021-08-02
LibRegex: Support property escapes of Unicode General Categories
Timothy Flynn
2021-08-02
LibRegex: Add some tests for Fork{Stay,Jump} performance
Ali Mohammad Pur
2021-08-01
Tests: Remove unused header includes
Brian Gianforcaro
2021-07-31
Tests: Fix AK/TestJSON.cpp by not relying on disk resources
Brian Gianforcaro
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-30
Kernel: Unmapping a non-mapped region with munmap() should be a no-op
Andreas Kling
2021-07-30
Tests: Validate unmapping 0x0 doesn't crash the Kernel
Brian Gianforcaro
2021-07-28
LibUnicode: Handle code points that are both cased and case-ignorable
Timothy Flynn
2021-07-28
LibUnicode: Check word break when deciding on case-ignorable code points
Timothy Flynn
2021-07-28
LibUnicode: Check property list when deciding if a code point is cased
Timothy Flynn
2021-07-28
LibWeb: Avoid assertion failure on parsing numeric character references
ovf
2021-07-27
LibUnicode: Begin implementing special Unicode case folding
Timothy Flynn
2021-07-27
LibWeb: Fix parsing of character references in attribute values
ovf
2021-07-26
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn
2021-07-25
AK: Create MACAddress from string
brapru
2021-07-24
Tests: Add tests for the quoted printable decoder
Luke
2021-07-23
LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
Timothy Flynn
[prev]
[next]