Age | Commit message (Expand) | Author |
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 |
2021-06-18 | Tests: Add a test for ProcFS fd interaction | Kyle Ambroff-Kao |
2021-06-17 | AK: Add some tests for hexdump formatting | Ali Mohammad Pur |
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner |
2021-06-16 | Tests: Add test for case-insensitive matching | sin-ack |
2021-06-16 | AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method | Brian Gianforcaro |
2021-06-15 | AK: Add support for removing SinglyLinkedList nodes during iteration | Idan Horowitz |
2021-06-13 | LibC: Make `getopt` modify `argv` again | Jelle Raaijmakers |
2021-06-12 | AK: Rename Vector::append(Vector) => Vector::extend(Vector) | Andreas Kling |
2021-06-12 | LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) | Idan Horowitz |
2021-06-11 | AK+LibX86: Generalize u128/256 to AK::UFixedBigInt | Hendiadyoin1 |
2021-06-09 | LibJS: Notify WeakSets when heap cells are sweeped | Idan Horowitz |