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-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
2021-07-23
LibRegex: Support UTF-16 RegexStringView and improve Unicode matching
Timothy Flynn
2021-07-23
Tests: Add test coverage for sys$pledge(..) argument validation
Brian Gianforcaro
2021-07-23
Tests: Add test coverage for sys$unveil(..) argument validation
Brian Gianforcaro
2021-07-22
AK: Implement {any,all}_of(IterableContainer&&, Predicate)
Ali Mohammad Pur
2021-07-22
AK: Add a CommonType<Ts...> type trait
Ali Mohammad Pur
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
AK: Use new Formatter for each element in Formatter<Vector<T>>
Andrew Kaster
2021-07-18
Tests: Make mmap test point to new kernel address too
Peter Bindels
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
2021-07-18
LibRegex: Don't do out-of-bound match accesses when a test fails
Ali Mohammad Pur
2021-07-18
Tests: Disable test if platform has no UserspaceEmulator
Peter Bindels
2021-07-18
AK: Allow setting both width and precision when formatting a string
Timothy Flynn
2021-07-17
AK: Track byte length, rather than code point length, in Utf8View::trim
Timothy Flynn
[next]