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-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-08
Tests: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
Tests: Disable LibThreading detach tests for now
Andreas Kling
2021-10-06
Tests: Add LibThreading to CMakeLists.txt
Junior Rantila
2021-10-06
LibELF: Fix dynamic linking of dlopen()-ed libs
Rodrigo Tobar
2021-10-04
LibSQL: Add an INSERT without column names test
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong number of values
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong data types
Mahmoud Mandour
2021-10-04
LibSQL: Check NoError individually in execution tests
Mahmoud Mandour
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-03
LibRegex: Use a match table for character classes
Ali Mohammad Pur
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-03
Tests: Add tests for mbrtowc
Tim Schumacher
2021-10-03
AK: Add a basic formatter for wchar_t
Tim Schumacher
2021-10-03
Tests: Add a test for mbsinit
Tim Schumacher
2021-10-03
LibC: Implement wmemmove
Tim Schumacher
2021-10-03
LibC: Implement wmemset
Tim Schumacher
2021-10-03
LibC: Implement wmemcpy
Tim Schumacher
2021-10-03
LibC: Implement wmemchr
Tim Schumacher
2021-10-03
LibC: Implement wcsstr
Tim Schumacher
2021-10-03
LibC: Implement wcspbrk
Tim Schumacher
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-10-01
Tests: Fix typos
Nico Weber
2021-09-30
LibJS + test-js: Get results from the global object directly
davidot
2021-09-28
LibPthread: Add first test cases for RWlock
Rodrigo Tobar
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-21
AK: Introduce ability to default-initialize a Variant
Ben Wiederhake
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-19
Tests: Conform font tests to new font format
thankyouverycool
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-17
LibC: Implement towctrans
Tim Schumacher
2021-09-17
LibC: Implement iswctype
Tim Schumacher
2021-09-17
LibC: Implement wctrans
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-16
crash: Don't test for qemu-unsupported feature
Ben Wiederhake
2021-09-16
crash: Run automatically during CI
Ben Wiederhake
2021-09-15
Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and Lagom
Andrew Kaster
2021-09-15
LibRegex: Make the optimizer understand references and capture groups
Ali Mohammad Pur
2021-09-14
LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js
Andreas Kling
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibRegex: Add a basic optimization pass
Ali Mohammad Pur
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-11
Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()
Brian Gianforcaro
[next]