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-17
LibWeb: Hide implementation details of HTMLToken attribute list
Max Wipfli
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-16
AK/Tests: Add test for EnumBits has_any_flag()
Timothy
2021-07-16
AK/Tests: Add test for EnumBits has_flag()
Timothy
2021-07-15
AK: Make JsonParser correctly parse unsigned values larger than u32
Ali Mohammad Pur
2021-07-15
LibWeb: Fix assertion failure when tokenizing JS regex literals
Max Wipfli
2021-07-15
Tests: Add comments to the HTMLTokenizer regression test file
Max Wipfli
2021-07-14
Tests: Add a basic test suite for HTMLTokenizer
Max Wipfli
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-14
Tests: Rename write-oob
Hendiadyoin1
2021-07-14
Tests: Assure that UE does not regress via `ue ls`
Hendiadyoin1
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-11
Utilities+Tests: Convert test_efault to be LibTest based
Andrew Kaster
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
[next]