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
2022-10-14
LibSQL: Rewrite the SQL::Value type to be contained within one class
Timothy Flynn
2022-10-14
LibSQL: Remove infallible type conversions from SQL::Value
Timothy Flynn
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
test262-runner: Use names for the different exit codes
davidot
2022-10-12
test262-runner: Port to Core::Stream
davidot
2022-10-12
test-test262: Port to Core::Stream and use TRY more
davidot
2022-10-12
test-test262: Close the output file stream after writing
davidot
2022-10-12
LibVideo: Allow the VP9 decoder to decode ultra high resolution video
Zaggy1024
2022-10-11
LibCompress: Brotli support metadata of skip_length=0
Tommy Murphy
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
Tests: Remove LibRegex benchmark test file that has become stale
Andrew Kaster
2022-10-09
LibVideo: Add test to ensure that a VP9 WebM file will decode
Zaggy1024
2022-10-09
AK+Tests: Avoid creating invalid code points from malformed UTF-8
Ben Wiederhake
2022-10-07
LibUnicode: Update code point ideographic replacements for Unicode 15
Timothy Flynn
2022-10-07
LibUnicode: Fix Hangul syllable composition for specific cases
matcool
2022-10-06
LibC: Implement `mkstemps()` in stdlib and add a test
EWouters
2022-10-06
Tests: Add tests for LibUnicode's normalize
matcool
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-28
LibTimeZone: Use the last DST rule in the TZDB if a match isn't found
Timothy Flynn
2022-09-26
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-24
Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"
Liav A
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-20
Kernel/Tests: Don't compile x86 IO for non-x86 builds
Liav A
2022-09-20
AK: Fix bad parsing of some file:/// URLs with base URL
Andreas Kling
2022-09-17
LibCompress+Tests: Demonstrate and fix faulty metadata length
Ben Wiederhake
2022-09-16
Tests: Move the former LibM test into the LibC namespace
Tim Schumacher
2022-09-16
LibGL: Make GL::create_context fallible
Andrew Kaster
2022-09-16
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-15
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
Hendiadyoin1
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
LibJS: Mark test262's __assert_fail as `extern "C"` and use
Hendiadyoin1
2022-09-12
LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour
Ali Mohammad Pur
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit
Jelle Raaijmakers
2022-09-11
LibJS: Add the test-test262 utility
davidot
2022-09-11
test262-runner: Don't create a VM and Interpreter if just parsing
davidot
2022-09-11
test262-runner: Convert dbgln to warnln
davidot
2022-09-11
test262-runner: Add option to disable core dumping
davidot
2022-09-11
test262-runner: Attempt to resolve harness for test262 automatically
davidot
2022-09-11
test262-runner: Overwrite __assertion_failed when compiling for Serenity
davidot
2022-09-11
test262-runner: Rename variable stdin to standard_input
davidot
2022-09-11
test262-runner: Use alarm instead of setitimer
davidot
2022-09-11
LibJS: Import the libjs-test262-runner from linusg/libjs-test262
davidot
2022-09-10
LibJS: Allow negative pointers in Value
davidot
2022-09-09
LibC: Consume all whitespace in `scanf` if present in format
Jelle Raaijmakers
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale test files to the LibLocale folder
Timothy Flynn
[next]