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-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
2021-07-17
LibM: Turn off builtins, fix tests & implementation
Peter Bindels
2021-07-17
Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokens
Max Wipfli
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
[next]