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-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-07-10
LibRegex: Correctly parse BRE bracket expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for non-extended regular expressions in regcomp()
Ali Mohammad Pur
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser
2021-07-08
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
Jan de Visser
2021-07-07
Tests: Build all tests on x86_64
Gunnar Beutner
2021-07-06
LibRegex: Allow dollar signs in ECMA262 named capture groups
Timothy Flynn
2021-07-06
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Andrew Kaster
2021-07-06
Tests: Set a default font in BenchmarkGfxPainter to prevent crashes
Andrew Kaster
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-05
JsonParser: Bring parser more to spec
stelar7
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-04
Tests: Add test for String::roman_number_from()
Tobias Christiansen
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
Tests: Add tests for `Optional`'s conditionally trivial functions
Daniel Bertalan
2021-07-04
AK: Destroy original value when assigning to Variant
Daniel Bertalan
2021-07-04
Tests: Add test for supported operation type traits
Daniel Bertalan
2021-07-02
Tests: Add test for String::find with empty needle
Max Wipfli
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
Tests+LibThreading: Add new tests for LibThreading for detach()
Spencer Dixon
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-07-01
LibCrypto: Add tests for SignedBigInteger bitwise operations
Gal Horowitz
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
Tests: Rewrite tests for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-30
Tests: TestProcFs cannot assume stdin/stdout/stderr are the same
Andrew Kaster
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Tests: Disable kernel and LibC tests for x86_64
Gunnar Beutner
2021-06-24
LibSQL: Reduce run time of TestSqlDatabase
Jan de Visser
2021-06-24
Tests: Reduce runtime of TestCharacterTypes
Max Wipfli
2021-06-24
LibSQL: Make lexer and parser more standard SQL compliant
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-22
LibSQL: Create databases in writable directory
coderdreams
2021-06-22
LibCore: Add unit test for File::read_line
coderdreams
2021-06-22
Meta+LibWasm: Add support for module linking tests
Ali Mohammad Pur
2021-06-19
LibSQL: Database layer
Jan de Visser
2021-06-19
LibSQL: Hash index implementation for the SQL storage layer
Jan de Visser
2021-06-19
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
Jan de Visser
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-19
LibCrypto+LibTLS: Split and move test suite into Tests directory
Peter Bocan
[next]