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-09-06
LibUnicode: Implement locale-aware BEFORE_DOT special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware MORE_ABOVE special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_SOFT_DOTTED special casing
Timothy Flynn
2021-09-06
LibUnicode: Implement locale-aware AFTER_I special casing
Timothy Flynn
2021-09-06
Tests/LibRegex: Decrease the size of the fork chain test
Ali Mohammad Pur
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-05
Tests: Reduce the execution time of the LibC TestQSort test
Brian Gianforcaro
2021-09-04
AK: Add rvalue-ref qualifiers for Optional's value() and value_or()
Andreas Kling
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-02
LibUnicode: Add lexer to test if a string matches the "type" production
Timothy Flynn
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-09-02
Tests: Add tests for Core::deferred_invoke
sin-ack
2021-09-01
LibUnicode: Resolve the most likely territory alias when there are many
Timothy Flynn
2021-09-01
LibUnicode: Perform complex Unicode locale alias substitution
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize calendar subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize timezone subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "imperial" to "uksystem"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "names" to "prprname"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "yes" to "true"
Timothy Flynn
2021-09-01
LibUnicode: Substitute Unicode locale aliases during canonicalization
Timothy Flynn
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-09-01
Tests: Convert remaining LibC tests to LibTest
Andrew Kaster
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-31
Tests: Test LibMarkdown against commonmark test suite
Peter Elliott
2021-08-31
AK: Add FixedPoint arithmetic helper
Hediadyoin1
2021-08-30
Tests/LibWasm: Handle all stream errors in parse_webassembly_module
Ali Mohammad Pur
2021-08-30
Tests/LibWasm: Add support for javascript bigint values
Ali Mohammad Pur
2021-08-30
LibUnicode: Canonicalize locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the other extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the transformed extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the Unicode locale extension form
Timothy Flynn
2021-08-30
AK: Return early from swap() when swapping the same object
Timothy Flynn
2021-08-30
LibRegex: Allow null bytes in pattern
Ali Mohammad Pur
2021-08-26
LibUnicode: Implement grammar validators for Unicode TR-35
Timothy Flynn
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-26
Tests: Test setjmp/sigsetjmp LibC functions
Jean-Baptiste Boric
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-08-20
LibRegex: Treat pattern string characters as unsigned
Timothy Flynn
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-08-18
LibRegex: Ensure the GoBack operation decrements the code unit index
Timothy Flynn
[next]